mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-07 10:00:34 +08:00
FlightTaskAuto: remove warning message
This commit is contained in:
committed by
Lorenz Meier
parent
f62c3c3b8a
commit
288ee2362e
@@ -131,7 +131,6 @@ bool FlightTaskAuto::_evaluateTriplets()
|
||||
if (!PX4_ISFINITE(_yaw_wp)) {
|
||||
_yaw_wp = _yaw;
|
||||
|
||||
} else {
|
||||
}
|
||||
|
||||
_mc_cruise_speed = _sub_triplet_setpoint->get().current.cruising_speed;
|
||||
|
||||
Reference in New Issue
Block a user