mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-01 11:20:34 +08:00
Landing horizontal velocity compensation / unsteady landing (#23546)
* initial working * implemented feedback
This commit is contained in:
@@ -452,7 +452,7 @@ bool FlightTaskAuto::_evaluateTriplets()
|
||||
_triplet_prev_wp(2) = -(_sub_triplet_setpoint.get().previous.alt - _reference_altitude);
|
||||
|
||||
} else {
|
||||
_triplet_prev_wp = _position;
|
||||
_triplet_prev_wp = _triplet_target;
|
||||
}
|
||||
|
||||
_prev_was_valid = _sub_triplet_setpoint.get().previous.valid;
|
||||
|
||||
Reference in New Issue
Block a user