init
This commit is contained in:
BIN
warehouse_robot/materials/textures/robot.png
Normal file
BIN
warehouse_robot/materials/textures/robot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 313 KiB |
223
warehouse_robot/meshes/robot.dae
Normal file
223
warehouse_robot/meshes/robot.dae
Normal file
File diff suppressed because one or more lines are too long
20
warehouse_robot/model.config
Normal file
20
warehouse_robot/model.config
Normal file
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<model>
|
||||
<name>Warehouse Robot</name>
|
||||
<version>1.0</version>
|
||||
<sdf version="1.6">model.sdf</sdf>
|
||||
|
||||
<author>
|
||||
<name>Nate Koenig</name>
|
||||
<email>nate@osrfoundation.org</email>
|
||||
</author>
|
||||
|
||||
<author>
|
||||
<name>Cole Biesemeyer</name>
|
||||
</author>
|
||||
|
||||
<description>
|
||||
A generic warehouse robot.
|
||||
</description>
|
||||
</model>
|
49
warehouse_robot/model.sdf
Normal file
49
warehouse_robot/model.sdf
Normal file
@@ -0,0 +1,49 @@
|
||||
<?xml version="1.0" ?>
|
||||
<sdf version="1.6">
|
||||
<model name="warehouse_robot">
|
||||
<static>true</static>
|
||||
<link name="link">
|
||||
<visual name="visual">
|
||||
<geometry>
|
||||
<mesh>
|
||||
<uri>model://warehouse_robot/meshes/robot.dae</uri>
|
||||
</mesh>
|
||||
</geometry>
|
||||
</visual>
|
||||
<collision name="collision_base">
|
||||
<pose>0 0 0.20437 0 0 0</pose>
|
||||
<geometry>
|
||||
<box>
|
||||
<size>0.55508 1.0228 0.40874</size>
|
||||
</box>
|
||||
</geometry>
|
||||
</collision>
|
||||
<collision name="collision_bumper">
|
||||
<pose>0 0 0.062205 0 0 0</pose>
|
||||
<geometry>
|
||||
<box>
|
||||
<size>0.67266 1.17126 0.12441</size>
|
||||
</box>
|
||||
</geometry>
|
||||
</collision>
|
||||
<collision name="collision_column_large">
|
||||
<pose>0 -0.27539 0.43738 0 0 0</pose>
|
||||
<geometry>
|
||||
<cylinder>
|
||||
<radius>0.08652</radius>
|
||||
<length>0.87476</length>
|
||||
</cylinder>
|
||||
</geometry>
|
||||
</collision>
|
||||
<collision name="collision_column_small">
|
||||
<pose>0 -0.27539 0.70424 0 0 0</pose>
|
||||
<geometry>
|
||||
<cylinder>
|
||||
<radius>0.04261</radius>
|
||||
<length>1.40848</length>
|
||||
</cylinder>
|
||||
</geometry>
|
||||
</collision>
|
||||
</link>
|
||||
</model>
|
||||
</sdf>
|
Reference in New Issue
Block a user