-
Notifications
You must be signed in to change notification settings - Fork 96
/
Copy pathcrane_x7.srdf
173 lines (173 loc) · 21 KB
/
crane_x7.srdf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
<?xml version="1.0" ?>
<!--This does not replace URDF, and is not an extension of URDF.
This is a format for representing semantic information about the robot structure.
A URDF file must exist for this robot as well, where the joints and the links that are referenced are defined
-->
<robot name="crane_x7">
<!--GROUPS: Representation of a set of joints and links. This can be useful for specifying DOF to plan for, defining arms, end effectors, etc-->
<!--LINKS: When a link is specified, the parent joint of that link (if it exists) is automatically included-->
<!--JOINTS: When a joint is specified, the child link of that joint (which will always exist) is automatically included-->
<!--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-->
<group name="arm">
<chain base_link="crane_x7_mounting_plate_link" tip_link="crane_x7_gripper_base_link" />
</group>
<group name="gripper">
<link name="crane_x7_gripper_finger_a_link" />
<link name="crane_x7_gripper_finger_b_link" />
<joint name="crane_x7_gripper_finger_a_joint" />
<joint name="crane_x7_gripper_finger_b_joint" />
</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_state name="vertical" group="arm">
<joint name="crane_x7_lower_arm_fixed_part_joint" value="0" />
<joint name="crane_x7_lower_arm_revolute_part_joint" value="0" />
<joint name="crane_x7_shoulder_fixed_part_pan_joint" value="0" />
<joint name="crane_x7_shoulder_revolute_part_tilt_joint" value="0" />
<joint name="crane_x7_upper_arm_revolute_part_rotate_joint" value="0" />
<joint name="crane_x7_upper_arm_revolute_part_twist_joint" value="0" />
<joint name="crane_x7_wrist_joint" value="0" />
</group_state>
<group_state name="home" group="arm">
<joint name="crane_x7_lower_arm_fixed_part_joint" value="0.0563" />
<joint name="crane_x7_lower_arm_revolute_part_joint" value="0.4817" />
<joint name="crane_x7_shoulder_fixed_part_pan_joint" value="0" />
<joint name="crane_x7_shoulder_revolute_part_tilt_joint" value="0.3979" />
<joint name="crane_x7_upper_arm_revolute_part_rotate_joint" value="-2.1994" />
<joint name="crane_x7_upper_arm_revolute_part_twist_joint" value="0" />
<joint name="crane_x7_wrist_joint" value="0" />
</group_state>
<!--END EFFECTOR: Purpose: Represent information about an end effector.-->
<end_effector name="end_effector" parent_link="crane_x7_gripper_base_link" group="gripper" />
<!--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. -->
<disable_collisions link1="crane_x7_gripper_base_link" link2="crane_x7_gripper_finger_a_link" reason="Adjacent" />
<disable_collisions link1="crane_x7_gripper_base_link" link2="crane_x7_gripper_finger_b_link" reason="Adjacent" />
<disable_collisions link1="crane_x7_gripper_base_link" link2="crane_x7_lower_arm_fixed_part_joint_cover_l_link" reason="Never" />
<disable_collisions link1="crane_x7_gripper_base_link" link2="crane_x7_lower_arm_fixed_part_joint_cover_r_link" reason="Never" />
<disable_collisions link1="crane_x7_gripper_base_link" link2="crane_x7_lower_arm_fixed_part_link" reason="Never" />
<disable_collisions link1="crane_x7_gripper_base_link" link2="crane_x7_lower_arm_revolute_part_link" reason="Never" />
<disable_collisions link1="crane_x7_gripper_base_link" link2="crane_x7_lower_arm_revolute_part_logo_symbol_l_link" reason="Never" />
<disable_collisions link1="crane_x7_gripper_base_link" link2="crane_x7_lower_arm_revolute_part_logo_symbol_r_link" reason="Never" />
<disable_collisions link1="crane_x7_gripper_base_link" link2="crane_x7_lower_arm_revolute_part_logo_text_l_link" reason="Never" />
<disable_collisions link1="crane_x7_gripper_base_link" link2="crane_x7_lower_arm_revolute_part_logo_text_r_link" reason="Never" />
<disable_collisions link1="crane_x7_gripper_base_link" link2="crane_x7_upper_arm_revolute_part_link" reason="Never" />
<disable_collisions link1="crane_x7_gripper_base_link" link2="crane_x7_wrist_link" reason="Adjacent" />
<disable_collisions link1="crane_x7_gripper_finger_a_link" link2="crane_x7_gripper_finger_b_link" reason="User" />
<disable_collisions link1="crane_x7_gripper_finger_a_link" link2="crane_x7_lower_arm_fixed_part_joint_cover_l_link" reason="Never" />
<disable_collisions link1="crane_x7_gripper_finger_a_link" link2="crane_x7_lower_arm_fixed_part_joint_cover_r_link" reason="Never" />
<disable_collisions link1="crane_x7_gripper_finger_a_link" link2="crane_x7_lower_arm_fixed_part_link" reason="Never" />
<disable_collisions link1="crane_x7_gripper_finger_a_link" link2="crane_x7_lower_arm_revolute_part_link" reason="Never" />
<disable_collisions link1="crane_x7_gripper_finger_a_link" link2="crane_x7_lower_arm_revolute_part_logo_symbol_l_link" reason="Never" />
<disable_collisions link1="crane_x7_gripper_finger_a_link" link2="crane_x7_lower_arm_revolute_part_logo_symbol_r_link" reason="Never" />
<disable_collisions link1="crane_x7_gripper_finger_a_link" link2="crane_x7_lower_arm_revolute_part_logo_text_l_link" reason="Never" />
<disable_collisions link1="crane_x7_gripper_finger_a_link" link2="crane_x7_lower_arm_revolute_part_logo_text_r_link" reason="Never" />
<disable_collisions link1="crane_x7_gripper_finger_a_link" link2="crane_x7_wrist_link" reason="Never" />
<disable_collisions link1="crane_x7_gripper_finger_b_link" link2="crane_x7_lower_arm_fixed_part_joint_cover_l_link" reason="Never" />
<disable_collisions link1="crane_x7_gripper_finger_b_link" link2="crane_x7_lower_arm_fixed_part_joint_cover_r_link" reason="Never" />
<disable_collisions link1="crane_x7_gripper_finger_b_link" link2="crane_x7_lower_arm_fixed_part_link" reason="Never" />
<disable_collisions link1="crane_x7_gripper_finger_b_link" link2="crane_x7_lower_arm_revolute_part_link" reason="Never" />
<disable_collisions link1="crane_x7_gripper_finger_b_link" link2="crane_x7_lower_arm_revolute_part_logo_symbol_l_link" reason="Never" />
<disable_collisions link1="crane_x7_gripper_finger_b_link" link2="crane_x7_lower_arm_revolute_part_logo_symbol_r_link" reason="Never" />
<disable_collisions link1="crane_x7_gripper_finger_b_link" link2="crane_x7_lower_arm_revolute_part_logo_text_l_link" reason="Never" />
<disable_collisions link1="crane_x7_gripper_finger_b_link" link2="crane_x7_lower_arm_revolute_part_logo_text_r_link" reason="Never" />
<disable_collisions link1="crane_x7_gripper_finger_b_link" link2="crane_x7_wrist_link" reason="Never" />
<disable_collisions link1="crane_x7_lower_arm_fixed_part_joint_cover_l_link" link2="crane_x7_lower_arm_fixed_part_joint_cover_r_link" reason="Never" />
<disable_collisions link1="crane_x7_lower_arm_fixed_part_joint_cover_l_link" link2="crane_x7_lower_arm_fixed_part_link" reason="Adjacent" />
<disable_collisions link1="crane_x7_lower_arm_fixed_part_joint_cover_l_link" link2="crane_x7_lower_arm_revolute_part_link" reason="Never" />
<disable_collisions link1="crane_x7_lower_arm_fixed_part_joint_cover_l_link" link2="crane_x7_lower_arm_revolute_part_logo_symbol_l_link" reason="Never" />
<disable_collisions link1="crane_x7_lower_arm_fixed_part_joint_cover_l_link" link2="crane_x7_lower_arm_revolute_part_logo_symbol_r_link" reason="Never" />
<disable_collisions link1="crane_x7_lower_arm_fixed_part_joint_cover_l_link" link2="crane_x7_lower_arm_revolute_part_logo_text_l_link" reason="Never" />
<disable_collisions link1="crane_x7_lower_arm_fixed_part_joint_cover_l_link" link2="crane_x7_lower_arm_revolute_part_logo_text_r_link" reason="Never" />
<disable_collisions link1="crane_x7_lower_arm_fixed_part_joint_cover_l_link" link2="crane_x7_mounting_plate_link" reason="Never" />
<disable_collisions link1="crane_x7_lower_arm_fixed_part_joint_cover_l_link" link2="crane_x7_shoulder_fixed_part_link" reason="Never" />
<disable_collisions link1="crane_x7_lower_arm_fixed_part_joint_cover_l_link" link2="crane_x7_shoulder_revolute_part_link" reason="Never" />
<disable_collisions link1="crane_x7_lower_arm_fixed_part_joint_cover_l_link" link2="crane_x7_upper_arm_fixed_part_joint_cover_l_link" reason="Never" />
<disable_collisions link1="crane_x7_lower_arm_fixed_part_joint_cover_l_link" link2="crane_x7_upper_arm_fixed_part_joint_cover_r_link" reason="Never" />
<disable_collisions link1="crane_x7_lower_arm_fixed_part_joint_cover_l_link" link2="crane_x7_upper_arm_fixed_part_link" reason="Never" />
<disable_collisions link1="crane_x7_lower_arm_fixed_part_joint_cover_l_link" link2="crane_x7_upper_arm_revolute_part_link" reason="Never" />
<disable_collisions link1="crane_x7_lower_arm_fixed_part_joint_cover_l_link" link2="crane_x7_wrist_link" reason="Never" />
<disable_collisions link1="crane_x7_lower_arm_fixed_part_joint_cover_r_link" link2="crane_x7_lower_arm_fixed_part_link" reason="Adjacent" />
<disable_collisions link1="crane_x7_lower_arm_fixed_part_joint_cover_r_link" link2="crane_x7_lower_arm_revolute_part_link" reason="Never" />
<disable_collisions link1="crane_x7_lower_arm_fixed_part_joint_cover_r_link" link2="crane_x7_lower_arm_revolute_part_logo_symbol_l_link" reason="Never" />
<disable_collisions link1="crane_x7_lower_arm_fixed_part_joint_cover_r_link" link2="crane_x7_lower_arm_revolute_part_logo_symbol_r_link" reason="Never" />
<disable_collisions link1="crane_x7_lower_arm_fixed_part_joint_cover_r_link" link2="crane_x7_lower_arm_revolute_part_logo_text_l_link" reason="Never" />
<disable_collisions link1="crane_x7_lower_arm_fixed_part_joint_cover_r_link" link2="crane_x7_lower_arm_revolute_part_logo_text_r_link" reason="Never" />
<disable_collisions link1="crane_x7_lower_arm_fixed_part_joint_cover_r_link" link2="crane_x7_mounting_plate_link" reason="Never" />
<disable_collisions link1="crane_x7_lower_arm_fixed_part_joint_cover_r_link" link2="crane_x7_shoulder_fixed_part_link" reason="Never" />
<disable_collisions link1="crane_x7_lower_arm_fixed_part_joint_cover_r_link" link2="crane_x7_shoulder_revolute_part_link" reason="Never" />
<disable_collisions link1="crane_x7_lower_arm_fixed_part_joint_cover_r_link" link2="crane_x7_upper_arm_fixed_part_joint_cover_l_link" reason="Never" />
<disable_collisions link1="crane_x7_lower_arm_fixed_part_joint_cover_r_link" link2="crane_x7_upper_arm_fixed_part_joint_cover_r_link" reason="Never" />
<disable_collisions link1="crane_x7_lower_arm_fixed_part_joint_cover_r_link" link2="crane_x7_upper_arm_fixed_part_link" reason="Never" />
<disable_collisions link1="crane_x7_lower_arm_fixed_part_joint_cover_r_link" link2="crane_x7_upper_arm_revolute_part_link" reason="Never" />
<disable_collisions link1="crane_x7_lower_arm_fixed_part_joint_cover_r_link" link2="crane_x7_wrist_link" reason="Never" />
<disable_collisions link1="crane_x7_lower_arm_fixed_part_link" link2="crane_x7_lower_arm_revolute_part_link" reason="Adjacent" />
<disable_collisions link1="crane_x7_lower_arm_fixed_part_link" link2="crane_x7_lower_arm_revolute_part_logo_symbol_l_link" reason="Never" />
<disable_collisions link1="crane_x7_lower_arm_fixed_part_link" link2="crane_x7_lower_arm_revolute_part_logo_symbol_r_link" reason="Never" />
<disable_collisions link1="crane_x7_lower_arm_fixed_part_link" link2="crane_x7_lower_arm_revolute_part_logo_text_l_link" reason="Never" />
<disable_collisions link1="crane_x7_lower_arm_fixed_part_link" link2="crane_x7_lower_arm_revolute_part_logo_text_r_link" reason="Never" />
<disable_collisions link1="crane_x7_lower_arm_fixed_part_link" link2="crane_x7_mounting_plate_link" reason="Never" />
<disable_collisions link1="crane_x7_lower_arm_fixed_part_link" link2="crane_x7_shoulder_fixed_part_link" reason="Never" />
<disable_collisions link1="crane_x7_lower_arm_fixed_part_link" link2="crane_x7_shoulder_revolute_part_link" reason="Never" />
<disable_collisions link1="crane_x7_lower_arm_fixed_part_link" link2="crane_x7_upper_arm_fixed_part_joint_cover_l_link" reason="Never" />
<disable_collisions link1="crane_x7_lower_arm_fixed_part_link" link2="crane_x7_upper_arm_fixed_part_joint_cover_r_link" reason="Never" />
<disable_collisions link1="crane_x7_lower_arm_fixed_part_link" link2="crane_x7_upper_arm_fixed_part_link" reason="Never" />
<disable_collisions link1="crane_x7_lower_arm_fixed_part_link" link2="crane_x7_upper_arm_revolute_part_link" reason="Adjacent" />
<disable_collisions link1="crane_x7_lower_arm_fixed_part_link" link2="crane_x7_wrist_link" reason="Never" />
<disable_collisions link1="crane_x7_lower_arm_revolute_part_link" link2="crane_x7_lower_arm_revolute_part_logo_symbol_l_link" reason="Adjacent" />
<disable_collisions link1="crane_x7_lower_arm_revolute_part_link" link2="crane_x7_lower_arm_revolute_part_logo_symbol_r_link" reason="Adjacent" />
<disable_collisions link1="crane_x7_lower_arm_revolute_part_link" link2="crane_x7_lower_arm_revolute_part_logo_text_l_link" reason="Adjacent" />
<disable_collisions link1="crane_x7_lower_arm_revolute_part_link" link2="crane_x7_lower_arm_revolute_part_logo_text_r_link" reason="Adjacent" />
<disable_collisions link1="crane_x7_lower_arm_revolute_part_link" link2="crane_x7_upper_arm_fixed_part_joint_cover_l_link" reason="Never" />
<disable_collisions link1="crane_x7_lower_arm_revolute_part_link" link2="crane_x7_upper_arm_fixed_part_joint_cover_r_link" reason="Never" />
<disable_collisions link1="crane_x7_lower_arm_revolute_part_link" link2="crane_x7_wrist_link" reason="Adjacent" />
<disable_collisions link1="crane_x7_lower_arm_revolute_part_logo_symbol_l_link" link2="crane_x7_lower_arm_revolute_part_logo_symbol_r_link" reason="Never" />
<disable_collisions link1="crane_x7_lower_arm_revolute_part_logo_symbol_l_link" link2="crane_x7_lower_arm_revolute_part_logo_text_l_link" reason="Never" />
<disable_collisions link1="crane_x7_lower_arm_revolute_part_logo_symbol_l_link" link2="crane_x7_lower_arm_revolute_part_logo_text_r_link" reason="Never" />
<disable_collisions link1="crane_x7_lower_arm_revolute_part_logo_symbol_l_link" link2="crane_x7_upper_arm_fixed_part_joint_cover_l_link" reason="Never" />
<disable_collisions link1="crane_x7_lower_arm_revolute_part_logo_symbol_l_link" link2="crane_x7_upper_arm_fixed_part_joint_cover_r_link" reason="Never" />
<disable_collisions link1="crane_x7_lower_arm_revolute_part_logo_symbol_l_link" link2="crane_x7_upper_arm_fixed_part_link" reason="Never" />
<disable_collisions link1="crane_x7_lower_arm_revolute_part_logo_symbol_l_link" link2="crane_x7_upper_arm_revolute_part_link" reason="Never" />
<disable_collisions link1="crane_x7_lower_arm_revolute_part_logo_symbol_l_link" link2="crane_x7_wrist_link" reason="Never" />
<disable_collisions link1="crane_x7_lower_arm_revolute_part_logo_symbol_r_link" link2="crane_x7_lower_arm_revolute_part_logo_text_l_link" reason="Never" />
<disable_collisions link1="crane_x7_lower_arm_revolute_part_logo_symbol_r_link" link2="crane_x7_lower_arm_revolute_part_logo_text_r_link" reason="Never" />
<disable_collisions link1="crane_x7_lower_arm_revolute_part_logo_symbol_r_link" link2="crane_x7_mounting_plate_link" reason="Never" />
<disable_collisions link1="crane_x7_lower_arm_revolute_part_logo_symbol_r_link" link2="crane_x7_shoulder_fixed_part_link" reason="Never" />
<disable_collisions link1="crane_x7_lower_arm_revolute_part_logo_symbol_r_link" link2="crane_x7_shoulder_revolute_part_link" reason="Never" />
<disable_collisions link1="crane_x7_lower_arm_revolute_part_logo_symbol_r_link" link2="crane_x7_upper_arm_fixed_part_joint_cover_l_link" reason="Never" />
<disable_collisions link1="crane_x7_lower_arm_revolute_part_logo_symbol_r_link" link2="crane_x7_upper_arm_fixed_part_joint_cover_r_link" reason="Never" />
<disable_collisions link1="crane_x7_lower_arm_revolute_part_logo_symbol_r_link" link2="crane_x7_upper_arm_fixed_part_link" reason="Never" />
<disable_collisions link1="crane_x7_lower_arm_revolute_part_logo_symbol_r_link" link2="crane_x7_wrist_link" reason="Never" />
<disable_collisions link1="crane_x7_lower_arm_revolute_part_logo_text_l_link" link2="crane_x7_lower_arm_revolute_part_logo_text_r_link" reason="Never" />
<disable_collisions link1="crane_x7_lower_arm_revolute_part_logo_text_l_link" link2="crane_x7_upper_arm_fixed_part_joint_cover_l_link" reason="Never" />
<disable_collisions link1="crane_x7_lower_arm_revolute_part_logo_text_l_link" link2="crane_x7_upper_arm_fixed_part_joint_cover_r_link" reason="Never" />
<disable_collisions link1="crane_x7_lower_arm_revolute_part_logo_text_l_link" link2="crane_x7_wrist_link" reason="Never" />
<disable_collisions link1="crane_x7_lower_arm_revolute_part_logo_text_r_link" link2="crane_x7_upper_arm_fixed_part_joint_cover_l_link" reason="Never" />
<disable_collisions link1="crane_x7_lower_arm_revolute_part_logo_text_r_link" link2="crane_x7_upper_arm_fixed_part_joint_cover_r_link" reason="Never" />
<disable_collisions link1="crane_x7_lower_arm_revolute_part_logo_text_r_link" link2="crane_x7_upper_arm_fixed_part_link" reason="Never" />
<disable_collisions link1="crane_x7_lower_arm_revolute_part_logo_text_r_link" link2="crane_x7_wrist_link" reason="Never" />
<disable_collisions link1="crane_x7_mounting_plate_link" link2="crane_x7_shoulder_fixed_part_link" reason="Adjacent" />
<disable_collisions link1="crane_x7_mounting_plate_link" link2="crane_x7_shoulder_revolute_part_link" reason="Never" />
<disable_collisions link1="crane_x7_mounting_plate_link" link2="crane_x7_upper_arm_fixed_part_joint_cover_l_link" reason="Never" />
<disable_collisions link1="crane_x7_mounting_plate_link" link2="crane_x7_upper_arm_fixed_part_joint_cover_r_link" reason="Never" />
<disable_collisions link1="crane_x7_mounting_plate_link" link2="crane_x7_upper_arm_fixed_part_link" reason="Never" />
<disable_collisions link1="crane_x7_mounting_plate_link" link2="crane_x7_upper_arm_revolute_part_link" reason="Never" />
<disable_collisions link1="crane_x7_shoulder_fixed_part_link" link2="crane_x7_shoulder_revolute_part_link" reason="Adjacent" />
<disable_collisions link1="crane_x7_shoulder_fixed_part_link" link2="crane_x7_upper_arm_fixed_part_joint_cover_l_link" reason="Never" />
<disable_collisions link1="crane_x7_shoulder_fixed_part_link" link2="crane_x7_upper_arm_fixed_part_joint_cover_r_link" reason="Never" />
<disable_collisions link1="crane_x7_shoulder_fixed_part_link" link2="crane_x7_upper_arm_fixed_part_link" reason="Never" />
<disable_collisions link1="crane_x7_shoulder_fixed_part_link" link2="crane_x7_upper_arm_revolute_part_link" reason="Never" />
<disable_collisions link1="crane_x7_shoulder_revolute_part_link" link2="crane_x7_upper_arm_fixed_part_joint_cover_l_link" reason="Never" />
<disable_collisions link1="crane_x7_shoulder_revolute_part_link" link2="crane_x7_upper_arm_fixed_part_joint_cover_r_link" reason="Never" />
<disable_collisions link1="crane_x7_shoulder_revolute_part_link" link2="crane_x7_upper_arm_fixed_part_link" reason="Adjacent" />
<disable_collisions link1="crane_x7_shoulder_revolute_part_link" link2="crane_x7_upper_arm_revolute_part_link" reason="Never" />
<disable_collisions link1="crane_x7_upper_arm_fixed_part_joint_cover_l_link" link2="crane_x7_upper_arm_fixed_part_joint_cover_r_link" reason="Never" />
<disable_collisions link1="crane_x7_upper_arm_fixed_part_joint_cover_l_link" link2="crane_x7_upper_arm_fixed_part_link" reason="Adjacent" />
<disable_collisions link1="crane_x7_upper_arm_fixed_part_joint_cover_l_link" link2="crane_x7_upper_arm_revolute_part_link" reason="Never" />
<disable_collisions link1="crane_x7_upper_arm_fixed_part_joint_cover_l_link" link2="crane_x7_wrist_link" reason="Never" />
<disable_collisions link1="crane_x7_upper_arm_fixed_part_joint_cover_r_link" link2="crane_x7_upper_arm_fixed_part_link" reason="Adjacent" />
<disable_collisions link1="crane_x7_upper_arm_fixed_part_joint_cover_r_link" link2="crane_x7_upper_arm_revolute_part_link" reason="Never" />
<disable_collisions link1="crane_x7_upper_arm_fixed_part_joint_cover_r_link" link2="crane_x7_wrist_link" reason="Never" />
<disable_collisions link1="crane_x7_upper_arm_fixed_part_link" link2="crane_x7_upper_arm_revolute_part_link" reason="Adjacent" />
<disable_collisions link1="crane_x7_upper_arm_revolute_part_link" link2="crane_x7_wrist_link" reason="Never" />
</robot>