init
This commit is contained in:
BIN
standpipe/materials/textures/standpipe.png
Normal file
BIN
standpipe/materials/textures/standpipe.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 315 KiB |
237
standpipe/meshes/standpipe.dae
Normal file
237
standpipe/meshes/standpipe.dae
Normal file
File diff suppressed because one or more lines are too long
52
standpipe/model-1_4.sdf
Normal file
52
standpipe/model-1_4.sdf
Normal file
@@ -0,0 +1,52 @@
|
||||
<?xml version='1.0'?>
|
||||
<sdf version='1.4'>
|
||||
<model name='standpipe'>
|
||||
<static>true</static>
|
||||
<link name="standpipe">
|
||||
<pose>0 0 0.1 0 1.57078 0</pose>
|
||||
<collision name="collision_stopper">
|
||||
<pose>0 0 0.22 0 0 0</pose>
|
||||
<geometry>
|
||||
<cylinder>
|
||||
<radius>0.069</radius>
|
||||
<length>0.1</length>
|
||||
</cylinder>
|
||||
</geometry>
|
||||
<surface>
|
||||
<friction>
|
||||
<ode>
|
||||
<mu>0.5</mu>
|
||||
<mu2>0.5</mu2>
|
||||
</ode>
|
||||
</friction>
|
||||
</surface>
|
||||
</collision>
|
||||
|
||||
<collision name="collision">
|
||||
<pose>0 0 0.15 0 0 0</pose>
|
||||
<geometry>
|
||||
<mesh>
|
||||
<uri>model://standpipe/meshes/standpipe.dae</uri>
|
||||
</mesh>
|
||||
</geometry>
|
||||
<surface>
|
||||
<friction>
|
||||
<ode>
|
||||
<mu>0.5</mu>
|
||||
<mu2>0.5</mu2>
|
||||
</ode>
|
||||
</friction>
|
||||
</surface>
|
||||
</collision>
|
||||
|
||||
<visual name="visual">
|
||||
<pose>0 0 0.15 0 0 0</pose>
|
||||
<geometry>
|
||||
<mesh>
|
||||
<uri>model://standpipe/meshes/standpipe.dae</uri>
|
||||
</mesh>
|
||||
</geometry>
|
||||
</visual>
|
||||
</link>
|
||||
</model>
|
||||
</sdf>
|
14
standpipe/model.config
Normal file
14
standpipe/model.config
Normal file
@@ -0,0 +1,14 @@
|
||||
<?xml version='1.0'?>
|
||||
<model>
|
||||
<name>Standpipe</name>
|
||||
<version>0.1.0</version>
|
||||
<sdf version='1.4'>model-1_4.sdf</sdf>
|
||||
<sdf version='1.5'>model.sdf</sdf>
|
||||
<author>
|
||||
<name>Nate Koenig</name>
|
||||
<email>nate@osrfoundation.org</email>
|
||||
</author>
|
||||
<description>
|
||||
Approximate model of a standpipe.
|
||||
</description>
|
||||
</model>
|
50
standpipe/model.sdf
Normal file
50
standpipe/model.sdf
Normal file
@@ -0,0 +1,50 @@
|
||||
<?xml version="1.0" ?>
|
||||
<sdf version="1.5">
|
||||
<model name="standpipe">
|
||||
<static>true</static>
|
||||
<link name="standpipe">
|
||||
<pose>0 0 0.1 0 1.57078 0</pose>
|
||||
<collision name="collision_stopper">
|
||||
<pose>0 0 0.22 0 0 0</pose>
|
||||
<geometry>
|
||||
<cylinder>
|
||||
<radius>0.069</radius>
|
||||
<length>0.1</length>
|
||||
</cylinder>
|
||||
</geometry>
|
||||
<surface>
|
||||
<friction>
|
||||
<ode>
|
||||
<mu>0.5</mu>
|
||||
<mu2>0.5</mu2>
|
||||
</ode>
|
||||
</friction>
|
||||
</surface>
|
||||
</collision>
|
||||
<collision name="collision">
|
||||
<pose>0 0 0.15 0 0 0</pose>
|
||||
<geometry>
|
||||
<mesh>
|
||||
<uri>model://standpipe/meshes/standpipe.dae</uri>
|
||||
</mesh>
|
||||
</geometry>
|
||||
<surface>
|
||||
<friction>
|
||||
<ode>
|
||||
<mu>0.5</mu>
|
||||
<mu2>0.5</mu2>
|
||||
</ode>
|
||||
</friction>
|
||||
</surface>
|
||||
</collision>
|
||||
<visual name="visual">
|
||||
<pose>0 0 0.15 0 0 0</pose>
|
||||
<geometry>
|
||||
<mesh>
|
||||
<uri>model://standpipe/meshes/standpipe.dae</uri>
|
||||
</mesh>
|
||||
</geometry>
|
||||
</visual>
|
||||
</link>
|
||||
</model>
|
||||
</sdf>
|
Reference in New Issue
Block a user