Skip to content

Commit ee3c850

Browse files
authored
Update ergocub models to latest ergocub-software version and latest ergoCub model
1 parent f8775ba commit ee3c850

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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)