You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The only way (currently) supported by MAVLink to cancel a mission is to NACK a message (MISSION_ACK) with an error. Currently if there is an error the system will report a critical error.
The required change is that MAV_MISSION_OPERATION_CANCELLED ack is received PX4 should not emit a critical error (it might emit some other notification, but this case is "OK", not an error).
Uh oh!
There was an error while loading. Please reload this page.
The only way (currently) supported by MAVLink to cancel a mission is to NACK a message (MISSION_ACK) with an error. Currently if there is an error the system will report a critical error.
The required change is that
MAV_MISSION_OPERATION_CANCELLED
ack is received PX4 should not emit a critical error (it might emit some other notification, but this case is "OK", not an error).FYI The MAV_MISSION_OPERATION_CANCELLED was added by mavlink/mavlink#1044 . Docs will be added to MAVLink spec by mavlink/mavlink-devguide#157
@julianoes FYI
The text was updated successfully, but these errors were encountered: