Skip to content

Commit a6e31bc

Browse files
committed
Flange to tool0.
1 parent 90ae21d commit a6e31bc

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

ur5_e_moveit_config/config/ur5e.srdf

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
<!--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-->
1111
<!--SUBGROUPS: Groups can also be formed by referencing to already defined group names-->
1212
<group name="manipulator">
13-
<chain base_link="base_link" tip_link="flange" />
13+
<chain base_link="base_link" tip_link="tool0" />
1414
</group>
1515
<group name="endeffector">
16-
<link name="flange" />
16+
<link name="tool0" />
1717
</group>
1818
<!--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'-->
1919
<group_state name="home" group="manipulator">
@@ -41,15 +41,15 @@
4141
<joint name="wrist_3_joint" value="-0.11" />
4242
</group_state>
4343
<!--END EFFECTOR: Purpose: Represent information about an end effector.-->
44-
<end_effector name="moveit_ee" parent_link="flange" group="endeffector" />
44+
<end_effector name="moveit_ee" parent_link="tool0" group="endeffector" />
4545
<!--VIRTUAL JOINT: Purpose: this element defines a virtual joint between a robot link and an external frame of reference (considered fixed with respect to the robot)-->
4646
<virtual_joint name="fixed_base" type="fixed" parent_frame="world" child_link="base_link" />
4747
<!--DISABLE COLLISIONS: By default it is assumed that any link of the robot could potentially come into collision with any other link in the robot. This tag disables collision checking between a specified pair of links. -->
4848
<disable_collisions link1="base_link" link2="base_link_inertia" reason="Adjacent" />
4949
<disable_collisions link1="base_link_inertia" link2="shoulder_link" reason="Adjacent" />
50-
<disable_collisions link1="flange" link2="wrist_1_link" reason="Never" />
51-
<disable_collisions link1="flange" link2="wrist_2_link" reason="Never" />
52-
<disable_collisions link1="flange" link2="wrist_3_link" reason="Adjacent" />
50+
<disable_collisions link1="tool0" link2="wrist_1_link" reason="Never" />
51+
<disable_collisions link1="tool0" link2="wrist_2_link" reason="Never" />
52+
<disable_collisions link1="tool0" link2="wrist_3_link" reason="Adjacent" />
5353
<disable_collisions link1="forearm_link" link2="upper_arm_link" reason="Adjacent" />
5454
<disable_collisions link1="forearm_link" link2="wrist_1_link" reason="Adjacent" />
5555
<disable_collisions link1="shoulder_link" link2="upper_arm_link" reason="Adjacent" />

ur5_moveit_config/config/ur5.srdf

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
<!--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-->
1111
<!--SUBGROUPS: Groups can also be formed by referencing to already defined group names-->
1212
<group name="manipulator">
13-
<chain base_link="base_link" tip_link="flange" />
13+
<chain base_link="base_link" tip_link="tool0" />
1414
</group>
1515
<group name="endeffector">
16-
<link name="flange" />
16+
<link name="tool0" />
1717
</group>
1818
<!--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'-->
1919
<group_state name="home" group="manipulator">
@@ -33,15 +33,15 @@
3333
<joint name="wrist_3_joint" value="0" />
3434
</group_state>
3535
<!--END EFFECTOR: Purpose: Represent information about an end effector.-->
36-
<end_effector name="moveit_ee" parent_link="flange" group="endeffector" />
36+
<end_effector name="moveit_ee" parent_link="tool0" group="endeffector" />
3737
<!--VIRTUAL JOINT: Purpose: this element defines a virtual joint between a robot link and an external frame of reference (considered fixed with respect to the robot)-->
3838
<virtual_joint name="fixed_base" type="fixed" parent_frame="world" child_link="base_link" />
3939
<!--DISABLE COLLISIONS: By default it is assumed that any link of the robot could potentially come into collision with any other link in the robot. This tag disables collision checking between a specified pair of links. -->
4040
<disable_collisions link1="base_link" link2="base_link_inertia" reason="Adjacent" />
4141
<disable_collisions link1="base_link_inertia" link2="shoulder_link" reason="Adjacent" />
42-
<disable_collisions link1="flange" link2="wrist_1_link" reason="Never" />
43-
<disable_collisions link1="flange" link2="wrist_2_link" reason="Never" />
44-
<disable_collisions link1="flange" link2="wrist_3_link" reason="Adjacent" />
42+
<disable_collisions link1="tool0" link2="wrist_1_link" reason="Never" />
43+
<disable_collisions link1="tool0" link2="wrist_2_link" reason="Never" />
44+
<disable_collisions link1="tool0" link2="wrist_3_link" reason="Adjacent" />
4545
<disable_collisions link1="forearm_link" link2="upper_arm_link" reason="Adjacent" />
4646
<disable_collisions link1="forearm_link" link2="wrist_1_link" reason="Adjacent" />
4747
<disable_collisions link1="shoulder_link" link2="upper_arm_link" reason="Adjacent" />

0 commit comments

Comments
 (0)