Skip to content

Commit f609695

Browse files
Update robot_descriptions/loaders/mujoco.py
Co-authored-by: Stéphane Caron <stephane.caron@inria.fr>
1 parent d7a158e commit f609695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

robot_descriptions/loaders/mujoco.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
def load_robot_description(
1818
description_name: str,
1919
commit: Optional[str] = None,
20-
variant: Optional[str] = "scene",
20+
variant: Optional[str] = None,
2121
) -> mujoco.MjModel:
2222
"""Load a robot description in MuJoCo.
2323

0 commit comments

Comments
 (0)