@@ -28,7 +28,7 @@ are defined
2828 group-->
2929 <!-- SUBGROUPS:
3030 Groups can also be formed by referencing to already defined group names-->
31- <group name =" fr3_arm " >
31+ <group name =" arm " >
3232 <joint name =" fr3_joint1" />
3333 <joint name =" fr3_joint2" />
3434 <joint name =" fr3_joint3" />
@@ -37,10 +37,20 @@ are defined
3737 <joint name =" fr3_joint6" />
3838 <joint name =" fr3_joint7" />
3939 </group >
40+ <group name =" hand" >
41+ <joint name =" fr3_joint8" />
42+ <joint name =" fr3_hand_joint" />
43+ <joint name =" fr3_hand_tcp_joint" />
44+ <joint name =" fr3_finger_joint1" />
45+ <joint name =" fr3_finger_joint2" />
46+ </group >
47+ <group name =" tcp" >
48+ <link name =" fr3_hand_tcp" />
49+ </group >
4050 <!-- GROUP_STATES:
4151 Purpose: Define a named state for a particular group, in terms of joint values. This is
4252 useful to define states like 'folded arms'-->
43- <group_state name =" home" group =" fr3_arm " >
53+ <group_state name =" home" group =" arm " >
4454 <joint name =" fr3_joint1" value =" 0" />
4555 <joint name =" fr3_joint2" value =" -0.78539816339" />
4656 <joint name =" fr3_joint3" value =" 0" />
@@ -49,7 +59,7 @@ are defined
4959 <joint name =" fr3_joint6" value =" 1.57079632679" />
5060 <joint name =" fr3_joint7" value =" 0.78539816339" />
5161 </group_state >
52- <group_state name =" drop" group =" fr3_arm " >
62+ <group_state name =" drop" group =" arm " >
5363 <joint name =" fr3_joint1" value =" -1.57079632679" />
5464 <joint name =" fr3_joint2" value =" -0.65" />
5565 <joint name =" fr3_joint3" value =" 0" />
@@ -61,6 +71,7 @@ are defined
6171
6272 <!-- END_EFFECTOR:
6373 Purpose: Represent information about an end effector.-->
74+ <end_effector name =" hand" parent_link =" fr3_link7" group =" hand" parent_group =" arm" />
6475 <!-- DISABLE_COLLISIONS:
6576 By default it is assumed that any link of the robot could potentially come into
6677 collision with any other link in the robot. This tag disables collision checking between a
0 commit comments