Log App Data to Auterion Suite

AOS can log app data from various sources into a centralized flight log in the ULog format. Any data that is added to the flight log will eventually be uploaded to Auterion Suite.

The best way to implement custom logging is using ROS2 messages:

How to log a Time Series with ROS2

Alternatively the standard output can be used to add basic text messages as strings to the flight log:

How to log basic Text Output

Last updated