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 7d307e5 commit 49f434cCopy full SHA for 49f434c
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## Unreleased
6
+
7
+### Changed
8
9
+- Update example-robot-data repository to v4.0.3
10
11
## [1.2.0] - 2022/12/07
12
13
### Added
robot_descriptions/_repositories.py
@@ -88,7 +88,7 @@ class Repository:
88
),
89
"example-robot-data": Repository(
90
url="https://github.com/Gepetto/example-robot-data.git",
91
- commit="v4.0.1",
+ commit="9ba565ca1491efa92ebac38cdd499e5b1c256bf1", # v4.0.3
92
cache_path="example-robot-data",
93
94
"GingerURDF": Repository(
0 commit comments