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

23 lines
525 B
XML

<?xml version="1.0" ?>
<sdf version="1.6">
<model name="playground">
<static>true</static>
<link name="link">
<collision name="collision">
<geometry>
<mesh>
<uri>model://playground/meshes/playground.dae</uri>
</mesh>
</geometry>
</collision>
<visual name="visual">
<geometry>
<mesh>
<uri>model://playground/meshes/playground.dae</uri>
</mesh>
</geometry>
</visual>
</link>
</model>
</sdf>