forked from Archive/PX4-Autopilot
Commander: improve message for RC override event
This commit is contained in:
parent
f9a5c91f8c
commit
ca711fecc7
|
@ -1911,7 +1911,7 @@ Commander::run()
|
|||
|
||||
// revert to position control in any case
|
||||
main_state_transition(status, commander_state_s::MAIN_STATE_POSCTL, status_flags, &internal_state);
|
||||
mavlink_log_critical(&mavlink_log_pub, "Autopilot off! Returning control to pilot");
|
||||
mavlink_log_critical(&mavlink_log_pub, "Autonomy off! Returned control to pilot");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue