ardupilot/libraries/AP_InertialSensor
Andrew Tridgell 7b1245937c AP_InertialSensor: always sample at 200Hz in MPU6000
this changes the sampling to 200Hz regardless of requested rate, and
it is downsampled inside num_samples_available() using a shift. This
gives better noise resistance in ArduPlane.

This patch also makes it possible to update the filter frequency while
running, which is very useful for bench testing with a vibration
source
2013-02-07 10:23:08 +11:00
..
examples AP_InertialSensor: fixed PX4 example build 2013-01-13 21:10:53 +11:00
AP_InertialSensor_MPU6000.cpp AP_InertialSensor: always sample at 200Hz in MPU6000 2013-02-07 10:23:08 +11:00
AP_InertialSensor_MPU6000.h AP_InertialSensor: always sample at 200Hz in MPU6000 2013-02-07 10:23:08 +11:00
AP_InertialSensor_Oilpan.cpp Update floating point calculations to use floats instead of doubles. 2013-01-16 13:52:01 +11:00
AP_InertialSensor_Oilpan.h AP_InertialSensor: simplify get_delta_time() API 2013-01-11 21:17:21 +11:00
AP_InertialSensor_PX4.cpp AP_InertialSensor: added timer for accumulating samples for PX4 2013-01-21 21:51:32 +11:00
AP_InertialSensor_PX4.h AP_InertialSensor: added timer for accumulating samples for PX4 2013-01-21 21:51:32 +11:00
AP_InertialSensor_Stub.cpp AP_InertialSensor: simplify get_delta_time() API 2013-01-11 21:17:21 +11:00
AP_InertialSensor_Stub.h AP_InertialSensor: simplify get_delta_time() API 2013-01-11 21:17:21 +11:00
AP_InertialSensor_UserInteract_Stream.cpp AP_InertialSensor: start implementing UserInteract 2012-12-20 14:53:23 +11:00
AP_InertialSensor_UserInteract_Stream.h AP_InertialSensor: start implementing UserInteract 2012-12-20 14:53:23 +11:00
AP_InertialSensor_UserInteract.h AP_InertialSensor: start implementing UserInteract 2012-12-20 14:53:23 +11:00
AP_InertialSensor.cpp Copter: minor casting fixup for wp_distance 2013-01-27 11:27:43 +09:00
AP_InertialSensor.h Update floating point calculations to use floats instead of doubles. 2013-01-16 13:52:01 +11:00