function/library for the drone to follow waypoints using my own localization algorithm. #3510
Replies: 3 comments 1 reply
-
Hi @charyyev, I think the moveOnPathAsync API would be a good place to start. Here's an example of how to use it |
Beta Was this translation helpful? Give feedback.
-
Hi @ahmed-elsaharti, I cannot input the result of my localization algorithm into moveOnPathAsync API. I want something like offboard mode of pixhawk controller. I provide pose of the drone and the path, and want the drone to follow it. |
Beta Was this translation helpful? Give feedback.
-
Hi @charyyev , I might have misunderstood, but isnt the output of your algorithm a set of x, y and z points that you want the simulated drone to follow? |
Beta Was this translation helpful? Give feedback.
-
I implemented localization algorithm that outputs the pose of the drone given an image. I want to demonstrate that my algorithm is accurate enough to use for navigation on airsim. I want the drone to follow waypoints using my own localization algorithm. I am not good at control and path planning, can you suggest me any library/function that I can use on airsim to follow waypoints while updating drone pose with my own algorithm?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions