view_navigation.launch 227 B

123456
  1. <!--
  2. Used for visualising the robot while building a map or navigating with the ros navistack.
  3. -->
  4. <launch>
  5. <node name="rviz" pkg="rviz" type="rviz" args="-d $(find robot_navigation)/rviz/view_navigation.rviz"/>
  6. </launch>