Files
gazebo_models/monkey_wrench/model-1_4.sdf
Quella777 32cc2a8e96 init
2025-08-25 16:30:02 +08:00

47 lines
1.0 KiB
XML

<?xml version="1.0"?>
<sdf version='1.4'>
<model name="monkey wrench">
<static>false</static>
<link name="link">
<pose>0 0 0 0 0 0</pose>
<!--
<collision name="shaft">
<pose>0 0 0 0 0 0</pose>
<geometry>
<cylinder>
<radius>0.1</radius>
<length>0.3</length>
</cylinder>
</geomtry>
</collision>
<collision name="head">
<pose>0 0 0 0 0 0</pose>
<geometry>
<cylinder>
<radius>0.1</radius>
<length>0.3</length>
</cylinder>
</geomtry>
</collision>
-->
<collision name="collision">
<geometry>
<mesh>
<uri>model://monkey_wrench/meshes/monkey_wrench.dae</uri>
</mesh>
</geometry>
</collision>
<visual name="visual">
<geometry>
<mesh>
<uri>model://monkey_wrench/meshes/monkey_wrench.dae</uri>
</mesh>
</geometry>
</visual>
</link>
</model>
</sdf>