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 16, 2021
1 parent df826fa commit 92e38ba
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 @@ -1549,6 +1549,7 @@ void Commander::executeActionRequest(const action_request_s &action_request)

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

break;
Expand Down

0 comments on commit 92e38ba

Please sign in to comment.