blackbox-tools
blackbox-tools copied to clipboard
Tools for working with blackbox flight logs
Betaflight blackbox logs altitude in cm from gps and barometer, and this is exported as integer to gpx file field (ele), while comment in gpxwriter.c says "Altitude is in meters"....
The logged altitude unit changed from cm to dm in Betaflight 4, causing export to GPX file generate wrong values.
I don't see any executable or installer files under Releases. Is there someone who can create one for windows, please?
I have downloaded the executables, the software starts and immediately closes. I am unable to get it running, or see any confirmation it works. I would really appreciate some assistance...
In blackbox_decode the acceleration out in done in controller coordinate system. It would be useful to have possibility to output accelerations in the Earth coordinate system, with gravity removed (az-1g)....
Im not sure if this is an already solved issue, but I cant seem to convert logs above 31. even if I use --index, bb_decode only sees the first 31....
blackbox_encode requires the user to specify a log which makes automation more difficult, my request is: 1. If no --index is specified, process all flights or 2. allow for --...
When decoding log files from blackbox_decode it would be great if the PID tuning values used during that log were output to a text file (rather than having to keep...
Currently, blackbox_decode does not compute RC rate and PID error (for anyone interested in doing offline analyses on these). My current workaround is to load the log in explorer and...