Skip to content

Commit ad635bd

Browse files
Remove URDF_PATH from aliengo_mj_description
1 parent 90035c9 commit ad635bd

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ All notable changes to this project will be documented in this file.
1010

1111
### Changed
1212

13-
- Split Aliengo into MJCF and URDF descriptions
14-
- Update Aliengo URDF description to a more active repository
13+
- Split Aliengo into MJCF and URDF descriptions (thanks to @Danfoa)
14+
- Update Aliengo URDF to a more active repository (thanks to @Danfoa)
1515

1616
## [1.9.0] - 2024-03-27
1717

robot_descriptions/aliengo_mj_description.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,3 @@
1919
PACKAGE_PATH: str = _path.join(REPOSITORY_PATH, "data", "aliengo")
2020

2121
MJCF_PATH: str = _path.join(PACKAGE_PATH, "xml", "aliengo.xml")
22-
23-
URDF_PATH: str = _path.join(PACKAGE_PATH, "urdf", "aliengo.urdf")

0 commit comments

Comments
 (0)