We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a320f21 + 3973191 commit 3be0668Copy full SHA for 3be0668
raw3-6/calibration/calibration_offset.urdf.xacro
@@ -32,4 +32,12 @@
32
<property name="offset_tower_pitch" value="0.0"/>
33
<property name="offset_tower_yaw" value="0.0"/>
34
35
+ <!-- arm mount positions | relative to base_link -->
36
+ <property name="offset_arm_x" value="0.0"/>
37
+ <property name="offset_arm_y" value="0.0"/>
38
+ <property name="offset_arm_z" value="0.0"/>
39
+ <property name="offset_arm_roll" value="0.0"/>
40
+ <property name="offset_arm_pitch" value="0.0"/>
41
+ <property name="offset_arm_yaw" value="0.0"/>
42
+
43
</robot>
0 commit comments