Skip to content

Commit 269e274

Browse files
stephane-caronStéphane Caron
authored andcommitted
Update Cassie MJCF description
1 parent 8a5056a commit 269e274

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ All notable changes to this project will be documented in this file.
1111
- Loader: MuJoCo
1212
- Unit tests to check that MuJoCo loads all MJCF descriptions successfully
1313

14+
### Changed
15+
16+
- Cassie: update to description from MuJoCo Menagerie
17+
1418
## [0.4.0] - 2022/09/14
1519

1620
### Added

robot_descriptions/cassie_mj_description.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323

2424
from ._cache import clone_to_cache as _clone_to_cache
2525

26-
REPOSITORY_PATH: str = _clone_to_cache("cassie_mj_description")
26+
REPOSITORY_PATH: str = _clone_to_cache("mujoco_menagerie")
2727

28-
PACKAGE_PATH: str = _path.join(REPOSITORY_PATH)
28+
PACKAGE_PATH: str = _path.join(REPOSITORY_PATH, "agility_cassie")
2929

30-
MJCF_PATH: str = _path.join(PACKAGE_PATH, "xml", "cassie.xml")
30+
MJCF_PATH: str = _path.join(PACKAGE_PATH, "cassie.xml")

0 commit comments

Comments
 (0)