init
This commit is contained in:
BIN
drc_practice_valve_wall/materials/textures/Wood_OSB.png
Normal file
BIN
drc_practice_valve_wall/materials/textures/Wood_OSB.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 101 KiB |
1323
drc_practice_valve_wall/meshes/five_dice_wall.dae
Normal file
1323
drc_practice_valve_wall/meshes/five_dice_wall.dae
Normal file
File diff suppressed because one or more lines are too long
25
drc_practice_valve_wall/model-1_4.sdf
Normal file
25
drc_practice_valve_wall/model-1_4.sdf
Normal file
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" ?>
|
||||
<sdf version="1.4">
|
||||
<model name="valve_wall">
|
||||
<static>true</static>
|
||||
<link name="link">
|
||||
<collision name="collision">
|
||||
<pose>0.6096 0.00476 1.2192 0 0 0</pose>
|
||||
<geometry>
|
||||
<box>
|
||||
<size>1.2192 0.00952 2.4384</size>
|
||||
</box>
|
||||
</geometry>
|
||||
</collision>
|
||||
|
||||
<visual name="visual">
|
||||
<pose>-0.004536186 -0.003571748 0 0 0 0</pose>
|
||||
<geometry>
|
||||
<mesh>
|
||||
<uri>model://drc_practice_valve_wall/meshes/five_dice_wall.dae</uri>
|
||||
</mesh>
|
||||
</geometry>
|
||||
</visual>
|
||||
</link>
|
||||
</model>
|
||||
</sdf>
|
15
drc_practice_valve_wall/model.config
Normal file
15
drc_practice_valve_wall/model.config
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version='1.0'?>
|
||||
|
||||
<model>
|
||||
<name>DRC Practive: Valve wall</name>
|
||||
<version>0.1.0</version>
|
||||
<sdf version='1.4'>model-1_4.sdf</sdf>
|
||||
<sdf version='1.5'>model.sdf</sdf>
|
||||
<author>
|
||||
<name>Christina Gomez</name>
|
||||
<email>cgomez@swri.org</email>
|
||||
</author>
|
||||
<description>
|
||||
This model approximates a the DRC Trials "5-dice patteren" wall with components for ball valve.
|
||||
</description>
|
||||
</model>
|
37
drc_practice_valve_wall/model.sdf
Normal file
37
drc_practice_valve_wall/model.sdf
Normal file
@@ -0,0 +1,37 @@
|
||||
<?xml version="1.0" ?>
|
||||
<sdf version="1.5">
|
||||
<model name="valve_wall">
|
||||
<link name="link">
|
||||
|
||||
<inertial>
|
||||
<pose>0.6096 0.00476 1.2192 0 0 0</pose>
|
||||
<mass>2.5</mass>
|
||||
<inertia>
|
||||
<ixx>1.23872608133</ixx>
|
||||
<ixy>0</ixy>
|
||||
<ixz>0</ixz>
|
||||
<iyy>1.548384</iyy>
|
||||
<iyz>0</iyz>
|
||||
<izz>0.30969568133</izz>
|
||||
</inertia>
|
||||
</inertial>
|
||||
|
||||
<collision name="collision">
|
||||
<pose>0.6096 0.00476 1.2192 0 0 0</pose>
|
||||
<geometry>
|
||||
<box>
|
||||
<size>1.2192 0.00952 2.4384</size>
|
||||
</box>
|
||||
</geometry>
|
||||
</collision>
|
||||
<visual name="visual">
|
||||
<pose>-0.004536186 -0.003571748 0 0 0 0</pose>
|
||||
<geometry>
|
||||
<mesh>
|
||||
<uri>model://drc_practice_valve_wall/meshes/five_dice_wall.dae</uri>
|
||||
</mesh>
|
||||
</geometry>
|
||||
</visual>
|
||||
</link>
|
||||
</model>
|
||||
</sdf>
|
Reference in New Issue
Block a user