ardupilot/libraries/AP_InertialSensor
Peter Barker 1a640e3405 AP_InertialSensor: parameterise sensor-rate logging, generalise it
AP_InertialSensor: add parameters for push-to-log interval and count

AP_InertialSensor: rename BAT_RAW to BAT_OPT

This becomes a bitmask of options for the BatchSampler

AP_InertialSensor: rename 'fast sample' to 'sensorrate sample'

AP_InertialSensor: const sensor-rate filter method

AP_InertialSampler: remove hard-coding of sample rate multiplier

AP_InertialSensor: use parameter to enable/disable sensor-rate logging

AP_InertialSensor: use a parameter to control sensor-rate logging

AP_InertialSensor: allow backends to override sensor data multiplier

e.g. some accelerometers are sensitive over wider ranges than the default 16G

AP_Inertialsensor: correct sample rate multiplier
2018-05-01 09:35:29 +10:00
..
examples AP_InertialSensor: resolve compiler warning in example 2018-01-23 08:32:48 +09:00
AP_InertialSensor.cpp AP_InertialSensor: parameterise sensor-rate logging, generalise it 2018-05-01 09:35:29 +10:00
AP_InertialSensor.h AP_InertialSensor: parameterise sensor-rate logging, generalise it 2018-05-01 09:35:29 +10:00
AP_InertialSensor_BMI160.cpp
AP_InertialSensor_BMI160.h
AP_InertialSensor_Backend.cpp AP_InertialSensor: parameterise sensor-rate logging, generalise it 2018-05-01 09:35:29 +10:00
AP_InertialSensor_Backend.h AP_InertialSensor: parameterise sensor-rate logging, generalise it 2018-05-01 09:35:29 +10:00
AP_InertialSensor_HIL.cpp
AP_InertialSensor_HIL.h
AP_InertialSensor_Invensense.cpp AP_InertialSensor: parameterise sensor-rate logging, generalise it 2018-05-01 09:35:29 +10:00
AP_InertialSensor_Invensense.h AP_InertialSensor: parameterise sensor-rate logging, generalise it 2018-05-01 09:35:29 +10:00
AP_InertialSensor_Invensense_registers.h AP_InertialSensor: support ICM-20689 IMU 2018-04-24 08:03:46 +10:00
AP_InertialSensor_L3G4200D.cpp
AP_InertialSensor_L3G4200D.h
AP_InertialSensor_LSM9DS0.cpp AP_InertialSensor: remove linux-only include 2018-03-09 11:12:31 -08:00
AP_InertialSensor_LSM9DS0.h
AP_InertialSensor_LSM9DS1.cpp AP_InertialSensor: LSM9DS1 add FIFO support 2018-02-06 09:31:26 -08:00
AP_InertialSensor_LSM9DS1.h AP_InertialSensor: LSM9DS1 add FIFO support 2018-02-06 09:31:26 -08:00
AP_InertialSensor_PX4.cpp
AP_InertialSensor_PX4.h
AP_InertialSensor_QURT.cpp AP_InertialSensor: reduce QURT include scope 2017-12-27 15:13:30 +00:00
AP_InertialSensor_QURT.h
AP_InertialSensor_RST.cpp AP_InertialSensor: fix code style problem, delete useless codes 2017-11-22 10:20:00 -08:00
AP_InertialSensor_RST.h AP_InertialSensor: fix code style problem, delete useless codes 2017-11-22 10:20:00 -08:00
AP_InertialSensor_Revo.cpp AP_InertialSensor: parameterise sensor-rate logging, generalise it 2018-05-01 09:35:29 +10:00
AP_InertialSensor_Revo.h AP_InertialSensor: parameterise sensor-rate logging, generalise it 2018-05-01 09:35:29 +10:00
AP_InertialSensor_SITL.cpp AP_InertialSensor: debugging code for EK2 bug 2017-12-12 11:39:38 +11:00
AP_InertialSensor_SITL.h
AP_InertialSensor_qflight.cpp
AP_InertialSensor_qflight.h
AuxiliaryBus.cpp
AuxiliaryBus.h
BatchSampler.cpp AP_InertialSensor: parameterise sensor-rate logging, generalise it 2018-05-01 09:35:29 +10:00