mirror of
https://github.com/okalachev/flix.git
synced 2025-07-27 09:39:33 +00:00
Use own table model
This commit is contained in:
parent
52d19e6b11
commit
a19ab30d0a
@ -35,7 +35,7 @@
|
||||
<pose>0 0 0.2 0 0 0</pose>
|
||||
</include>
|
||||
<include>
|
||||
<uri>model://Table</uri>
|
||||
<uri>model://linnmon</uri>
|
||||
<pose>0.2 1.5 0 0 0 0</pose>
|
||||
</include>
|
||||
|
||||
|
194
gazebo/models/linnmon/linnmon.dae
Normal file
194
gazebo/models/linnmon/linnmon.dae
Normal file
File diff suppressed because one or more lines are too long
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>
|
19
gazebo/models/linnmon/model.config
Normal file
19
gazebo/models/linnmon/model.config
Normal file
@ -0,0 +1,19 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<model>
|
||||
<name>linnmon</name>
|
||||
<version>1.0</version>
|
||||
<sdf version="1.5">linnmon.sdf</sdf>
|
||||
|
||||
<author>
|
||||
<name>Oleg Kalachev</name>
|
||||
<email>okalachev@gmail.com</email>
|
||||
</author>
|
||||
|
||||
<license>Unknown</license>
|
||||
|
||||
<description>
|
||||
Linnmon table from https://3dlancer.net/en/producermodels/tables-coffee-tables/3dmodel-table-with-ikea-linnmon-36059
|
||||
</description>
|
||||
|
||||
</model>
|
Loading…
x
Reference in New Issue
Block a user