Skip to content

kubark42/FlightPlot

 
 

Repository files navigation

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.

About

PX4/APM flight log plotter

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 96.4%
  • Shell 3.6%