Path Planning[Compute Path]

Typically: "How do I... ", "How can I... " questions
Post Reply
AsadAli
Posts: 36
Joined: 24 Dec 2014, 09:25

Path Planning[Compute Path]

Post by AsadAli »

If I use path planning module, every time i compute path i get a different path.Is it possible to get th best path.

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

Re: Path Planning[Compute Path]

Post by coppelia »

Hello,

the path planning algorithm is based on RRT (Rapidly exploring Random Trees), a randomized path planning algorithm. In that sence it is normal that the results are always different. What you can do is computer X number of pathes, and keep the shortest path.

Cheers

Post Reply