Advertisement
Guest User

moveit_planning_execution.launch

a guest
Oct 10th, 2013
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.46 KB | None | 0 0
  1. <launch>
  2.  # The planning and execution components of MoveIt! configured to
  3.  # publish the current configuration of the robot (simulated or real)
  4.  # and the current state of the world as seen by the planner
  5.  <include file="$(find meka_moveit)/launch/move_group.launch">
  6.   <arg name="publish_monitored_planning_scene" value="true" />
  7.  </include>
  8.  # The visualization component of MoveIt!
  9.  <include file="$(find meka_moveit)/launch/moveit_rviz.launch"/>
  10. </launch>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement