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 d689ef5 commit 379d6e1Copy full SHA for 379d6e1
CHANGELOG.md
@@ -17,6 +17,7 @@ All notable changes to this project will be documented in this file.
17
18
### Fixed
19
20
+- Shadow Hand MJCF: upstream fix to joint axes
21
- Update cached repository after a description was updated
22
23
## [0.6.0] - 2022/09/28
robot_descriptions/_repositories.py
@@ -138,7 +138,7 @@ class Repository:
138
),
139
"mujoco_menagerie": Repository(
140
url="https://github.com/deepmind/mujoco_menagerie.git",
141
- commit="e946426aaaa56f59e14ad24ed2c22a3b1a04f124",
+ commit="e1d346bfdbbb7e89997a12ce787dd1316e20e704",
142
cache_path="mujoco_menagerie",
143
144
"nao_robot": Repository(
0 commit comments