mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-25 00:31:36 +08:00
sensor_accel_fifo increase to 32 samples
This commit is contained in:
@@ -8,6 +8,6 @@ float32 scale
|
||||
|
||||
uint8 samples # number of valid samples
|
||||
|
||||
int16[16] x # acceleration in the NED X board axis in m/s/s
|
||||
int16[16] y # acceleration in the NED Y board axis in m/s/s
|
||||
int16[16] z # acceleration in the NED Z board axis in m/s/s
|
||||
int16[32] x # acceleration in the NED X board axis in m/s/s
|
||||
int16[32] y # acceleration in the NED Y board axis in m/s/s
|
||||
int16[32] z # acceleration in the NED Z board axis in m/s/s
|
||||
|
||||
Reference in New Issue
Block a user