goodrobots / maverick

UAV Autonomous Systems Management
https://goodrobots.github.io/maverick/
MIT License
173 stars 61 forks source link

mavlogd indexerror #1021

Closed fnoop closed 3 years ago

fnoop commented 3 years ago

DFReader_text exception:IndexError('index out of range')

fnoop commented 3 years ago

When a log file is picked up by mavlogd, it first tests to see if it's a text log. If not, it processes it as a binary log. This exception log 'error' is simply the output for the text test. Amended output to make clearer.