File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ All notable changes to this project will be documented in this file.
1212### Changed
1313
1414- CICD: Disable fail-fast when testing loaders
15+ - Update ` g1_mj_description ` to load ` g1_with_hands.xml ` instead of ` g1.xml `
1516
1617## [ 1.20.0] - 2025-07-15
1718
Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ class Repository:
205205 ),
206206 "mujoco_menagerie" : Repository (
207207 url = "https://github.com/deepmind/mujoco_menagerie.git" ,
208- commit = "66384c6b8581c811a7b1eb63bcf4fa944fa43602 " ,
208+ commit = "c1503a62496b64222c64ff65dd652d461a5b064e " ,
209209 cache_path = "mujoco_menagerie" ,
210210 ),
211211 "nao_robot" : Repository (
Original file line number Diff line number Diff line change 1818
1919PACKAGE_PATH : str = _path .join (REPOSITORY_PATH , "unitree_g1" )
2020
21- MJCF_PATH : str = _path .join (PACKAGE_PATH , "g1 .xml" )
21+ MJCF_PATH : str = _path .join (PACKAGE_PATH , "g1_with_hands .xml" )
You can’t perform that action at this time.
0 commit comments