File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ SpaceMouse Device
3636
3737MjGUI Device
3838------------
39- .. autoclass :: robosuite.devices.mjgui.MjGUI
39+ .. autoclass :: robosuite.devices.mjgui.MJGUI
4040
4141 .. automethod :: get_controller_state
4242 .. automethod :: input2action
Original file line number Diff line number Diff line change @@ -122,8 +122,8 @@ def input2action(self) -> Dict[str, np.ndarray]:
122122 (i.e. absolute actions or delta actions) and input_ref_frame (i.e. world frame, base frame or eef frame)
123123 from the controller itself.
124124
125- TODO: unify this logic to be independent from controller type.
126125 """
126+ # TODO: unify this logic to be independent from controller type.
127127 action : Dict [str , np .ndarray ] = {}
128128 gripper_dof = self .env .robots [0 ].gripper [self .active_end_effector ].dof
129129 site_names = self ._get_site_names ()
You can’t perform that action at this time.
0 commit comments