File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,11 @@ All notable changes to this project will be documented in this file.
1414### Changed
1515
1616- CICD: Disable fail-fast when testing loaders
17+ - Update ` g1_mj_description ` to load ` g1_with_hands.xml ` instead of ` g1.xml `
18+
19+ ### Fixed
20+
21+ - Update commit and URDF path of YAM description
1722
1823### Fixed
1924
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 1919PACKAGE_PATH : str = _path .join (REPOSITORY_PATH , "unitree_g1" )
2020
2121MJCF_PATH : str = _path .join (PACKAGE_PATH , "g1.xml" )
22+
23+ MJCF_PATH_WITH_HANDS : str = _path .join (PACKAGE_PATH , "g1_with_hands.xml" )
You can’t perform that action at this time.
0 commit comments