You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I appreciate your lib and like to use it to load it for plots, qgis or kdenlive visualisation.
Unfortunatly the blackbox logs created by INAV 3 are .TXT files which cause the error message
~/.virtualenvs/orangebox/lib/python3.8/site-packages/orangebox/reader.py in _build_field_defs(self)
211 if prop == "predictor":
212 if framedef_value not in predictors:
--> 213 raise RuntimeError("No predictor found for {:d}".format(framedef_value))
214 else:
215 field_defs[frame_type][i].predictorfun = predictors[framedef_value]
RuntimeError: No predictor found for 10
To my understanding, as another fork of cleanflight, the blackbox structures should be compatible?
The rendering using the official blackbox-viewer by betaflight works fine so far.
The text was updated successfully, but these errors were encountered:
I don't know about iNav, but Betaflight logs are compressed binary data, definitely not plain text. Also please note that reading GPS data is not supported by this library at the moment. If you just want an output which is more straightforward to process, you can try the CSV Export function in Blackbox Log Viewer.
Hi, well yes beside of the extension, it's sort of structured information but I don't see any compression as BZIP for example.
My problem is, that blackbox viewer and blackbox utils work only on windows for me and I like to setup a blackbox workflow for linux and esp. python to debug my 1st custom drone.
Hi, I appreciate your lib and like to use it to load it for plots, qgis or kdenlive visualisation.
Unfortunatly the blackbox logs created by INAV 3 are .TXT files which cause the error message
To my understanding, as another fork of cleanflight, the blackbox structures should be compatible?
The rendering using the official blackbox-viewer by betaflight works fine so far.
The text was updated successfully, but these errors were encountered: