OSRF first office

This commit is contained in:
nkoenig 2017-10-13 10:39:13 -07:00
parent 84fdea9ac8
commit fb5bdfa54c
6 changed files with 223 additions and 0 deletions

View File

@ -170,6 +170,7 @@ number9
office_building
orbbec_astra_camera
osrf_elevator
osrf_first_office
parrot_bebop_2
person_standing
person_walking

Binary file not shown.

After

Width:  |  Height:  |  Size: 318 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 282 KiB

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,16 @@
<?xml version="1.0"?>
<model>
<name>OSRF First Office</name>
<version>1.0</version>
<sdf version="1.6">model.sdf</sdf>
<author>
<name>Nate Koenig</name>
<email>nate@osrfoundation.org</email>
</author>
<description>
OSRF's first office building.
</description>
</model>

View File

@ -0,0 +1,22 @@
<?xml version="1.0" ?>
<sdf version="1.6">
<model name="osrf_first_office">
<static>true</static>
<link name="link">
<collision name="collision">
<geometry>
<mesh>
<uri>model://osrf_first_office/meshes/osrf_first_office.dae</uri>
</mesh>
</geometry>
</collision>
<visual name="visual">
<geometry>
<mesh>
<uri>model://osrf_first_office/meshes/osrf_first_office.dae</uri>
</mesh>
</geometry>
</visual>
</link>
</model>
</sdf>