mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-27 08:55:51 +08:00
Add optional sample counter to booz_imu interface
This commit is contained in:
@@ -56,6 +56,7 @@ struct BoozImuFloat {
|
|||||||
struct FloatEulers body_to_imu_eulers;
|
struct FloatEulers body_to_imu_eulers;
|
||||||
struct FloatQuat body_to_imu_quat;
|
struct FloatQuat body_to_imu_quat;
|
||||||
struct FloatRMat body_to_imu_rmat;
|
struct FloatRMat body_to_imu_rmat;
|
||||||
|
uint32_t sample_count;
|
||||||
};
|
};
|
||||||
|
|
||||||
/* underlying hardware */
|
/* underlying hardware */
|
||||||
|
|||||||
Reference in New Issue
Block a user