mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-17 12:20:35 +08:00
Commander: Remove debug output
This commit is contained in:
@@ -3441,7 +3441,6 @@ set_main_state_rc(struct vehicle_status_s *status_local, vehicle_global_position
|
||||
|
||||
/* RTL switch overrides main switch */
|
||||
if (sp_man.return_switch == manual_control_setpoint_s::SWITCH_POS_ON) {
|
||||
warnx("RTL switch changed and ON!");
|
||||
res = main_state_transition(status_local, commander_state_s::MAIN_STATE_AUTO_RTL, main_state_prev, &status_flags, &internal_state);
|
||||
|
||||
if (res == TRANSITION_DENIED) {
|
||||
|
||||
Reference in New Issue
Block a user