You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ur5_moveit_config/config/ur5.srdf
+8-7Lines changed: 8 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,10 @@
10
10
<!--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-->
11
11
<!--SUBGROUPS: Groups can also be formed by referencing to already defined group names-->
12
12
<groupname="manipulator">
13
-
<chainbase_link="base_link"tip_link="ee_link" />
13
+
<chainbase_link="base_link"tip_link="flange" />
14
14
</group>
15
15
<groupname="endeffector">
16
-
<linkname="ee_link" />
16
+
<linkname="flange" />
17
17
</group>
18
18
<!--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'-->
19
19
<group_statename="home"group="manipulator">
@@ -33,14 +33,15 @@
33
33
<jointname="wrist_3_joint"value="0" />
34
34
</group_state>
35
35
<!--END EFFECTOR: Purpose: Represent information about an end effector.-->
<!--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)-->
<!--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. -->
0 commit comments