init
This commit is contained in:
16
wooden_peg_board/model.config
Normal file
16
wooden_peg_board/model.config
Normal file
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<model>
|
||||
<name>Wooden peg board</name>
|
||||
<version>1.0</version>
|
||||
<sdf version='1.5'>model.sdf</sdf>
|
||||
|
||||
<author>
|
||||
<name>Jackie Kay</name>
|
||||
<email>jackie@osrfoundation.org</email>
|
||||
</author>
|
||||
|
||||
<description>
|
||||
A wooden board with a single wooden peg. Part of the ARAT set.
|
||||
</description>
|
||||
</model>
|
30
wooden_peg_board/model.sdf
Normal file
30
wooden_peg_board/model.sdf
Normal file
@@ -0,0 +1,30 @@
|
||||
<?xml version="1.0" ?>
|
||||
|
||||
<sdf version="1.5">
|
||||
<model name="wooden_peg_board">
|
||||
<include>
|
||||
<name>wooden_board</name>
|
||||
<uri>model://wooden_board</uri>
|
||||
<pose>0 0 0 0 0 0</pose>
|
||||
</include>
|
||||
|
||||
<include>
|
||||
<name>peg</name>
|
||||
<uri>model://wooden_peg</uri>
|
||||
<pose>0 0.116 0 0 0 0</pose>
|
||||
</include>
|
||||
|
||||
<joint name="board_peg" type="revolute">
|
||||
<parent>wooden_board::base</parent>
|
||||
<child>peg::link</child>
|
||||
<axis>
|
||||
<xyz>0 0 1</xyz>
|
||||
<limit>
|
||||
<upper>0</upper>
|
||||
<lower>0</lower>
|
||||
</limit>
|
||||
</axis>
|
||||
</joint>
|
||||
|
||||
</model>
|
||||
</sdf>
|
Reference in New Issue
Block a user