Using shortest path algorithm with quadcopter

Typically: "How do I... ", "How can I... " questions
Post Reply
retnap
Posts: 3
Joined: 13 Oct 2024, 15:13

Using shortest path algorithm with quadcopter

Post by retnap »

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...

fferri
Posts: 1327
Joined: 09 Sep 2013, 19:28

Re: Using shortest path algorithm with quadcopter

Post by fferri »

retnap wrote: 22 Oct 2024, 07:50 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.
Using the OMPL plugin with a position3d state space you can find an object's position collision-free trajectory from start to goal.

Post Reply