Skip to content

Commit 6029657

Browse files
committed
add b1 realsense link to URDF
1 parent 1cceae3 commit 6029657

File tree

1 file changed

+72
-0
lines changed

1 file changed

+72
-0
lines changed

robots/b1_description/xacro/b1.urdf

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,78 @@
348348
</geometry>
349349
</collision>
350350
</link>
351+
352+
<joint name="left_side_camera_joint" type="fixed">
353+
<parent link="trunk"/>
354+
<child link="left_side_camera_link"/>
355+
<origin rpy="-0.331612 0 0" xyz="-0.1086 0.1371 -0.03077"/>
356+
</joint>
357+
358+
<link name="left_side_camera_link">
359+
<inertial>
360+
<mass value="0.001"/>
361+
<origin rpy="0 0 0" xyz="0 0 0"/>
362+
<inertia ixx="0.0001" ixy="0" ixz="0" iyy="0.0001" iyz="0" izz="0.0001"/>
363+
</inertial>
364+
</link>
365+
366+
367+
<joint name="right_side_camera_joint" type="fixed">
368+
<parent link="trunk"/>
369+
<child link="right_side_camera_link"/>
370+
<origin rpy="0.331612 0 0" xyz="-0.10190 -0.1371 -0.03077"/>
371+
</joint>
372+
373+
<link name="right_side_camera_link">
374+
<inertial>
375+
<mass value="0.001"/>
376+
<origin rpy="0 0 0" xyz="0 0 0"/>
377+
<inertia ixx="0.0001" ixy="0" ixz="0" iyy="0.0001" iyz="0" izz="0.0001"/>
378+
</inertial>
379+
</link>
380+
-
381+
<joint name="head_camera_1_joint" type="fixed">
382+
<parent link="trunk"/>
383+
<child link="head_camera_1_link"/>
384+
<origin rpy="0 0 0" xyz="0.48883 0 0.0255"/>
385+
</joint>
386+
387+
<link name="head_camera_1_link">
388+
<inertial>
389+
<mass value="0.001"/>
390+
<origin rpy="0 0 0" xyz="0 0 0"/>
391+
<inertia ixx="0.0001" ixy="0" ixz="0" iyy="0.0001" iyz="0" izz="0.0001"/>
392+
</inertial>
393+
</link>
394+
395+
<joint name="head_camera_2_joint" type="fixed">
396+
<parent link="trunk"/>
397+
<child link="head_camera_2_link"/>
398+
<origin rpy="0 0 0" xyz="0.45430 0 -0.081"/>
399+
</joint>
400+
401+
<link name="head_camera_2_link">
402+
<inertial>
403+
<mass value="0.001"/>
404+
<origin rpy="0 0 0" xyz="0 0 0"/>
405+
<inertia ixx="0.0001" ixy="0" ixz="0" iyy="0.0001" iyz="0" izz="0.0001"/>
406+
</inertial>
407+
</link>
408+
409+
<joint name="tail_camera_joint" type="fixed">
410+
<parent link="trunk"/>
411+
<child link="tail_camera_link"/>
412+
<origin rpy="0 0 0" xyz="-0.459 0 -0.081"/>
413+
</joint>
414+
415+
<link name="tail_camera_link">
416+
<inertial>
417+
<mass value="0.001"/>
418+
<origin rpy="0 0 0" xyz="0 0 0"/>
419+
<inertia ixx="0.0001" ixy="0" ixz="0" iyy="0.0001" iyz="0" izz="0.0001"/>
420+
</inertial>
421+
</link>
422+
351423
<joint name="FR_hip_joint" type="revolute">
352424
<origin rpy="0 0 0" xyz="0.3455 -0.072 0"/>
353425
<parent link="trunk"/>

0 commit comments

Comments
 (0)