-
|
Referencing https://github.com/iNavFlight/inav/wiki/MSP-Navigation-Messages#updating-special-waypoints Here is what I want to do: I want to customize the approach on specific waypoints during flight based on the wind direction (Using API to request current wind direction with a Raspberry Pi). Related questions: -As understood from the Docs I could flick the plane into Poshold and set #WP255 to a calculated Position to get the plane to fly -Could I set #WP0 during flight and that will realtime adjust the home position to that position? If #WP254 is already the target position could I just temporarily set this to the location I want to have during waypoint mode to adjust the approach to the desired waypoint? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
The wiki article contains further information on the matter, including links to example applications / code. |
Beta Was this translation helpful? Give feedback.
-
It is just a sanity "yes, I really want to do this" check. |
Beta Was this translation helpful? Give feedback.
The wiki article contains further information on the matter, including links to example applications / code.