init
This commit is contained in:
Binary file not shown.
After Width: | Height: | Size: 318 KiB |
BIN
osrf_first_office/materials/textures/osrf_first_office_spec.jpg
Normal file
BIN
osrf_first_office/materials/textures/osrf_first_office_spec.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 282 KiB |
184
osrf_first_office/meshes/osrf_first_office.dae
Executable file
184
osrf_first_office/meshes/osrf_first_office.dae
Executable file
File diff suppressed because one or more lines are too long
16
osrf_first_office/model.config
Normal file
16
osrf_first_office/model.config
Normal 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>
|
22
osrf_first_office/model.sdf
Normal file
22
osrf_first_office/model.sdf
Normal 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>
|
Reference in New Issue
Block a user