Hello everyone,
I have a project to finish my university this season. My project is:
I have a quadcopter in my scene. There is a start point and a target point. There are some obstacles in the scene. Quadcopter will calculate the shortest path with algorithms (with Python code) and it will move to target point.
How can I do that ? and I really need help.
Best regards...
Using shortest path algorithm with quadcopter
Re: Using shortest path algorithm with quadcopter
Using the OMPL plugin with a position3d state space you can find an object's position collision-free trajectory from start to goal.