mirror of
https://github.com/osrf/gazebo_models.git
synced 2025-09-15 12:58:56 +08:00
Added fountain
This commit is contained in:
parent
ebaef8b6f2
commit
5265e71009
@ -99,6 +99,7 @@ fire_hydrant
|
|||||||
fire_station
|
fire_station
|
||||||
first_2015_trash_can
|
first_2015_trash_can
|
||||||
follower_vehicle
|
follower_vehicle
|
||||||
|
fountain
|
||||||
frc_field_2015
|
frc_field_2015
|
||||||
frc2016_ball
|
frc2016_ball
|
||||||
frc2016_chevaldefrise
|
frc2016_chevaldefrise
|
||||||
|
|||||||
BIN
fountain/materials/textures/fountain_diffuse.jpg
Normal file
BIN
fountain/materials/textures/fountain_diffuse.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 91 KiB |
BIN
fountain/materials/textures/fountain_spec.jpg
Normal file
BIN
fountain/materials/textures/fountain_spec.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 99 KiB |
189
fountain/meshes/fountain.dae
Executable file
189
fountain/meshes/fountain.dae
Executable file
File diff suppressed because one or more lines are too long
16
fountain/model.config
Normal file
16
fountain/model.config
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
|
||||||
|
<model>
|
||||||
|
<name>Fountain</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 fountain.
|
||||||
|
</description>
|
||||||
|
</model>
|
||||||
22
fountain/model.sdf
Normal file
22
fountain/model.sdf
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<sdf version="1.6">
|
||||||
|
<model name="fountain">
|
||||||
|
<static>true</static>
|
||||||
|
<link name="link">
|
||||||
|
<collision name="collision">
|
||||||
|
<geometry>
|
||||||
|
<mesh>
|
||||||
|
<uri>model://fountain/meshes/fountain.dae</uri>
|
||||||
|
</mesh>
|
||||||
|
</geometry>
|
||||||
|
</collision>
|
||||||
|
<visual name="visual">
|
||||||
|
<geometry>
|
||||||
|
<mesh>
|
||||||
|
<uri>model://fountain/meshes/fountain.dae</uri>
|
||||||
|
</mesh>
|
||||||
|
</geometry>
|
||||||
|
</visual>
|
||||||
|
</link>
|
||||||
|
</model>
|
||||||
|
</sdf>
|
||||||
Loading…
Reference in New Issue
Block a user