Files
car_simulation/origincar.urdf
cyy_mac f009be7de2 init
2026-06-14 20:53:43 +08:00

120 lines
3.8 KiB
XML

<?xml version="1.0" ?>
<!-- =================================================================================== -->
<!-- | This document was autogenerated by xacro from origincar.xacro | -->
<!-- | EDITING THIS FILE BY HAND IS NOT RECOMMENDED | -->
<!-- =================================================================================== -->
<robot name="mycar">
<link name="base_link">
<visual>
<geometry>
<box size="0.276 0.164 0.08"/>
</geometry>
<origin rpy="0 0 0" xyz="0 0 0.07"/>
<material name="rgba(102,10,10,1)">
<color rgba="0.4 0.0392156862745098 0.0392156862745098 1"/>
</material>
</visual>
</link>
<link name="board_link">
<visual>
<geometry>
<box size="0.200 0.164 0.06999999999999999"/>
</geometry>
<origin rpy="0 0 0" xyz="0 0 0.034999999999999996"/>
<material name="rgba(246,152,152,1)">
<color rgba="0.9647058823529412 0.596078431372549 0.596078431372549 1"/>
</material>
</visual>
</link>
<link name="camera">
<visual>
<geometry>
<box size="0.015 0.045 0.03"/>
</geometry>
<origin rpy="0 0 0" xyz="0 0 0.015"/>
<material name="rgba(93,78,78,1)">
<color rgba="0.36470588235294116 0.3058823529411765 0.3058823529411765 1"/>
</material>
</visual>
</link>
<joint name="camera_joint" type="fixed">
<parent link="base_link"/>
<child link="camera"/>
<origin rpy="0 0 0" xyz="0.12050000000000001 0 0.11"/>
</joint>
<joint name="board_joint" type="fixed">
<parent link="base_link"/>
<child link="board_link"/>
<origin rpy="0 0 0" xyz="-0.038000000000000006 0 0.11"/>
<axis xyz="0 1 0"/>
</joint>
<link name="down_left_Link">
<visual>
<origin rpy="-1.5707963 0 0" xyz="0 0.0 0"/>
<geometry>
<cylinder length="0.025" radius="0.03"/>
</geometry>
<material name="">
<color rgba="0.7450980392156863 0.12941176470588237 0.12941176470588237 1"/>
</material>
</visual>
</link>
<joint name="down_left_joint" type="continuous">
<parent link="base_link"/>
<child link="down_left_Link"/>
<origin rpy="0 0 0" xyz="-0.0841 0.0945 0.03"/>
<axis xyz="0 1 0"/>
</joint>
<link name="down_right_Link">
<visual>
<origin rpy="1.5707963 0 0" xyz="0 0.0 0"/>
<geometry>
<cylinder length="0.025" radius="0.03"/>
</geometry>
<material name="">
<color rgba="0.7450980392156863 0.12941176470588237 0.12941176470588237 1"/>
</material>
</visual>
</link>
<joint name="down_right_joint" type="continuous">
<parent link="base_link"/>
<child link="down_right_Link"/>
<origin rpy="0 0 0" xyz="-0.0841 -0.0945 0.03"/>
<axis xyz="0 -1 0"/>
</joint>
<link name="up_left_Link">
<visual>
<origin rpy="-1.5707963 0 0" xyz="0 0.0 0"/>
<geometry>
<cylinder length="0.025" radius="0.03"/>
</geometry>
<material name="">
<color rgba="0.7450980392156863 0.12941176470588237 0.12941176470588237 1"/>
</material>
</visual>
</link>
<joint name="up_left_joint" type="continuous">
<parent link="base_link"/>
<child link="up_left_Link"/>
<origin rpy="0 0 0" xyz="0.0841 0.0945 0.03"/>
<axis xyz="0 1 0"/>
</joint>
<link name="up_right_Link">
<visual>
<origin rpy="1.5707963 0 0" xyz="0 0.0 0"/>
<geometry>
<cylinder length="0.025" radius="0.03"/>
</geometry>
<material name="">
<color rgba="0.7450980392156863 0.12941176470588237 0.12941176470588237 1"/>
</material>
</visual>
</link>
<joint name="up_right_joint" type="continuous">
<parent link="base_link"/>
<child link="up_right_Link"/>
<origin rpy="0 0 0" xyz="0.0841 -0.0945 0.03"/>
<axis xyz="0 -1 0"/>
</joint>
</robot>