Skip to content

Commit efb14bf

Browse files
committed
update mjgui docs
1 parent 9848140 commit efb14bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/simulation/device.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ SpaceMouse Device
3636

3737
MjGUI Device
3838
------------
39-
.. autoclass:: robosuite.devices.mjgui.MjGUI
39+
.. autoclass:: robosuite.devices.mjgui.MJGUI
4040

4141
.. automethod:: get_controller_state
4242
.. automethod:: input2action

robosuite/devices/mjgui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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()

0 commit comments

Comments
 (0)