ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
What @AndyZe has suggested would be quite robust, especially using the Pilz Motion Planner.
Alternatively, could I define such a path myself, and let MoveIt create the joint trajectories?
You can take a look at the setPoseTargets function of MoveGroupInterface. I think this is close to what you want to pass in as inputs to the planning problem.