Which motion planning algorithms does simFindMpPath() run?

Typically: "How do I... ", "How can I... " questions
Post Reply
tor
Posts: 21
Joined: 18 Oct 2015, 11:56

Which motion planning algorithms does simFindMpPath() run?

Post by tor »

Hi Folks:

What kind of motion planning algorithms does simFindMpPath() run?
Is it one of these known algorithms like: simple A* search or Probabilistic Roadmap Method (PRM) or RRT* or ...?
If it is a specific one for vrep, where can I get the (pseudo)code?

Thank you.

coppelia
Site Admin
Posts: 10504
Joined: 14 Dec 2012, 00:25

Re: Which motion planning algorithms does simFindMpPath() ru

Post by coppelia »

Hello,

the algorithm is a randomized algorithm, based on RRT.
We are however planning to create a plugin that will support OMPL, which will offer many different algorithms.

Cheers

tor
Posts: 21
Joined: 18 Oct 2015, 11:56

Re: Which motion planning algorithms does simFindMpPath() ru

Post by tor »

Hi Coppelia:

+1 for the planned OMPL plugin.
We would be more grateful if you could tell us the expected released date for that plugin.
Thank you.

Regards

coppelia
Site Admin
Posts: 10504
Joined: 14 Dec 2012, 00:25

Re: Which motion planning algorithms does simFindMpPath() ru

Post by coppelia »

We hope to have a first version by the end of the year.

Cheers

Post Reply