Skip to content

Commit 1d0e961

Browse files
Revert "Add ANYmal D description"
This reverts commit 55b439c.
1 parent 55b439c commit 1d0e961

File tree

5 files changed

+0
-29
lines changed

5 files changed

+0
-29
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ All notable changes to this project will be documented in this file.
66

77
### Added
88

9-
- Description: ANYmal D
109
- Description: LEAP Hand v1
1110
- Description: Shadow DEX-EE (MJCF) (thanks to @kevinzakka)
1211
- Description: Stretch 3 (MJCF) (thanks to @kevinzakka)

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,6 @@ The DOF column denotes the number of actuated degrees of freedom.
256256
| `anymal_b_mj_description` | ANYmal B | ANYbotics | 12 | MJCF |
257257
| `anymal_c_description` | ANYmal C | ANYbotics | 12 | URDF |
258258
| `anymal_c_mj_description` | ANYmal C | ANYbotics | 12 | MJCF |
259-
| `anymal_d_description` | ANYmal D | ANYbotics | 12 | URDF |
260259
| `b1_description` | B1 | UNITREE Robotics | 12 | URDF |
261260
| `spot_mj_description` | Spot | Boston Dynamics | 12 | MJCF |
262261
| `go1_description` | Go1 | UNITREE Robotics | 12 | URDF |

robot_descriptions/_descriptions.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ def has_urdf(self) -> bool:
5959
"anymal_b_mj_description": Description(Format.MJCF),
6060
"anymal_c_description": Description(Format.URDF),
6161
"anymal_c_mj_description": Description(Format.MJCF),
62-
"anymal_d_description": Description(Format.URDF),
6362
"atlas_drc_description": Description(Format.URDF),
6463
"atlas_v4_description": Description(Format.URDF),
6564
"b1_description": Description(Format.URDF),

robot_descriptions/_repositories.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,6 @@ class Repository:
3636
commit="f160b8f7fed840c47a6febe8e2bc78b32bf43a68",
3737
cache_path="anymal_c_simple_description",
3838
),
39-
"anymal_d_simple_description": Repository(
40-
url="https://github.com/ANYbotics/anymal_d_simple_description.git",
41-
commit="6adc14720aab583613975e5a9d6d4fa3cfcdd081",
42-
cache_path="anymal_d_simple_description",
43-
),
4439
"baxter_common": Repository(
4540
url="https://github.com/RethinkRobotics/baxter_common.git",
4641
commit="v1.2.0",

robot_descriptions/anymal_d_description.py

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)