mirror of
https://github.com/okalachev/flix.git
synced 2025-08-18 01:26:10 +00:00
Use own table model
This commit is contained in:
23
gazebo/models/linnmon/linnmon.sdf
Normal file
23
gazebo/models/linnmon/linnmon.sdf
Normal 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>
|
Reference in New Issue
Block a user