File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -276,7 +276,6 @@ The DOF column denotes the number of actuated degrees of freedom.
276276| ` anymal_d_description ` | ANYmal D | ANYbotics | 12 | URDF |
277277| ` b1_description ` | B1 | UNITREE Robotics | 12 | URDF |
278278| ` b2_description ` | B2 | UNITREE Robotics | 12 | URDF |
279- | ` spot_mj_description ` | Spot | Boston Dynamics | 12 | MJCF |
280279| ` go1_description ` | Go1 | UNITREE Robotics | 12 | URDF |
281280| ` go1_mj_description ` | Go1 | UNITREE Robotics | 12 | MJCF |
282281| ` go2_description ` | Go2 | UNITREE Robotics | 12 | URDF |
@@ -286,6 +285,7 @@ The DOF column denotes the number of actuated degrees of freedom.
286285| ` mini_cheetah_description ` | Mini Cheetah | MIT | 12 | URDF |
287286| ` minitaur_description ` | Minitaur | Ghost Robotics | 16 | URDF |
288287| ` solo_description ` | Solo | ODRI | 12 | URDF |
288+ | ` spot_mj_description ` | Spot | Boston Dynamics | 12 | MJCF |
289289
290290### Wheeled
291291
Original file line number Diff line number Diff line change @@ -136,7 +136,8 @@ def has_urdf(self) -> bool:
136136 "skydio_x2_mj_description" : Description (Format .MJCF ),
137137 "so_arm100" : Description (Format .URDF ),
138138 "so_arm100_mj_description" : Description (Format .MJCF ),
139- "solo_description" : Description (Format .URDF ),
139+ "solo_description" : Description (Format .URDF , tags = {"quadruped" }),
140+ "spot_mj_description" : Description (Format .MJCF , tags = {"quadruped" }),
140141 "spryped_description" : Description (Format .URDF ),
141142 "stretch_description" : Description (Format .URDF ),
142143 "stretch_mj_description" : Description (Format .MJCF ),
You can’t perform that action at this time.
0 commit comments