Skip to content

Commit 379d6e1

Browse files
[mujoco_menagerie] Propagate upstream fix
Fix shadow hand joint axes
1 parent d689ef5 commit 379d6e1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ All notable changes to this project will be documented in this file.
1717

1818
### Fixed
1919

20+
- Shadow Hand MJCF: upstream fix to joint axes
2021
- Update cached repository after a description was updated
2122

2223
## [0.6.0] - 2022/09/28

robot_descriptions/_repositories.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ class Repository:
138138
),
139139
"mujoco_menagerie": Repository(
140140
url="https://github.com/deepmind/mujoco_menagerie.git",
141-
commit="e946426aaaa56f59e14ad24ed2c22a3b1a04f124",
141+
commit="e1d346bfdbbb7e89997a12ce787dd1316e20e704",
142142
cache_path="mujoco_menagerie",
143143
),
144144
"nao_robot": Repository(

0 commit comments

Comments
 (0)