Skip to content

Commit

Permalink
Commander: send out parachute MAVLink command when kill switch engaged
Browse files Browse the repository at this point in the history
  • Loading branch information
MaEtUgR committed Nov 8, 2021
1 parent 21c8016 commit 32e99b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/commander/Commander.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2497,6 +2497,7 @@ Commander::run()

_status_changed = true;
_armed.manual_lockdown = true;
send_parachute_command();
}

} else if (_manual_control_switches.kill_switch == manual_control_switches_s::SWITCH_POS_OFF) {
Expand Down

0 comments on commit 32e99b5

Please sign in to comment.