394 Commits (74889f1c7af732d7e1cc7d267cdc7cba62dfee1e)

Author SHA1 Message Date
Peter Barker 3dae386ae3 AP_InertialSensor: correct compilation with HAL_INS_ACCELCAL_ENABLED false 3 years ago
Peter Barker a53af5277c AP_InertialSensor: assume accel cals are stored for sitl-on-hw 3 years ago
Iampete1 b77476caa1 AP_InertialSensor: remove custom orentations 3 years ago
Andy Piper c7a43f2a90 AP_InertialSensor: put some functions in fast ram 3 years ago
Peter Barker c1c329e2b4 AP_InertialSensor: add and use AP_SIM_INS_ENABLED 3 years ago
Andy Piper 3fd79b8ffb AP_InertialSensor: BMI270 driver 3 years ago
Andy Piper d44478ff59 AP_InertialSensor: calculate number of notches based on motor count 3 years ago
Josh Henderson 27bcec9d6e AP_InertialSensor: for all Cubes ensure use of non-isolated IMU 3 years ago
Buzz 168dc34566 AP_InertialSensor: New fallback type = NONE, which successfully does nothing like an INS, but without needing a real one, like esp32 dev boards. 3 years ago
Andy Piper 6a00819b2d AP_InertialSensor: convert APM_BUILD_COPTER_OR_HELI() to APM_BUILD_COPTER_OR_HELI 3 years ago
Gone4Dirt 290794bf93 AP_InertialSensor: Add APM_BUILD_Heli 3 years ago
Peter Barker dac4134533 AP_InertialSensor: move from HAL_NO_GCS to HAL_GCS_ENABLED 3 years ago
Andrew Tridgell fefade783b AP_InertialSensor: allow accelcal with a rotation 3 years ago
Andrew Tridgell 4fdc1ebc30 AP_InertialSensor: fixed locking issue in delta accumulation 3 years ago
Pierre Kancir 29b13ff98a AP_InertialSensor: fix externalAHRS detection 4 years ago
Siddharth Purohit c4caf2ff54 AP_InertialSensor: add HAL_INS_ENABLED 4 years ago
Siddharth Purohit 447935bf4c AP_InertialSensor: remove dependence on gcs for AP_Periph builds 4 years ago
Peter Barker 731cf038f0 AP_InertialSensor: remove @Values from param metadata where @Bitmask exists 4 years ago
Peter Barker 52a52e1e5b AP_InertialSensor: remove HIL support 4 years ago
Andrew Tridgell b3ed4f4b12 AP_InertialSensor: fixed handling of more than 3 accel/gyro instances 4 years ago
Andrew Tridgell dcf6bcea6e AP_InertialSensor: removed assert calls 4 years ago
Peter Barker 2b0bf45891 AP_InertialSensor: remove separate calls to get delta-times for vel and ang 4 years ago
Andrew Tridgell 25dd08a1fd AP_InertialSensor: added force_save_calibration() 4 years ago
Andrew Tridgell 2843cfa42d AP_InertialSensor: use mavlink statustext for cal info 4 years ago
Andrew Tridgell b542f947f7 AP_InertialSensor: don't mark accels as calibrating during trim 4 years ago
Andrew Tridgell 3ff71c7814 AP_InertialSensor: changes from review feedback 4 years ago
Andrew Tridgell ffe20f7958 AP_InertialSensor: use a fixed reference temperature of 35C 4 years ago
Andrew Tridgell dc58b0b950 AP_InertialSensor: changes from review feedback 4 years ago
Andrew Tridgell c9a83c8127 AP_InertialSensor: added INS_TCAL_OPTIONS 4 years ago
Andrew Tridgell 8caea96ab1 AP_InertialSensor: start auto-learning at boot 4 years ago
Andrew Tridgell 7cb7ad3636 AP_InertialSensor: fixed build error 4 years ago
Andrew Tridgell 3fb720354d AP_InertialSensor: added notify events for temperature calibration 4 years ago
Andrew Tridgell 7921e042f1 AP_InertialSensor: added IMU temperature calibration support 4 years ago
Peter Barker 239b09fb34 AP_InertialSensor: add simulator for ICM40609 4 years ago
Andrew Tridgell 957842f7eb AP_InertialSensor: added support for v3 Invensense sensors 4 years ago
Andrew Tridgell b74e5c0e2f AP_InertialSensor: added ExternalAHRS backend 4 years ago
Andrew Tridgell 4f176c25de AP_InertialSensor: relax IMU wait time for low loop rates 4 years ago
Andrew Tridgell f6c45c3bcd AP_InertialSensor: cope with INS_MAX_INSTANCES < 3 4 years ago
Peter Barker 02c9aa2ae2 AP_InertialSensor: remove unused define 4 years ago
Andrew Tridgell d5c0522651 AP_InertialSensor: instantiate SIM_IMU_COUNT sensors in SITL 5 years ago
Andy Piper d4ba821297 AP_InertialSensor: make the backend fast gyro rate configurable and independent from the accel rate 5 years ago
Andy Piper 05366e9aa9 AP_InertialSensor: delegate active harmonic calculation to the filter 5 years ago
Andy Piper faf9bbbf3a AP_InertialSensor: make the backend fast gyro rate configurable 5 years ago
Andy Piper 61bb42cc0c AP_InertialSensor: allow up to four distinct notch center frequencies to be updated 5 years ago
Andy Piper 8ac79da643 AP_InertialSensor: FFT gyro window would overflow on windows >= 256 5 years ago
Andy Piper d0a241597a AP_InertialSensor: add support for double harmonic notches to more effectively target wider noise peaks 5 years ago
Peter Barker efbf929bc0 AP_InertialSensor: rename APMrover2 to Rover 5 years ago
Andrew Tridgell d772289b0d AP_InertialSensor: added driver for ADIS16470 5 years ago
Andy Piper 0e9b2a26c5 AP_InertialSensor: SITL the raw sample rate is not the same as the sensor rate 5 years ago
Andy Piper 3d9776dd6d AP_InertialSensor: expose statically filtered gyro values for FFT analysis and allow sampling to gyro window for FFT analysis. 5 years ago