mirror of
https://github.com/osrf/gazebo_models.git
synced 2025-09-15 12:58:56 +08:00
Merged in issue_21 (pull request #103)
Add wooden_case models with different types of pegs (#21)
This commit is contained in:
commit
027771438c
16
wooden_case_metal_peg/model.config
Normal file
16
wooden_case_metal_peg/model.config
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
|
||||||
|
<model>
|
||||||
|
<name>Wooden case with metal peg</name>
|
||||||
|
<version>1.0</version>
|
||||||
|
<sdf version='1.5'>model.sdf</sdf>
|
||||||
|
|
||||||
|
<author>
|
||||||
|
<name>Steve Peters</name>
|
||||||
|
<email>scpeters@osrfoundation.org</email>
|
||||||
|
</author>
|
||||||
|
|
||||||
|
<description>
|
||||||
|
The wooden ARAT case with with a single metal peg.
|
||||||
|
</description>
|
||||||
|
</model>
|
||||||
@ -1,22 +1,21 @@
|
|||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" ?>
|
||||||
|
|
||||||
<sdf version="1.5">
|
<sdf version="1.5">
|
||||||
<model name="metal_peg_board">
|
<model name="wooden_case_metal_peg">
|
||||||
<include>
|
<include>
|
||||||
<name>wooden_board</name>
|
<name>wooden_case</name>
|
||||||
<uri>model://wooden_board</uri>
|
<uri>model://wooden_case</uri>
|
||||||
<pose>0 0 0 0 0 0</pose>
|
|
||||||
</include>
|
</include>
|
||||||
|
|
||||||
<include>
|
<include>
|
||||||
<name>peg</name>
|
<name>peg</name>
|
||||||
<uri>model://metal_peg</uri>
|
<uri>model://metal_peg</uri>
|
||||||
<pose>0 0.116 0 0 0 0</pose>
|
<pose>0.365774 0.216 0.01905 0 0 0</pose>
|
||||||
</include>
|
</include>
|
||||||
|
|
||||||
<joint name="board_peg" type="revolute">
|
<joint name="case_peg" type="revolute">
|
||||||
<parent>wooden_board::base</parent>
|
|
||||||
<child>peg::link</child>
|
<child>peg::link</child>
|
||||||
|
<parent>wooden_case::lid</parent>
|
||||||
<axis>
|
<axis>
|
||||||
<xyz>0 0 1</xyz>
|
<xyz>0 0 1</xyz>
|
||||||
<limit>
|
<limit>
|
||||||
16
wooden_case_wooden_peg/model.config
Normal file
16
wooden_case_wooden_peg/model.config
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
|
||||||
|
<model>
|
||||||
|
<name>Wooden case with wooden peg</name>
|
||||||
|
<version>1.0</version>
|
||||||
|
<sdf version='1.5'>model.sdf</sdf>
|
||||||
|
|
||||||
|
<author>
|
||||||
|
<name>Steve Peters</name>
|
||||||
|
<email>scpeters@osrfoundation.org</email>
|
||||||
|
</author>
|
||||||
|
|
||||||
|
<description>
|
||||||
|
The wooden ARAT case with with a single wooden peg.
|
||||||
|
</description>
|
||||||
|
</model>
|
||||||
@ -1,22 +1,21 @@
|
|||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" ?>
|
||||||
|
|
||||||
<sdf version="1.5">
|
<sdf version="1.5">
|
||||||
<model name="wooden_peg_board">
|
<model name="wooden_case_wooden_peg">
|
||||||
<include>
|
<include>
|
||||||
<name>wooden_board</name>
|
<name>wooden_case</name>
|
||||||
<uri>model://wooden_board</uri>
|
<uri>model://wooden_case</uri>
|
||||||
<pose>0 0 0 0 0 0</pose>
|
|
||||||
</include>
|
</include>
|
||||||
|
|
||||||
<include>
|
<include>
|
||||||
<name>peg</name>
|
<name>peg</name>
|
||||||
<uri>model://wooden_peg</uri>
|
<uri>model://wooden_peg</uri>
|
||||||
<pose>0 0.116 0 0 0 0</pose>
|
<pose>0.365774 0.216 0.01905 0 0 0</pose>
|
||||||
</include>
|
</include>
|
||||||
|
|
||||||
<joint name="board_peg" type="revolute">
|
<joint name="case_peg" type="revolute">
|
||||||
<parent>wooden_board::base</parent>
|
|
||||||
<child>peg::link</child>
|
<child>peg::link</child>
|
||||||
|
<parent>wooden_case::lid</parent>
|
||||||
<axis>
|
<axis>
|
||||||
<xyz>0 0 1</xyz>
|
<xyz>0 0 1</xyz>
|
||||||
<limit>
|
<limit>
|
||||||
Loading…
Reference in New Issue
Block a user