Skip to content

Commit 0195ace

Browse files
Merge pull request #154 from jonzamora/main
Update Piper MJCF path and Update MuJoCo Menagerie Commit Hash
2 parents 4c25856 + 1842430 commit 0195ace

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

robot_descriptions/_repositories.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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(

robot_descriptions/piper_mj_description.py

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

1919
PACKAGE_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")

0 commit comments

Comments
 (0)