Skip to content

Commit

Permalink
merged trunk and right arm in a one manipulator
Browse files Browse the repository at this point in the history
  • Loading branch information
rsantos88 committed Jun 29, 2017
1 parent b1db549 commit 049d38f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions openrave/teo/teo.robot.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,17 @@
<Translation>0 0 -0.2</Translation>-->
</Manipulator>

<Manipulator name="trunkWithRigthArm">
<effector>r15</effector> <!-- last link where end effector is attached-->
<base>cintura</base> <!-- base link-->
<!-- the id of the inverse kinematics solver, it is not necessary to-->
<!-- specify an ik solver for every robot. But if there is one,-->
<!-- use iksolver field to identity it.-->
<!-- <iksolver>MyTriDOFSolver</iksolver> -->

<Translation>0 0 -0.2</Translation>-->
</Manipulator>

<Manipulator name="leftArm">
<effector>r25</effector> <!-- last link where end effector is attached-->
<base>r31</base> <!-- base link-->
Expand Down

0 comments on commit 049d38f

Please sign in to comment.