mirror of
https://github.com/osrf/gazebo_models.git
synced 2025-09-15 12:58:56 +08:00
Merged in salon (pull request #273)
Added a salon Approved-by: Louise Poubel <lupoubel@hotmail.com>
This commit is contained in:
commit
00067fdd1a
@ -195,6 +195,7 @@ robocup_spl_ball
|
|||||||
robonaut
|
robonaut
|
||||||
round_tin_base
|
round_tin_base
|
||||||
round_tin_top
|
round_tin_top
|
||||||
|
salon
|
||||||
saucepan
|
saucepan
|
||||||
simple_arm
|
simple_arm
|
||||||
simple_arm_gripper
|
simple_arm_gripper
|
||||||
|
|||||||
BIN
salon/materials/textures/salon_diffuse.jpg
Normal file
BIN
salon/materials/textures/salon_diffuse.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 456 KiB |
BIN
salon/materials/textures/salon_spec.jpg
Normal file
BIN
salon/materials/textures/salon_spec.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 373 KiB |
185
salon/meshes/salon.dae
Executable file
185
salon/meshes/salon.dae
Executable file
File diff suppressed because one or more lines are too long
16
salon/model.config
Normal file
16
salon/model.config
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
|
||||||
|
<model>
|
||||||
|
<name>Salon</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 downtown salon parlor.
|
||||||
|
</description>
|
||||||
|
</model>
|
||||||
24
salon/model.sdf
Normal file
24
salon/model.sdf
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<sdf version="1.6">
|
||||||
|
<model name="salon">
|
||||||
|
<static>true</static>
|
||||||
|
<link name="link">
|
||||||
|
<collision name="collision">
|
||||||
|
<pose>0 0 5.694693596 0 0 0</pose>
|
||||||
|
<geometry>
|
||||||
|
<box>
|
||||||
|
<size>7.212969278 5.378752065 11.389387193</size>
|
||||||
|
</box>
|
||||||
|
</geometry>
|
||||||
|
</collision>
|
||||||
|
<visual name="visual">
|
||||||
|
<pose>0 -0.90360491 0 0 0 0</pose>
|
||||||
|
<geometry>
|
||||||
|
<mesh>
|
||||||
|
<uri>model://salon/meshes/salon.dae</uri>
|
||||||
|
</mesh>
|
||||||
|
</geometry>
|
||||||
|
</visual>
|
||||||
|
</link>
|
||||||
|
</model>
|
||||||
|
</sdf>
|
||||||
Loading…
Reference in New Issue
Block a user