init
This commit is contained in:
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
BIN
telephone_pole/materials/textures/telephone_pole_metal_spec.jpg
Normal file
BIN
telephone_pole/materials/textures/telephone_pole_metal_spec.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
Binary file not shown.
After Width: | Height: | Size: 92 KiB |
BIN
telephone_pole/materials/textures/telephone_pole_wood_spec.jpg
Normal file
BIN
telephone_pole/materials/textures/telephone_pole_wood_spec.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 95 KiB |
284
telephone_pole/meshes/telephone_pole.dae
Executable file
284
telephone_pole/meshes/telephone_pole.dae
Executable file
File diff suppressed because one or more lines are too long
16
telephone_pole/model.config
Normal file
16
telephone_pole/model.config
Normal file
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<model>
|
||||
<name>Telephone pole</name>
|
||||
<version>1.0</version>
|
||||
<sdf version="1.6">model.sdf</sdf>
|
||||
|
||||
<author>
|
||||
<name>Nate Koenig</name>
|
||||
<email>nate@osrfoundation.org</email>
|
||||
</author>
|
||||
|
||||
<description>
|
||||
A telephone pole.
|
||||
</description>
|
||||
</model>
|
33
telephone_pole/model.sdf
Normal file
33
telephone_pole/model.sdf
Normal file
@@ -0,0 +1,33 @@
|
||||
<?xml version="1.0" ?>
|
||||
<sdf version="1.6">
|
||||
<model name="telephone_pole">
|
||||
<static>true</static>
|
||||
<link name="link">
|
||||
<collision name="collision_pole">
|
||||
<pose>0 0 4.572 0 0 0</pose>
|
||||
<geometry>
|
||||
<cylinder>
|
||||
<radius>0.07794752</radius>
|
||||
<length>9.144</length>
|
||||
</cylinder>
|
||||
</geometry>
|
||||
</collision>
|
||||
<collision name="collision_cross">
|
||||
<pose>0 -0.098806 8.048363126 0 0 0</pose>
|
||||
<geometry>
|
||||
<box>
|
||||
<size>2.11605876 0.041763442 0.177805588</size>
|
||||
</box>
|
||||
</geometry>
|
||||
</collision>
|
||||
|
||||
<visual name="visual">
|
||||
<geometry>
|
||||
<mesh>
|
||||
<uri>model://telephone_pole/meshes/telephone_pole.dae</uri>
|
||||
</mesh>
|
||||
</geometry>
|
||||
</visual>
|
||||
</link>
|
||||
</model>
|
||||
</sdf>
|
Reference in New Issue
Block a user