PX4-Autopilot/msg/accel_calibration.msg
Julian Oes f24b2a701f sensors: first part of a calibration refactor
This adds uORB messages to publish calibration data by sensors which is
then consumed by the sensors. Currently this is only used on Snapdragon
and guarded by QURT ifdefs.
2016-03-24 13:08:30 +01:00

11 lines
134 B
Plaintext

uint64 timestamp
int32 device_id
float32 x_offset
float32 x_scale
float32 y_offset
float32 y_scale
float32 z_offset
float32 z_scale