Path Planning in ROS.
Hi,
I am currently working on a project that involves 2 external stereo cameras and a Parrot AR drone. I wish to 3D map (in progress) and then plan a path, avoiding static obstacles, for the Parrot AR drone.
I have come across several options but am unable to find the correct one (based on above scenario) -
- ROS Navigation stack - From what I have seen, it only makes sense to use this for moving robots with a kinect on them (note: Kinect has a small range). Hence this is NOT suitable for my use case. (Please correct me if I am wrong).
- Open Motion Planning Library (OMPL) - It seems that RRT (Rapidly exploring Random Tree) algorithm or it's modifications are being used in several places ( see this example ) for path planning. I have heard that the library is hard to deal with, in terms of documentation, etc. Is that correct ? Are there other alternative libraries that might fit in nicely with Gazebo + ROS ?
Kindly provide
Thanks a lot !