Skip to content

Commit 1ca7dd1

Browse files
committed
update piper path; update menagerie commit hash
1 parent 4c25856 commit 1ca7dd1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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)