Skip to content

Commit bd69eea

Browse files
committed
pre commit
1 parent 0dd288a commit bd69eea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

robosuite/controllers/parts/mobile_base/joint_vel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ def set_goal(self, action, set_qpos=None):
213213
forward_jnt = jnt
214214
forward_jnt_axis = self.sim.model.jnt_axis[self.sim.model.joint_name2id(jnt)]
215215
break
216-
216+
217217
# reorder action if forward axis is y axis
218218
if forward_jnt and (forward_jnt_axis == np.array([0, 1, 0])).all():
219219
action = np.copy([action[i] for i in [1, 0, 2]])

0 commit comments

Comments
 (0)