2
<!-- -*- mode: XML -*- -->
3
<!-- vi:set ft=xml -*- -->
5
Run the Kinect SLAM demo and visualise. Requires the "openni_kinect"
6
stack and the Kinect hardware.
7
Recommend using the Kinect_demo_config.vcg configuration in rviz.
10
<!-- Commented out to run Kinect_mapper_demo on turtlebot -->
11
<!--include file="$(find openni_camera)/launch/openni_node.launch"/-->
12
<node pkg="rviz" type="rviz" name="rviz" args="-d $(find mrol_ros)/etc/Kinect_demo_config.vcg" />
13
<node pkg="mrol_ros" type="Kinect_mapper_demo.py"
14
name="Kinect_mapper_demo" >
15
<param name="resolution" value="0.02" />
16
<param name="min_overlap" value="0.50" />
17
<param name="mrol_levels" value="4" />
18
<param name="out_map_topic" value="/mrol" />
21
<node pkg="mrol_ros" type="Kinect_mapper_demo.py"
22
name="Kinect_mapper_demo" args="-ICP"/>