Skip to content

Commit 3c529b1

Browse files
authored
Merge pull request #146 from ipa-fxm/add_cob4-18_323
add cob4-18 323
2 parents 3739f1c + 66080d7 commit 3c529b1

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<?xml version="1.0" ?>
2+
<robot xmlns:xacro="http://www.ros.org/wiki/xacro">
3+
<!-- ***************** -->
4+
<!-- base calibration -->
5+
<!-- ***************** -->
6+
<!-- laser front mount positions | relative to base_link -->
7+
<xacro:property name="offset_laser_front_x" value="0.0"/>
8+
<xacro:property name="offset_laser_front_y" value="0.0"/>
9+
<xacro:property name="offset_laser_front_z" value="0.0"/>
10+
<xacro:property name="offset_laser_front_roll" value="0.0"/>
11+
<xacro:property name="offset_laser_front_pitch" value="0.0"/>
12+
<xacro:property name="offset_laser_front_yaw" value="0.0"/>
13+
14+
<!-- laser rear mount positions | relative to base_link -->
15+
<xacro:property name="offset_laser_left_x" value="0.0"/>
16+
<xacro:property name="offset_laser_left_y" value="0.0"/>
17+
<xacro:property name="offset_laser_left_z" value="0.0"/>
18+
<xacro:property name="offset_laser_left_roll" value="0.0"/>
19+
<xacro:property name="offset_laser_left_pitch" value="0.0"/>
20+
<xacro:property name="offset_laser_left_yaw" value="0.0"/>
21+
22+
<!-- laser top mount positions | relative to base_link -->
23+
<xacro:property name="offset_laser_right_x" value="0.0"/>
24+
<xacro:property name="offset_laser_right_y" value="0.0"/>
25+
<xacro:property name="offset_laser_right_z" value="0.0"/>
26+
<xacro:property name="offset_laser_right_roll" value="0.0"/>
27+
<xacro:property name="offset_laser_right_pitch" value="0.0"/>
28+
<xacro:property name="offset_laser_right_yaw" value="0.0"/>
29+
30+
</robot>

0 commit comments

Comments
 (0)