Skip to content

Commit 82e70ef

Browse files
Update Cassie URDF description to an MIT-licensed repository
1 parent 49661c1 commit 82e70ef

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

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

1717
- MuJoCo examples: try ``mj_description`` suffix rather than ``description``
18+
- Update Cassie URDF description to an MIT-licensed repository
1819

1920
### Fixed
2021

robot_descriptions/_repositories.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ class Repository:
6767
cache_path="bullet3",
6868
),
6969
"cassie_description": Repository(
70-
url="https://github.com/UMich-BipedLab/cassie_description.git",
71-
commit="96323f3d0cc2cb7101cb92d7fcf4650abdcb2e81",
72-
cache_path="BipedLab/cassie_description",
70+
url="https://github.com/robot-descriptions/cassie_description",
71+
commit="81a2d8bbd77201cc974afb127adda4e2857a6dbf",
72+
cache_path="cassie_description",
7373
),
7474
"cassie_mj_description": Repository(
7575
url="https://github.com/rohanpsingh/cassie_mj_description.git",

robot_descriptions/cassie_description.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@
2727

2828
PACKAGE_PATH: str = _path.join(REPOSITORY_PATH)
2929

30-
URDF_PATH: str = _path.join(PACKAGE_PATH, "urdf", "cassie.urdf")
30+
URDF_PATH: str = _path.join(PACKAGE_PATH, "urdf", "cassie_v4.urdf")

0 commit comments

Comments
 (0)