Closed phrohdoh closed 7 years ago
Mission commands are all COMMAND_LONG mavlink commands. Look for MAV_CMD and COMMAND_LONG here: http://mavlink.org/messages/common. Given that the format should be pretty self explanatory. As long as you don't want to try to deal with complexItems: https://github.com/mavlink/qgroundcontrol/issues/3800.
Hello, I apologize if this is a duplicate I was unable to find any tickets relating to this already.
Is there a spec for the json
.mission
filetype exported by the flightplan creation interface?I am working to convert
.mission
files to.mavlink
(which I believe my Bebop2 needs). To do this I have begun writing a quick and dirty python script that reads in mission files and outputs a.mavlink
(writing the mavlink is done viamavwp.py
).Specifically, what are the
paramN
members and is there an enum somewhere in QGC's source to tell me whichcommand
int represents which command?This is one of the flightplans I am trying to convert: