mirror of
https://github.com/okalachev/flix.git
synced 2025-07-27 01:29:33 +00:00
386 B
386 B
csv_to_ulog
Tool for converting CSV flight logs to ULog format so they can be analyzed using FlightPlot software.
To build, go to the <flix>/tools/csv_to_ulog
directory and run:
mkdir build
cd build
cmake ..
make
Convert a CSV file to ULog:
./csv_to_ulog log_file.csv
ULog file will be saved in the same directory.