Skip to content

Commit 60226c5

Browse files
Merge branch 'traversaro-updateergocubmodel'
2 parents f8775ba + 3c8b58a commit 60226c5

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

Diff for: CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@ All notable changes to this project will be documented in this file.
2020
### Changed
2121

2222
- CICD: Update checkout actions to v4
23-
- Update eDO description repository
2423
- Update MuJoCo Menagerie repository commit
24+
- Update eDO description repository
25+
- Update ergoCub description model to SN002 (thanks to @traversaro)
26+
- Update ergocub-software repository to v0.7.7 (thanks to @traversaro)
2527
- Update simple-humanoid-description repository commit (thanks to @drfenixion)
2628

2729
## [1.15.0] - 2025-03-06

Diff for: robot_descriptions/_repositories.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ class Repository:
111111
),
112112
"ergocub-software": Repository(
113113
url="https://github.com/icub-tech-iit/ergocub-software.git",
114-
commit="ac3f223dc2f183dea3f819369da0d58b59f1b2d3",
114+
commit="v0.7.7",
115115
cache_path="ergocub-software",
116116
),
117117
"example-robot-data": Repository(

Diff for: robot_descriptions/ergocub_description.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
PACKAGE_PATH: str = _path.join(REPOSITORY_PATH, "urdf", "ergoCub")
2020

2121
URDF_PATH: str = _path.join(
22-
PACKAGE_PATH, "robots", "ergoCubSN000", "model.urdf"
22+
PACKAGE_PATH, "robots", "ergoCubSN002", "model.urdf"
2323
)

0 commit comments

Comments
 (0)