Files
ros2-homework/src/wt-assign1-2025-1-parol6-base-pkg/urdf/muntjes_houder.urdf

39 lines
1007 B
XML

<?xml version="1.0"?>
<robot name="muntjes_houder">
<!-- Dummy world link to avoid KDL warning -->
<link name="muntjes_houder_world"/>
<joint name="muntjes_houder_fixed" type="fixed">
<parent link="muntjes_houder_world"/>
<child link="muntjes_houder"/>
<origin xyz="0 0 0" rpy="0 0 0"/>
</joint>
<link name="muntjes_houder">
<inertial>
<origin xyz="0 0 0" rpy="0 0 0"/>
<mass value="0.15"/>
<inertia ixx="0.001" ixy="0.0" ixz="0.0" iyy="0.001" iyz="0.0" izz="0.001"/>
</inertial>
<visual>
<origin xyz="0 0 0" rpy="0 0 0"/>
<geometry>
<mesh filename="package://parol6/meshes/objects/muntjes houder.STL"/>
</geometry>
<material name="green">
<color rgba="0.2 0.8 0.2 1.0"/>
</material>
</visual>
<collision>
<origin xyz="0 0 0" rpy="0 0 0"/>
<geometry>
<mesh filename="package://parol6/meshes/objects/muntjes houder.STL"/>
</geometry>
</collision>
</link>
</robot>