Skip to content

Commit

Permalink
Revert "Add ANYmal D description"
Browse files Browse the repository at this point in the history
This reverts commit 55b439c.
  • Loading branch information
stephane-caron committed Jul 24, 2024
1 parent 55b439c commit 1d0e961
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 29 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ All notable changes to this project will be documented in this file.

### Added

- Description: ANYmal D
- Description: LEAP Hand v1
- Description: Shadow DEX-EE (MJCF) (thanks to @kevinzakka)
- Description: Stretch 3 (MJCF) (thanks to @kevinzakka)
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,6 @@ The DOF column denotes the number of actuated degrees of freedom.
| `anymal_b_mj_description` | ANYmal B | ANYbotics | 12 | MJCF |
| `anymal_c_description` | ANYmal C | ANYbotics | 12 | URDF |
| `anymal_c_mj_description` | ANYmal C | ANYbotics | 12 | MJCF |
| `anymal_d_description` | ANYmal D | ANYbotics | 12 | URDF |
| `b1_description` | B1 | UNITREE Robotics | 12 | URDF |
| `spot_mj_description` | Spot | Boston Dynamics | 12 | MJCF |
| `go1_description` | Go1 | UNITREE Robotics | 12 | URDF |
Expand Down
1 change: 0 additions & 1 deletion robot_descriptions/_descriptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ def has_urdf(self) -> bool:
"anymal_b_mj_description": Description(Format.MJCF),
"anymal_c_description": Description(Format.URDF),
"anymal_c_mj_description": Description(Format.MJCF),
"anymal_d_description": Description(Format.URDF),
"atlas_drc_description": Description(Format.URDF),
"atlas_v4_description": Description(Format.URDF),
"b1_description": Description(Format.URDF),
Expand Down
5 changes: 0 additions & 5 deletions robot_descriptions/_repositories.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@ class Repository:
commit="f160b8f7fed840c47a6febe8e2bc78b32bf43a68",
cache_path="anymal_c_simple_description",
),
"anymal_d_simple_description": Repository(
url="https://github.com/ANYbotics/anymal_d_simple_description.git",
commit="6adc14720aab583613975e5a9d6d4fa3cfcdd081",
cache_path="anymal_d_simple_description",
),
"baxter_common": Repository(
url="https://github.com/RethinkRobotics/baxter_common.git",
commit="v1.2.0",
Expand Down
21 changes: 0 additions & 21 deletions robot_descriptions/anymal_d_description.py

This file was deleted.

0 comments on commit 1d0e961

Please sign in to comment.