Depjoy / FlightPlot

PX4/APM flight log plotter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FlightPlot

Gitter

Build Status

Universal flight log plotter

Installation

Requirements:

Clone repository:

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

Compile:

cd FlightPlot
ant

Run:

java -jar out/production/flightplot.jar

Developing

For Developer:

  • If you want to modify flightplot, use IntelliJ IDEA tool

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 (--recursive flag is required to pull in jMAVlib):

git clone --recursive https://github.com/DrTon/FlightPlot.git

Build:

cd FlightPlot
ant 

if you want to create deb file for ubuntu, use gen_deb.

cd FlightPlot
ant gen_deb
sudo dpkg -i out/production/FlightPlot.deb

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


Languages

Language:Java 96.4%Language:Shell 3.6%