init
This commit is contained in:
BIN
gazebo/materials/textures/gazebo_diffuse.jpg
Normal file
BIN
gazebo/materials/textures/gazebo_diffuse.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 333 KiB |
BIN
gazebo/materials/textures/gazebo_spec.jpg
Normal file
BIN
gazebo/materials/textures/gazebo_spec.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 198 KiB |
185
gazebo/meshes/gazebo.dae
Executable file
185
gazebo/meshes/gazebo.dae
Executable file
File diff suppressed because one or more lines are too long
16
gazebo/model.config
Normal file
16
gazebo/model.config
Normal file
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<model>
|
||||
<name>Gazebo</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 gazebo.
|
||||
</description>
|
||||
</model>
|
24
gazebo/model.sdf
Normal file
24
gazebo/model.sdf
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" ?>
|
||||
<sdf version="1.6">
|
||||
<model name="gazebo">
|
||||
<static>true</static>
|
||||
<link name="link">
|
||||
<collision name="collision">
|
||||
<geometry>
|
||||
<mesh>
|
||||
<scale>3 3 2.5</scale>
|
||||
<uri>model://gazebo/meshes/gazebo.dae</uri>
|
||||
</mesh>
|
||||
</geometry>
|
||||
</collision>
|
||||
<visual name="visual">
|
||||
<geometry>
|
||||
<mesh>
|
||||
<scale>3 3 2.5</scale>
|
||||
<uri>model://gazebo/meshes/gazebo.dae</uri>
|
||||
</mesh>
|
||||
</geometry>
|
||||
</visual>
|
||||
</link>
|
||||
</model>
|
||||
</sdf>
|
Reference in New Issue
Block a user