Waypoint file format

Why the waypoint file format website is disappear. I cannot understand the mpmission.txt meaning for each column, can any one tell my?
mpmission format:

dronekit import mission:
https://dronekit-python.readthedocs.io/en/latest/examples/mission_import_export.html
Waypoint file format:
http://qgroundcontrol.org/mavlink/waypoint_protocol#waypoint_file_format

https://mavlink.io/en/file_formats/

do you know what is the meaning of param1~param4 and command?

https://ardupilot.org/copter/docs/common-mavlink-mission-command-messages-mav_cmd.html#commands-supported-by-copter

The command will be waypoint MAV_CMD_NAV_WAYPOINT or RTL etc. The parameters are the associated variables or conditions for each command.

1 Like