init
This commit is contained in:
Binary file not shown.
After Width: | Height: | Size: 622 KiB |
Binary file not shown.
After Width: | Height: | Size: 335 KiB |
BIN
collapsed_fire_station/materials/textures/rubble_diffuse.jpg
Normal file
BIN
collapsed_fire_station/materials/textures/rubble_diffuse.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 59 KiB |
BIN
collapsed_fire_station/materials/textures/rubble_spec.jpg
Normal file
BIN
collapsed_fire_station/materials/textures/rubble_spec.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
760
collapsed_fire_station/meshes/collapsed_fire_station.dae
Executable file
760
collapsed_fire_station/meshes/collapsed_fire_station.dae
Executable file
File diff suppressed because one or more lines are too long
16
collapsed_fire_station/model.config
Normal file
16
collapsed_fire_station/model.config
Normal file
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<model>
|
||||
<name>Collapsed Fire Station</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 collapsed fire station.
|
||||
</description>
|
||||
</model>
|
22
collapsed_fire_station/model.sdf
Normal file
22
collapsed_fire_station/model.sdf
Normal file
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" ?>
|
||||
<sdf version="1.6">
|
||||
<model name="collapsed_fire_station">
|
||||
<static>true</static>
|
||||
<link name="link">
|
||||
<collision name="collision">
|
||||
<geometry>
|
||||
<mesh>
|
||||
<uri>model://collapsed_fire_station/meshes/collapsed_fire_station.dae</uri>
|
||||
</mesh>
|
||||
</geometry>
|
||||
</collision>
|
||||
<visual name="visual">
|
||||
<geometry>
|
||||
<mesh>
|
||||
<uri>model://collapsed_fire_station/meshes/collapsed_fire_station.dae</uri>
|
||||
</mesh>
|
||||
</geometry>
|
||||
</visual>
|
||||
</link>
|
||||
</model>
|
||||
</sdf>
|
Reference in New Issue
Block a user