You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The logging component should connect to the autopilot telemetry port and record some or all telemetry values to disk.
Logs should be saved in text format, with a timestamp on each line.
Logs will be encrypted by storing them on an encrypted filesystem (exact filesystem type TBD). The key for the encrypted filesystem will be obtained from the Mission Key Management component ([FEATURE] Implement Mission Key Management (MKM) component #98). The filesystem should be initialized on first use if possible.
The logging component should receive telemetry from the autopilot via MAVLink and log some of the values (such as current GPS position) to disk.
The text was updated successfully, but these errors were encountered: