mirror of https://github.com/ArduPilot/ardupilot
25c3367341
threading bug fix. When a mission wp updates, but the L1 controller had not yet, the data is stale. Example, On Plane when NAV_LAND starts for a moment your xtrack and bearing is most likely bear zero regardless if you have a big turn or not until 10 Hz later when the update() gets called and updates those values with correct values for the new waypoint. |
||
---|---|---|
.. | ||
AP_Navigation.h |