We are happy to share DroneePlotter - Drone Flight Log Analysis Tool with drone comunity to make analyse and sharing easier.
DroneePlotter works on browser not (on server) Just drag and drop the log file . It parses binary log file inside browser instantly with Java scrip, and it works very fast .
It generates flight graphs automatically , also you can visualise specific flight data on graph and easily share with others, post on blogs, discussion forms.
To share your analyse with others you need to click UPLOAD button, it will generate unique link based on their md5
which means even another person uploads this file,server will generate the same url.
I hope it will make life easier, and your feebacks ,reviews are very welcome.)
Comments
Juerg Bingisser feel free to write us any suggestion through plot@dron.ee, I put a link in the main upload page,
Andrew Tridgell JS natively can support upto 53bit integers but i dont think this is the issue. Would you post a large log file and highlight the anomalies in time ?
Supporting MavGraph xmls is on the way.
Would you also post some example fft log files ?
great! How do we collaborate? Is there a git repo with the javascript source somewhere?
Hi Tridge,
sure, we definitely interested in collaboration .
I suspect the time issues may be time wrapping. Do you keep the TimeUS as a 64 bit number, or is it somewhere represented as a 32 bit microseconds?
fantastic! I've been wanting an in browser log graphing tool for ages. Very nice work!
Are you interested in collaboration on further development of this? For example, I'd like to support the XML graph descriptions used in MAVExplorer, support the new FFT format in master.
There also seems to be some issues with time handling.
Cheers, Tridge
Excellent! Thank you! I just tested and works great.