mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-02 05:04:08 +08:00
cs_check: warn if rejected due to invalid axis
This commit is contained in:
parent
d2fa519249
commit
9cfab0482e
@ -637,6 +637,7 @@ void ControlAllocator::preflight_check_handle_tilt_control(hrt_abstime now)
|
||||
} else {
|
||||
// Commanded collective tilt axis but the vehicle is not a tiltrotor. Abort
|
||||
_preflight_check_running = false;
|
||||
PX4_WARN("Control surface preflight check rejected (tilt commanded but not available)");
|
||||
preflight_check_send_ack(vehicle_command_ack_s::VEHICLE_CMD_RESULT_DENIED, now);
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user