view_robot.launch 255 B

12345678
  1. <!--
  2. Used for visualising robot in action.
  3. It requires minimal.launch and optionally 3dsensor.launch to already be up and running.
  4. -->
  5. <launch>
  6. <node name="rviz" pkg="rviz" type="rviz" args="-d $(find navigation)/rviz/robot.rviz" />
  7. </launch>