How to log Time Series Data
├── auterion-app.yml
├── Dockerfile
├── msgs_ws/
│ └── src/
│ ├── custom_namespace_msgs/
│ │ └── msg/
│ └── CustomTopic.msg
├── README.md
├── ros_ws/
│ └── src/
│ └── my_application/
│ └── src/
│ └── main.cppEnable logging in the auterion-app.yml file
The 'msg-paths' key
Selecting the data to log
Basic configuration: the 'subscriptions' key
Advanced configuration: the 'profiles' key
Profile
default
verbose
Example 1: Add a verbose log profile
Example 2: Add a verbose profile with multiple conditions
Example 3: Override the default log profile
Testing
Monitoring and Troubleshooting
Key Limitations
Last updated