Skip to content
Snippets Groups Projects
Commit 2f776d56 authored by Robert Haschke's avatar Robert Haschke
Browse files

Use panda_tool frame

Introduced in https://github.com/frankaemika/franka_ros/pull/194, this allows for a more convinient configuration of the gripper.
parent 7cdb95d4
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
<xacro:hand /> <xacro:hand />
<!--END EFFECTOR: Purpose: Represent information about an end effector.--> <!--END EFFECTOR: Purpose: Represent information about an end effector.-->
<end_effector name="hand" parent_link="panda_link8" group="hand" parent_group="panda_arm" /> <end_effector name="hand" parent_link="panda_tool" group="hand" parent_group="panda_arm" />
</xacro:if> </xacro:if>
</robot> </robot>
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<!--CHAINS: When a chain is specified, all the links along the chain (including endpoints) are included in the group. Additionally, all the joints that are parents to included links are also included. This means that joints along the chain and the parent joint of the base link are included in the group--> <!--CHAINS: When a chain is specified, all the links along the chain (including endpoints) are included in the group. Additionally, all the joints that are parents to included links are also included. This means that joints along the chain and the parent joint of the base link are included in the group-->
<!--SUBGROUPS: Groups can also be formed by referencing to already defined group names--> <!--SUBGROUPS: Groups can also be formed by referencing to already defined group names-->
<group name="panda_arm"> <group name="panda_arm">
<chain base_link="panda_link0" tip_link="panda_link8"/> <chain base_link="panda_link0" tip_link="panda_tool" />
</group> </group>
<!--GROUP STATES: Purpose: Define a named state for a particular group, in terms of joint values. This is useful to define states like 'folded arms'--> <!--GROUP STATES: Purpose: Define a named state for a particular group, in terms of joint values. This is useful to define states like 'folded arms'-->
<group_state name="ready" group="panda_arm"> <group_state name="ready" group="panda_arm">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment