PX4-Autopilot
PX4-Autopilot copied to clipboard
mavlink: Add support for MISSION_CHANGED
This implements sending the MISSION_CHANGED message whenever a new mission has been uploaded.
This needed some extensions to the mission uORB message because it was not possible to know whether a mission has been uploaded from because the mission topic is also published when the current mission item has been changed.
Note that MISSION_CHANGED is currently defined in development.xml.
FYI @hamishwillee