I am working on a project using a fixed wings UAV.
I want to perform RC override when UAV reaches certain waypoints.
I have defined the waypoints and uploaded the mission to Pixhawk using Misison Planner
I have a 4G module connected to Raspberry Pi and then to Pixhawk through USB to establish a UDP connection with Mission Planner
Is there a way to know if I reached the 2nd waypoint for example from Raspberry Pi using Python DroneKit without having my waypoints defined in the script on the Pi?
If any one have any idea about how to do this or if it is not possible to do so?
Appreciate your help