Robotics StackExchange | Archived questions

How to plan multiple, sequential motions with MoveIt in RViz

Hi guys,

I am the new for the moveit.

Following the tutorials, I can use the motion plan with my robot in the moveit rviz, means I can let my robot's arm move from the start state to the goal state.

And now I tried to plan a series of action for my robot, like, let the robot's arm moved from state A to state B, then from state B to state C, then from state C to state D …...

But all I can find so far in the moveit rviz, just one movement.

So my question is, can I plan a series of action in the moveit rviz? If I can, how should I do?

Thank you very much.

Asked by sara on 2014-10-12 15:32:36 UTC

Comments

Answers

As somebody mentioned in their comment (https://answers.ros.org/question/274209/planning-together-multiple-sequential-motions-in-moveit/), it is possible to do so.

"you can use the plan method to get the path that will be executed, without actually executing it yet. You can then plan the next path by setting the start to be the goal state of the previous motion with setStartState."

Sorry for answering after 7 years. XD

Asked by Rahutam on 2021-09-03 05:03:44 UTC

Comments