GithubHelp home page GithubHelp logo

flightplot's Introduction

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.

flightplot's People

Contributors

drton avatar andreasantener avatar kd0aij avatar stmoon avatar pigeonhunter avatar dyeldandi avatar kubark42 avatar gitter-badger avatar thomasgubler avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.