File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ def has_urdf(self) -> bool:
151151 ),
152152 "mini_cheetah_description" : Description (Format .URDF , tags = {"quadruped" }),
153153 "minitaur_description" : Description (Format .URDF , tags = {"quadruped" }),
154- "mujoco_humanoid_description " : Description (
154+ "mujoco_humanoid_mj_description " : Description (
155155 Format .MJCF , tags = {"educational" , "humanoid" }
156156 ),
157157 "n1_description" : Description (Format .URDF , tags = {"humanoid" }),
Original file line number Diff line number Diff line change @@ -198,16 +198,16 @@ class Repository:
198198 commit = "1988bceb26e81f28594a16e7d5e6abe5cbb27ace" ,
199199 cache_path = "mini_cheetah_urdf" ,
200200 ),
201- "mujoco_menagerie" : Repository (
202- url = "https://github.com/deepmind/mujoco_menagerie.git" ,
203- commit = "66384c6b8581c811a7b1eb63bcf4fa944fa43602" ,
204- cache_path = "mujoco_menagerie" ,
205- ),
206201 "mujoco" : Repository (
207202 url = "https://github.com/google-deepmind/mujoco.git" ,
208203 commit = "ad0dc0de5e10a075a2c65be629e9a8d557d383a6" ,
209204 cache_path = "mujoco" ,
210205 ),
206+ "mujoco_menagerie" : Repository (
207+ url = "https://github.com/deepmind/mujoco_menagerie.git" ,
208+ commit = "66384c6b8581c811a7b1eb63bcf4fa944fa43602" ,
209+ cache_path = "mujoco_menagerie" ,
210+ ),
211211 "nao_robot" : Repository (
212212 url = "https://github.com/ros-naoqi/nao_robot.git" ,
213213 commit = "67476469a1371b00b17538eb6ea336367ece7d44" ,
You can’t perform that action at this time.
0 commit comments