Skip to content

Commit 27cda32

Browse files
Your Namepeterbarker
authored andcommitted
AP_InertialSensor: fix ADIS16507 data processing anomaly
1 parent 84dae06 commit 27cda32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/AP_InertialSensor/AP_InertialSensor_ADIS1647x.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ bool AP_InertialSensor_ADIS1647x::check_product_id(uint16_t &prod_id)
169169
case PROD_ID_16507: {
170170
// can do up to 40G
171171
opmode = OpMode::Delta32;
172-
expected_sample_rate_hz = 1200;
172+
expected_sample_rate_hz = 1000;
173173
accel_scale = 392.0 / 2097152000.0;
174174
dvel_scale = 400.0 / (float)0x7FFFFFFF;
175175
_clip_limit = (40.0f - 0.5f) * GRAVITY_MSS;

0 commit comments

Comments
 (0)