Skip to content

Latest commit

 

History

History
49 lines (36 loc) · 1.15 KB

README.md

File metadata and controls

49 lines (36 loc) · 1.15 KB

FlightPlot

Gitter

Build Status

Universal flight log plotter

http://pixhawk.org/dev/flightplot

Supported formats:

  • PX4 log (.px4log, .bin)
  • APM log (.bin)
  • ULog (.ulg)

Features:

  • Data processing: low pass filtering, scaling, shifting, derivative, integral, etc.
  • Track export in KML and GPS format
  • Saving plot as image

Binaries for Linux, Mac OS, Windows can be found on project homepage.

Building from sources

Requirements:

Clone repository:

https://github.com/DrTon/FlightPlot.git

Build:

cd FlightPlot
ant

Run:

java -jar out/production/flightplot.jar

Developing

IntelliJ IDEA IDE was used to develop FlightPlot, project files already exist in repo.