We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c25856 commit 1ca7dd1Copy full SHA for 1ca7dd1
robot_descriptions/_repositories.py
@@ -177,7 +177,7 @@ class Repository:
177
),
178
"mujoco_menagerie": Repository(
179
url="https://github.com/deepmind/mujoco_menagerie.git",
180
- commit="4a7015530bd7a4161103ae8f0905a96481e4cc1a",
+ commit="f3475402a11acf5ba767a8bec03cc9bea9819d8d",
181
cache_path="mujoco_menagerie",
182
183
"nao_robot": Repository(
robot_descriptions/piper_mj_description.py
@@ -18,4 +18,4 @@
18
19
PACKAGE_PATH: str = _path.join(REPOSITORY_PATH, "agilex_piper")
20
21
-MJCF_PATH: str = _path.join(PACKAGE_PATH, "scene.xml")
+MJCF_PATH: str = _path.join(PACKAGE_PATH, "piper.xml")
0 commit comments