This repository contains a python module to parse ULog files and scripts to convert and display them. ULog is a self-describing logging format which is documented here.
info.py: display information from an ULog file.messages.py: display logged messages from an ULog file.params.py: extract parameters from an ULog file.ulog2csv.py: convert ULog to CSV files.