mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-07-28 09:38:03 +08:00
to get rid of derivative spikes when navigator is continuously updating the yaw setpoint in the triplet for a POI but is running at a lower rate. The proper solution is to generate that yaw setpoint with high rate in the flight task and have the triplet just guid to the next waypoint at low rate.