Skip to content

Commit 974e868

Browse files
authored
Merge pull request #135 from ipa-fmw/feature/cob4-10-tlabs
add initial config for cob4-10 tlabs
2 parents eab3497 + 7f39f97 commit 974e868

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)