planner_test.xml 588 B

123456789101112
  1. <launch>
  2. <master auto="start"/>
  3. <group name="wg">
  4. <node pkg="map_server" type="map_server" args="$(find 2dnav_stage)/maps/willow-full-0.05.pgm 0.05" respawn="false" />
  5. <node pkg="stage" type="stageros" name="stageros" args="$(find 2dnav_stage)/worlds/willow-pr2-5cm.world" respawn="false" >
  6. <param name="base_watchdog_timeout" value="0.2"/>
  7. </node>
  8. <node pkg="fake_localization" type="fake_localization" respawn="false" />
  9. <node pkg="nav_view" type="nav_view" respawn="false"/>
  10. <node pkg="nav" type="planner_test" output="screen" />
  11. </group>
  12. </launch>