File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,10 @@ All notable changes to this project will be documented in this file.
1010- Description: Fourier N1 (URDF)
1111- Description: YAM (MJCF) (thanks to @kevinzakka )
1212
13+ ### Changed
14+
15+ - Update ` piper_mj_description ` to load ` piper.xml ` instead of ` scene.xml `
16+
1317## [ 1.17.0] - 2025-05-08
1418
1519### Added
Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ class Repository:
177177 ),
178178 "mujoco_menagerie" : Repository (
179179 url = "https://github.com/deepmind/mujoco_menagerie.git" ,
180- commit = "4a7015530bd7a4161103ae8f0905a96481e4cc1a " ,
180+ commit = "f3475402a11acf5ba767a8bec03cc9bea9819d8d " ,
181181 cache_path = "mujoco_menagerie" ,
182182 ),
183183 "nao_robot" : Repository (
Original file line number Diff line number Diff line change 1818
1919PACKAGE_PATH : str = _path .join (REPOSITORY_PATH , "agilex_piper" )
2020
21- MJCF_PATH : str = _path .join (PACKAGE_PATH , "scene .xml" )
21+ MJCF_PATH : str = _path .join (PACKAGE_PATH , "piper .xml" )
You can’t perform that action at this time.
0 commit comments