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

Revision history [back]

click to hide/show revision 1
initial version

Ok, so this is what I did to solve this issue.

I created a fake plan, then populated the .trajectory_ with my robot trajectory. Then I executed. Here is my code:

      moveit::planning_interface::MoveGroup::Plan my_plan2;
      my_plan2.trajectory_ = *myRobotTrajectory;
      group.execute(my_plan2);