@@ -65,30 +65,33 @@ def has_urdf(self) -> bool:
65
65
"anymal_c_description" : Description (Format .URDF , tags = {"quadruped" }),
66
66
"anymal_c_mj_description" : Description (Format .MJCF , tags = {"quadruped" }),
67
67
"anymal_d_description" : Description (Format .URDF , tags = {"quadruped" }),
68
- "apollo_mj_description" : Description (Format .MJCF ),
69
- "atlas_drc_description" : Description (Format .URDF ),
70
- "atlas_v4_description" : Description (Format .URDF ),
68
+ "apollo_mj_description" : Description (Format .MJCF , tags = { "humanoid" } ),
69
+ "atlas_drc_description" : Description (Format .URDF , tags = { "humanoid" } ),
70
+ "atlas_v4_description" : Description (Format .URDF , tags = { "humanoid" } ),
71
71
"b1_description" : Description (Format .URDF , tags = {"quadruped" }),
72
72
"b2_description" : Description (Format .URDF , tags = {"quadruped" }),
73
73
"barrett_hand_description" : Description (Format .URDF ),
74
74
"baxter_description" : Description (Format .URDF ),
75
- "berkeley_humanoid_description" : Description (Format .URDF ),
75
+ "berkeley_humanoid_description" : Description (
76
+ Format .URDF , tags = {"humanoid" }
77
+ ),
76
78
"bolt_description" : Description (Format .URDF ),
77
79
"cassie_description" : Description (Format .URDF ),
78
80
"cassie_mj_description" : Description (Format .MJCF ),
79
81
"cf2_description" : Description (Format .URDF ),
80
82
"cf2_mj_description" : Description (Format .MJCF ),
81
83
"double_pendulum_description" : Description (Format .URDF ),
82
- "draco3_description" : Description (Format .URDF ),
84
+ "draco3_description" : Description (Format .URDF , tags = { "humanoid" } ),
83
85
"edo_description" : Description (Format .URDF ),
84
- "elf2_description" : Description (Format .URDF ),
85
- "elf2_mj_description" : Description (Format .MJCF ),
86
- "ergocub_description" : Description (Format .URDF ),
86
+ "elf2_description" : Description (Format .URDF , tags = { "humanoid" } ),
87
+ "elf2_mj_description" : Description (Format .MJCF , tags = { "humanoid" } ),
88
+ "ergocub_description" : Description (Format .URDF , tags = { "humanoid" } ),
87
89
"eve_r3_description" : Description (Format .URDF ),
88
90
"fanuc_m710ic_description" : Description (Format .URDF ),
89
91
"fetch_description" : Description (Format .URDF ),
90
92
"finger_edu_description" : Description (Format .URDF ),
91
- "g1_mj_description" : Description (Format .MJCF ),
93
+ "g1_description" : Description (Format .URDF , tags = {"humanoid" }),
94
+ "g1_mj_description" : Description (Format .MJCF , tags = {"humanoid" }),
92
95
"gen2_description" : Description (Format .URDF ),
93
96
"gen3_description" : Description (Format .URDF ),
94
97
"gen3_mj_description" : Description (Format .MJCF ),
@@ -97,24 +100,23 @@ def has_urdf(self) -> bool:
97
100
"go1_mj_description" : Description (Format .MJCF , tags = {"quadruped" }),
98
101
"go2_description" : Description (Format .URDF , tags = {"quadruped" }),
99
102
"go2_mj_description" : Description (Format .MJCF , tags = {"quadruped" }),
100
- "g1_description" : Description (Format .URDF ),
101
- "h1_description" : Description (Format .URDF ),
102
- "h1_mj_description" : Description (Format .MJCF ),
103
+ "h1_description" : Description (Format .URDF , tags = {"humanoid" }),
104
+ "h1_mj_description" : Description (Format .MJCF , tags = {"humanoid" }),
103
105
"hyq_description" : Description (Format .URDF , tags = {"quadruped" }),
104
- "icub_description" : Description (Format .URDF ),
106
+ "icub_description" : Description (Format .URDF , tags = { "humanoid" } ),
105
107
"iiwa7_description" : Description (Format .URDF ),
106
108
"iiwa14_description" : Description (Format .URDF ),
107
109
"iiwa14_mj_description" : Description (Format .MJCF ),
108
- "jaxon_description" : Description (Format .URDF ),
109
- "jvrc_description" : Description (Format .URDF ),
110
- "jvrc_mj_description" : Description (Format .MJCF ),
110
+ "jaxon_description" : Description (Format .URDF , tags = { "humanoid" } ),
111
+ "jvrc_description" : Description (Format .URDF , tags = { "humanoid" } ),
112
+ "jvrc_mj_description" : Description (Format .MJCF , tags = { "humanoid" } ),
111
113
"laikago_description" : Description (Format .URDF , tags = {"quadruped" }),
112
114
"leap_hand_v1" : Description (Format .URDF ),
113
115
"leap_hand_mj_description" : Description (Format .MJCF ),
114
116
"mini_cheetah_description" : Description (Format .URDF , tags = {"quadruped" }),
115
117
"minitaur_description" : Description (Format .URDF , tags = {"quadruped" }),
116
118
"nextage_description" : Description (Format .URDF ),
117
- "op3_mj_description" : Description (Format .MJCF ),
119
+ "op3_mj_description" : Description (Format .MJCF , tags = { "humanoid" } ),
118
120
"panda_description" : Description (Format .URDF ),
119
121
"panda_mj_description" : Description (Format .MJCF ),
120
122
"pepper_description" : Description (Format .URDF ),
@@ -123,17 +125,18 @@ def has_urdf(self) -> bool:
123
125
"poppy_ergo_jr_description" : Description (Format .URDF ),
124
126
"poppy_torso_description" : Description (Format .URDF ),
125
127
"pr2_description" : Description (Format .URDF ),
126
- "r2_description" : Description (Format .URDF ),
128
+ "r2_description" : Description (Format .URDF , tags = { "humanoid" } ),
127
129
"reachy_description" : Description (Format .URDF ),
128
130
"rhea_description" : Description (Format .URDF ),
129
131
"robotiq_2f85_description" : Description (Format .URDF ),
130
132
"robotiq_2f85_mj_description" : Description (Format .MJCF ),
131
133
"robotiq_2f85_v4_mj_description" : Description (Format .MJCF ),
132
- "romeo_description" : Description (Format .URDF ),
134
+ "romeo_description" : Description (Format .URDF , tags = { "humanoid" } ),
133
135
"rsk_description" : Description (Format .URDF ),
134
136
"sawyer_mj_description" : Description (Format .MJCF ),
135
137
"shadow_hand_mj_description" : Description (Format .MJCF ),
136
- "simple_humanoid_description" : Description (Format .URDF ),
138
+ "sigmaban_description" : Description (Format .URDF , tags = {"humanoid" }),
139
+ "simple_humanoid_description" : Description (Format .URDF , tags = {"humanoid" }),
137
140
"skydio_x2_description" : Description (Format .URDF ),
138
141
"skydio_x2_mj_description" : Description (Format .MJCF ),
139
142
"so_arm100" : Description (Format .URDF ),
@@ -143,8 +146,8 @@ def has_urdf(self) -> bool:
143
146
"spryped_description" : Description (Format .URDF ),
144
147
"stretch_description" : Description (Format .URDF ),
145
148
"stretch_mj_description" : Description (Format .MJCF ),
146
- "talos_description" : Description (Format .URDF ),
147
- "talos_mj_description" : Description (Format .MJCF ),
149
+ "talos_description" : Description (Format .URDF , tags = { "humanoid" } ),
150
+ "talos_mj_description" : Description (Format .MJCF , tags = { "humanoid" } ),
148
151
"tiago_description" : Description (Format .URDF ),
149
152
"trifinger_edu_description" : Description (Format .URDF ),
150
153
"upkie_description" : Description (Format .URDF ),
@@ -153,7 +156,7 @@ def has_urdf(self) -> bool:
153
156
"ur3_description" : Description (Format .URDF ),
154
157
"ur5_description" : Description (Format .URDF ),
155
158
"ur5e_mj_description" : Description (Format .MJCF ),
156
- "valkyrie_description" : Description (Format .URDF ),
159
+ "valkyrie_description" : Description (Format .URDF , tags = { "humanoid" } ),
157
160
"viper_mj_description" : Description (Format .MJCF ),
158
161
"widow_mj_description" : Description (Format .MJCF ),
159
162
"xarm7_mj_description" : Description (Format .MJCF ),
0 commit comments