Logging

AOS can log app data from various sources into a centralized log. Based on the configuration, it can also log ROS2 topics. It supports multiple logging profiles for different verbosity levels. Logging is configured using YAML files. By default, it logs data generated by PX4 and printf messages from apps.

There are multiple ways to log data from apps:

Last updated