UAV simulation of obstacle avoidance in Gazebo?
I would like to simulate some 3D path planning capabilities of an UAV in Gazebo. So Firstly, I download a point cloud of an outdoor area with obstacles. Can find any in internet.Than Load the point cloud to Gazebo. After that,convert point cloud to 3D model (something like thisconversion). So for this purpose I can use any type of UAV available in a standard ROS packages, or e.g. some of the MRS drones(https://github.com/ctu-mrs)
So my question is how to show 3D path planning capabilities of an UAV: e.g. given a starting location, show how does the trajectory avoids obstacles in the 3D model?
Any help on that?
Is the question how to visualize a 3D path in Gazebo where the path is generated by some other code or how to do the path planning itself?
the question is how to do path planning and then visualize it