Robotics StackExchange | Archived questions

How does moveit plan function work?

I am new to Moveit and I am having difficulty in understanding the functionality of moveit plan function.

Right now, all I understand is that if you set a desired pose, plan() can compute a trajectory. I want to understand the algorithm that is used to plan the trajectory. It would be great if someone can explain the concept or point me to documentation that explains this.

Asked by user5680 on 2019-11-18 04:51:06 UTC

Comments

Answers

The algorithm depends on what you choose. Did you read the tutorials?

Also note that your link is for the groovy version of the documentation and not melodic. Make sure to consult the documentation for your release.

Asked by fvd on 2020-02-29 13:41:53 UTC

Comments