flight_recorder

Record flight data according to your telemetry file. Data are stored on a SD card with the pprzlog format. Currently only supported on Apogee/Fixedwing using chibios implementation. The selected telemetry file should include a FlightRecorder process.

Configures

Name

Value

Description

FLIGHTRECORDER_SDLOG

TRUE|FALSE

Enable/disable logging on internal SD card (default=TRUE)

Defines

Name

Value

Description

FLIGHTRECORDER_DEVICE

dev

Device to be used when not internal SD card (ex: uart0)

Depends

  • logger_sd_chibios
  • pprzlog

Provides

  • flight_recorder