Motion planner (MoveIt) and Task planner (Plansys) integration
This commit is contained in:
parent
0a735b87c9
commit
000ddb4831
43 changed files with 1402 additions and 379 deletions
19
rbs_task_planner/example/sdf_models/asm1.sdf
Normal file
19
rbs_task_planner/example/sdf_models/asm1.sdf
Normal file
|
@ -0,0 +1,19 @@
|
|||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<sdf version="1.7">
|
||||
<model name="assembly">
|
||||
<link name="base_link">
|
||||
<pose>0 0 0 0 0 0</pose>
|
||||
</link>
|
||||
<include>
|
||||
<uri>model://box1</uri>
|
||||
<name>box1</name>
|
||||
<pose>-0.45 -0.055 0.46 -3.1415927 0.0 0.0</pose>
|
||||
</include>
|
||||
<joint name="box1" type="fixed">
|
||||
<parent>base_link</parent>
|
||||
<child>box1</child>
|
||||
<pose>-0.45 -0.055 0.46 -3.1415927 0.0 0.0</pose>
|
||||
</joint>
|
||||
</model>
|
||||
</sdf>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue