Skip to content

Commit 2fe1078

Browse files
committed
add ladar and camera links/joints in H1 urdf
1 parent 6029657 commit 2fe1078

File tree

1 file changed

+119
-0
lines changed

1 file changed

+119
-0
lines changed

robots/h1_description/urdf/h1.urdf

+119
Original file line numberDiff line numberDiff line change
@@ -1143,4 +1143,123 @@ Stephen Brawner ([email protected])
11431143
<axis
11441144
xyz="0 0 0" />
11451145
</joint>
1146+
1147+
1148+
<link
1149+
name="d435_left_imager_link">
1150+
<visual>
1151+
<origin
1152+
xyz="0 0 0"
1153+
rpy="0 0 0" />
1154+
<geometry>
1155+
<sphere
1156+
radius="0.001" />
1157+
</geometry>
1158+
<material
1159+
name="">
1160+
<color
1161+
rgba="1 1 1 1" />
1162+
</material>
1163+
</visual>
1164+
<collision>
1165+
<origin
1166+
xyz="0 0 0"
1167+
rpy="0 0 0" />
1168+
<geometry>
1169+
<sphere
1170+
radius="0.001" />
1171+
</geometry>
1172+
</collision>
1173+
</link>
1174+
<joint
1175+
name="d435_left_imager_joint"
1176+
type="fixed">
1177+
<origin
1178+
xyz="0.10848474394 0.0175 0.69317107367"
1179+
rpy="-2.45735 0 -1.57080" />
1180+
<parent
1181+
link="torso_link" />
1182+
<child
1183+
link="d435_left_imager_link" />
1184+
<axis
1185+
xyz="0 0 0" />
1186+
</joint>
1187+
<link
1188+
name="d435_rgb_module_link">
1189+
<visual>
1190+
<origin
1191+
xyz="0 0 0"
1192+
rpy="0 0 0" />
1193+
<geometry>
1194+
<sphere
1195+
radius="0.001" />
1196+
</geometry>
1197+
<material
1198+
name="">
1199+
<color
1200+
rgba="1 1 1 1" />
1201+
</material>
1202+
</visual>
1203+
<collision>
1204+
<origin
1205+
xyz="0 0 0"
1206+
rpy="0 0 0" />
1207+
<geometry>
1208+
<sphere
1209+
radius="0.001" />
1210+
</geometry>
1211+
</collision>
1212+
</link>
1213+
<joint
1214+
name="d435_rgb_module_joint"
1215+
type="fixed">
1216+
<origin
1217+
xyz="0.10848474394 0.0325 0.69317107367"
1218+
rpy="-2.45735 0 -1.57080" />
1219+
<parent
1220+
link="torso_link" />
1221+
<child
1222+
link="d435_rgb_module_link" />
1223+
<axis
1224+
xyz="0 0 0" />
1225+
</joint>
1226+
<link
1227+
name="mid360_link">
1228+
<visual>
1229+
<origin
1230+
xyz="0 0 0"
1231+
rpy="0 0 0" />
1232+
<geometry>
1233+
<sphere
1234+
radius="0.001" />
1235+
</geometry>
1236+
<material
1237+
name="">
1238+
<color
1239+
rgba="1 1 1 1" />
1240+
</material>
1241+
</visual>
1242+
<collision>
1243+
<origin
1244+
xyz="0 0 0"
1245+
rpy="0 0 0" />
1246+
<geometry>
1247+
<sphere
1248+
radius="0.001" />
1249+
</geometry>
1250+
</collision>
1251+
</link>
1252+
<joint
1253+
name="mid360_joint"
1254+
type="fixed">
1255+
<origin
1256+
xyz="0.04729990180 0 0.67492878653"
1257+
rpy="0 0.243124 0" />
1258+
<parent
1259+
link="torso_link" />
1260+
<child
1261+
link="mid360_link" />
1262+
<axis
1263+
xyz="0 0 0" />
1264+
</joint>
11461265
</robot>

0 commit comments

Comments
 (0)