I'm just getting started with mavlink, and my immediate goal is using pymavlink to send waypoints to a PX4FMU. The documentation for the protocol (found here
http://qgroundcontrol.org/mavlink/waypoint_protocol) is very detailed, but it appears to be for mavlink 2 rather than mavlink 3, which is the current version. Mavlink 3 does not even have most of the messages described in the waypoint protocol in the xml documents. Is there an updated version of the protocol page, or somewhere with that information? I looked through the pymavlink examples, but I couldn't find one with the information I'm looking for.