init
This commit is contained in:
110
first_2015_trash_can/meshes/trash_can.dae
Normal file
110
first_2015_trash_can/meshes/trash_can.dae
Normal file
File diff suppressed because one or more lines are too long
16
first_2015_trash_can/model.config
Normal file
16
first_2015_trash_can/model.config
Normal file
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<model>
|
||||
<name>FIRST 2015 trash can</name>
|
||||
<version>1.0</version>
|
||||
<sdf version="1.5">model.sdf</sdf>
|
||||
|
||||
<author>
|
||||
<name>Nate Koenig</name>
|
||||
<email>nate@osrfoundation.org</email>
|
||||
</author>
|
||||
|
||||
<description>
|
||||
A trash can.
|
||||
</description>
|
||||
</model>
|
35
first_2015_trash_can/model.sdf
Normal file
35
first_2015_trash_can/model.sdf
Normal file
@@ -0,0 +1,35 @@
|
||||
<?xml version="1.0" ?>
|
||||
<sdf version="1.5">
|
||||
<model name="first_2015_trash_can">
|
||||
<link name="link">
|
||||
<inertial>
|
||||
<pose>0 0 0.3683 0 0 0</pose>
|
||||
<mass>4.83076</mass>
|
||||
<inertia>
|
||||
<ixx>0.281534052</ixx>
|
||||
<ixy>0</ixy>
|
||||
<ixz>0</ixz>
|
||||
<iyy>0.281534052</iyy>
|
||||
<iyz>0</iyz>
|
||||
<izz>0.126222831</izz>
|
||||
</inertia>
|
||||
</inertial>
|
||||
|
||||
<visual name="visual">
|
||||
<geometry>
|
||||
<mesh>
|
||||
<uri>model://first_2015_trash_can/meshes/trash_can.dae</uri>
|
||||
</mesh>
|
||||
</geometry>
|
||||
</visual>
|
||||
|
||||
<collision name="collision">
|
||||
<geometry>
|
||||
<mesh>
|
||||
<uri>model://first_2015_trash_can/meshes/trash_can.dae</uri>
|
||||
</mesh>
|
||||
</geometry>
|
||||
</collision>
|
||||
</link>
|
||||
</model>
|
||||
</sdf>
|
Reference in New Issue
Block a user