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.
14
14
### Changed
15
15
16
16
- 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
17
22
18
23
### Fixed
19
24
Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ class Repository:
205
205
),
206
206
"mujoco_menagerie" : Repository (
207
207
url = "https://github.com/deepmind/mujoco_menagerie.git" ,
208
- commit = "66384c6b8581c811a7b1eb63bcf4fa944fa43602 " ,
208
+ commit = "c1503a62496b64222c64ff65dd652d461a5b064e " ,
209
209
cache_path = "mujoco_menagerie" ,
210
210
),
211
211
"nao_robot" : Repository (
Original file line number Diff line number Diff line change 19
19
PACKAGE_PATH : str = _path .join (REPOSITORY_PATH , "unitree_g1" )
20
20
21
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" )
You can’t perform that action at this time.
0 commit comments