Skip to content

Commit 838b466

Browse files
committed
common.xml: document ArduPilot's inconsistency with MAV_CMD_DO_FLIGHTTERMINATION
1 parent c1efbcb commit 838b466

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

message_definitions/v1.0/common.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1552,8 +1552,8 @@
15521552
</entry>
15531553
<entry value="185" name="MAV_CMD_DO_FLIGHTTERMINATION" hasLocation="false" isDestination="false">
15541554
<description>Terminate flight immediately.
1555-
Flight termination immediately and irreversibly terminates the current flight, returning the vehicle to ground.
1556-
The vehicle will ignore RC or other input until it has been power-cycled.
1555+
Flight termination immediately and irreversibly terminates the current flight, returning the vehicle to ground. (n.b. ArduPilot allows several actions to be reversed).
1556+
The vehicle will ignore RC or other input until it has been power-cycled (n.b. ArduPilot permits RC and other input).
15571557
Termination may trigger safety measures, including: disabling motors and deployment of parachute on multicopters, and setting flight surfaces to initiate a landing pattern on fixed-wing).
15581558
On multicopters without a parachute it may trigger a crash landing.
15591559
Support for this command can be tested using the protocol bit: MAV_PROTOCOL_CAPABILITY_FLIGHT_TERMINATION.

0 commit comments

Comments
 (0)