~mrol-dev/mrol/trunk

« back to all changes in this revision

Viewing changes to mrol_ros/launch/kinect_demo.launch

  • Committer: Jeff Delmerico
  • Date: 2012-03-09 15:29:52 UTC
  • mto: (16.1.12 trunk) (29.1.2 trunk)
  • mto: This revision was merged to the branch mainline in revision 27.
  • Revision ID: jad12@buffalo.edu-20120309152952-n72r2int7oko77jq
Fixed bug in occupiedlist for returning voxel indices and data. Was used by mapper to return indices and values from final map.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<launch>
2
 
<!-- -*- mode: XML -*- -->
3
 
<!-- vi:set ft=xml -*- -->
4
 
<!-- 
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.
8
 
-->
9
 
 
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" />
19
 
  </node>
20
 
  <!--
21
 
  <node pkg="mrol_ros" type="Kinect_mapper_demo.py"
22
 
  name="Kinect_mapper_demo" args="-ICP"/>
23
 
  -->
24
 
</launch>