~mrol-dev/mrol/trunk

« back to all changes in this revision

Viewing changes to ros/launch/mrol_test_with_bag.launch

  • Committer: Vikas Dhiman
  • Date: 2012-04-03 17:35:59 UTC
  • mto: This revision was merged to the branch mainline in revision 31.
  • Revision ID: wecacuee@gmail.com-20120403173559-1liril871jxv6iah
Moving ROS wrappers to mrol repository

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<launch>
 
2
 
 
3
  <!--/* ex: set ft=xml tw=0 nowrap: */ ~-->
 
4
  <node pkg="rviz" type="rviz" name="rviz"
 
5
  args="-d $(find mrol_mapping)/etc/Kinect_demo_config2.vcg"
 
6
  />
 
7
  <node pkg="rxtools" type="rxconsole" name="rxconsole" />
 
8
  <node pkg="mrol_mapping"
 
9
          type="Kinect_mapper_demo.py" name="Kinect_mapper_demo"
 
10
          output="screen">
 
11
    <!--param name="resolution" value="0.02" /-->
 
12
    <!--param name="min_overlap" value="0.50" /-->
 
13
    <!--param name="mrol_levels" value="4" /-->
 
14
    <!--param name="out_map_topic" value="/mrol" /-->
 
15
    <!--param name="~max_range" value="4.0" /-->
 
16
  </node>
 
17
  <param name="/use_sim_time" value="true" />
 
18
  <node pkg="rosbag" type="rosbag" name="rosbaginput"
 
19
      args="play --clock $(env HOME)/to/benchmarking_dataset/rgbd_dataset_freiburg2_large_with_loop.orig.bag" />
 
20
  <!--
 
21
node pkg="rosbag" type="rosbag" name="rosbaginput"
 
22
      args="play clock $(find mrol_mapping)/data/mrol.in.3.bag" /
 
23
-->
 
24
  
 
25
 
 
26
</launch>