Use own table model

This commit is contained in:
Oleg Kalachev
2023-04-08 23:24:43 +03:00
parent 52d19e6b11
commit a19ab30d0a
4 changed files with 237 additions and 1 deletions

View File

@@ -0,0 +1,23 @@
<?xml version="1.0"?>
<sdf version="1.5">
<model name="table1">
<static>true</static>
<link name="link">
<pose>0 0 0 0 0 0</pose>
<collision name="mesh">
<geometry>
<mesh>
<uri>model://linnmon/linnmon.dae</uri>
</mesh>
</geometry>
</collision>
<visual name="visual">
<geometry>
<mesh>
<uri>model://linnmon/linnmon.dae</uri>
</mesh>
</geometry>
</visual>
</link>
</model>
</sdf>