FlightPlot
FlightPlot copied to clipboard
PX4/APM flight log plotter
I am getting the following error while building FlightPlot in Ubuntu path/FlightPlot/build.xml:24: srcdir "path/FlightPlot/jMAVlib/src" does not exist!
I have got a problem to read ulog file ( recorded from pixhawk with px4 firmware), I have try with [MAVGCL](https://github.com/ecmnet/MAVGCL) this application can show the data inside the log...
We are using PX4 and with the old PX4log format the export works. But with the new ULOG format the export generates empty 1K files.
Unable to load a file into FlightPlot generated by latest (stable branch) code: console output: fubarn:px4fw todd$ java -jar /Users/todd/Downloads/FlightPlot.app/Contents/Resources/Java/flightplot.jar Log parsing errors: Exception in thread "AWT-EventQueue-0" java.lang.IndexOutOfBoundsException: toIndex =...
I found a guide about how to use flight to tune controller,the website is http://www.pixhawk.org/dev/flightplot_pos_control but I have some questions as following 1、what it says hold altitude means switch to...
implement selecting and highlighting function for field list and log info by pressing a first key.
Hi, On the main page of flightplot, I saw that there is an AUR package for Archlinux. The package is not available nowaday. https://aur.archlinux.org/packages/java-flightplot-git/ It's ok for me to run...
- Either specify manually - Or take starting altitude from some global alt field automatically Then add offset to all fields we know they contain global altitude. Should be a...
I've added codegen-free mavlink library to jMAVlib and now it should be easy to add mavlink logs support. Message definitions XML file can be selected in runtime, so in Open...