mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-29 00:54:08 +08:00
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.
11 lines
134 B
Plaintext
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
|