ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

Apart from @gvdhoorn's answer, a couple of things to take care of are:

  • The pose header's frame_id must be a valid TF frame. I've been using robot = moveit_commander.RobotCommander(); pose_Ground.header.frame_id = robot.get_planning_frame().
  • In RViz, add the PlanningScene panel and enable it.