mirror of
https://github.com/osrf/gazebo_models.git
synced 2025-09-15 12:58:56 +08:00
Truss bridge
This commit is contained in:
parent
46249646cb
commit
ed04cd5c03
@ -231,6 +231,7 @@ table
|
||||
table_marble
|
||||
textured_shapes
|
||||
thrift_shop
|
||||
truss_bridge
|
||||
tube_2_25cm
|
||||
tube_9_5mm
|
||||
turtlebot
|
||||
|
||||
BIN
truss_bridge/materials/textures/truss_bridge_diffuse.jpg
Normal file
BIN
truss_bridge/materials/textures/truss_bridge_diffuse.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 282 KiB |
BIN
truss_bridge/materials/textures/truss_bridge_spec.jpg
Normal file
BIN
truss_bridge/materials/textures/truss_bridge_spec.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 267 KiB |
189
truss_bridge/meshes/truss_bridge.dae
Executable file
189
truss_bridge/meshes/truss_bridge.dae
Executable file
File diff suppressed because one or more lines are too long
16
truss_bridge/model.config
Normal file
16
truss_bridge/model.config
Normal file
@ -0,0 +1,16 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<model>
|
||||
<name>Truss bridge</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 truss bridge.
|
||||
</description>
|
||||
</model>
|
||||
22
truss_bridge/model.sdf
Normal file
22
truss_bridge/model.sdf
Normal file
@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" ?>
|
||||
<sdf version="1.6">
|
||||
<model name="truss_bridge">
|
||||
<static>true</static>
|
||||
<link name="link">
|
||||
<collision name="collision">
|
||||
<geometry>
|
||||
<mesh>
|
||||
<uri>model://truss_bridge/meshes/truss_bridge.dae</uri>
|
||||
</mesh>
|
||||
</geometry>
|
||||
</collision>
|
||||
<visual name="visual">
|
||||
<geometry>
|
||||
<mesh>
|
||||
<uri>model://truss_bridge/meshes/truss_bridge.dae</uri>
|
||||
</mesh>
|
||||
</geometry>
|
||||
</visual>
|
||||
</link>
|
||||
</model>
|
||||
</sdf>
|
||||
Loading…
Reference in New Issue
Block a user