Log App Data to Auterion Suite
AuterionOS 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 ROS 2 messages:
How to log Time Series DataAlternatively, the standard output can be used to add basic text messages as strings to the flight log:
How to log basic Text OutputLast updated