Skip to content

Commit 4579644

Browse files
Update robot_descriptions/g1_mj_description.py
Co-authored-by: Stéphane Caron <1189580+stephane-caron@users.noreply.github.com>
1 parent 4dc8bea commit 4579644

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

robot_descriptions/g1_mj_description.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,6 @@
1818

1919
PACKAGE_PATH: str = _path.join(REPOSITORY_PATH, "unitree_g1")
2020

21-
MJCF_PATH: str = _path.join(PACKAGE_PATH, "g1_with_hands.xml")
21+
MJCF_PATH: str = _path.join(PACKAGE_PATH, "g1.xml")
22+
23+
MJCF_PATH_WITH_HANDS: str = _path.join(PACKAGE_PATH, "g1_with_hands.xml")

0 commit comments

Comments
 (0)