Select Git revision
-
Davide Mor authoredDavide Mor authored
Readme.md 432 B
Mavdecoder
Decoder for binary mavlink messag sequences
Mavdecoder is an utility used to parse binary files containg raw mavlink messages (eg. files containing every byte received by the Ground Station over the radio link with the rocket) and decode them into csv tables.
Usage
-
Compile the sources using
make
-
Decode the messages using
./mavdecoder <INPUT>
The output will be located in the out/
directory.