249 Commits (3610cfe24c9bb7bea5f5b03fb5c092cb7237548e)

Author SHA1 Message Date
Emile Castelnuovo 06744ea7d2 AP_InertialSensor: new files and definitions for VRBRAIN board 11 years ago
Andrew Tridgell 2763393908 AP_InertialSensor: fixed some compiler warnings 11 years ago
Andrew Tridgell 731f980327 AP_InertialSensor: fixed example build 11 years ago
Jonathan Challinger e81d2e9584 AP_InertialSensor: Correct out-of-bounds array access that was causing SITL to crash 11 years ago
Andrew Tridgell 2c85a7ba56 AP_InertialSensor: expose get_primary_accel() for use in AHRS 11 years ago
Andrew Tridgell 840f1b9a1e AP_InertialSensor: make HIL timing more accurate 11 years ago
Andrew Tridgell 6732d6c79b AP_InertialSensor: enable get_accel_count() and get_gyro_count() APIs for HIL 11 years ago
Andrew Tridgell 0e18079c47 AP_InertialSensor: allow HIL sensors to support multiple instances 11 years ago
Randy Mackay 33fe778cdd InertialSensor_PX4: resolve compiler warning 11 years ago
Andrew Tridgell fe0cb23733 AP_InertialSensor: fixed HIL for 400Hz INS 11 years ago
Mike McCauley 2c94a40310 AP_InertialSensor: AP_InertialSensor_Flymaple Remove unnecessary 11 years ago
Mike McCauley dd6abb49a9 AP_InertialSensor: AP_InertialSensor_Flymaple::healthy() was required after 11 years ago
Mike McCauley 0a43cf8c5c AP_InertialSensor: AP_InertialSensor_Flymaple removed redundant definition of 11 years ago
Mike McCauley f7279aa13f AP_InertialSensor: AP_InertialSensor_Flymaple implement get_gyro_health 11 years ago
Andrew Tridgell f9d0747750 AP_InertialSensor: fixed example build 11 years ago
Andrew Tridgell 3617c65af7 AP_InertialSensor: make HIL treat time like PX4 does 11 years ago
Andrew Tridgell b1c5f23bbd AP_InertialSensor: make get_delta_time() const 11 years ago
Randy Mackay b7565affcd INS: add support for 400hz for PX4 11 years ago
Andrew Tridgell a95a3142e0 AP_InertialSensor: use fixed size arrays 11 years ago
Andrew Tridgell 045efdb084 AP_InertialSensor: fixed example builds 11 years ago
Andrew Tridgell 58d3729d16 AP_InertialSensor: fixed default health functions 11 years ago
Don Gagne 68b3b31499 Param doc typo 11 years ago
Randy Mackay 965e5b2dfd INS: check for good calibration for 10seconds 11 years ago
Randy Mackay 1f76ada9dd INS: shortened gyro calibration 11 years ago
Randy Mackay a400ddeb88 INS: replace APM with vehicle in accel calibrate 11 years ago
Andrew Tridgell 8dd34f8bc4 AP_InertialSensor: fixed example build 11 years ago
Andrew Tridgell 6d39cf5e49 AP_InertialSensor: another attempt at fixing the spurious bad gyro health warnings 11 years ago
Andrew Tridgell 99e2dc87c9 AP_InertialSensor: prevent INS healthy errors while initialising 11 years ago
Andrew Tridgell 23a112c5d5 AP_InertialSensor: reduce the number of format string warnings 11 years ago
Andrew Tridgell 433ad19335 AP_InertialSensor: fixed loop limits 11 years ago
Andrew Tridgell e54fc6b8e3 AP_InertialSensor: make sure we wait for a sample before update() 11 years ago
Andrew Tridgell cba0cb963a AP_InertialSensor: auto-failover to working gyro and accel 11 years ago
Andrew Tridgell a0688a69d4 AP_InertialSensor: generalise the accel/gyro calibration for N sensors 11 years ago
Andrew Tridgell d9b6f7f0f7 AP_InertialSensor: implement up to two sensors on PX4 11 years ago
Andrew Tridgell 2753449e75 AP_InertialSensor: added support for multiple accel/gyro devices 11 years ago
Randy Mackay fd9b115d01 INS: move Product ID to @User Advanced 11 years ago
Andrew Tridgell 71bb462ad0 AP_InertialSensor: use fabsf() 11 years ago
Andrew Tridgell aef9289476 AP_InertialSensor: added INS_PRODUCT_ID values 11 years ago
Andrew Tridgell f10a4b04ae AP_InertialSensor: make PX4 healthy call _get_sample() 11 years ago
Andrew Tridgell 80def01fbe AP_InertialSensor: fixed semaphore error on startup for MPU6000 11 years ago
Andrew Tridgell f5299e2e11 AP_InertialSensor: added healthy check for PX4 and HIL 11 years ago
Andrew Tridgell 9ecd889e9d AP_InertialSensor: detect bad MPU6000 SPI transactions and lower bus speed 11 years ago
Andrew Tridgell b98bcbf715 AP_InertialSensor: automatically lower bus speed on mpu6k bad reads 11 years ago
Andrew Tridgell bdc40cc7df AP_InertialSensor: try to lower SPI bus speed on errors 11 years ago
Andrew Tridgell 1cd070a2e7 AP_InertialSensor: use const reference returns 11 years ago
Andrew Tridgell f4dde44b8d AP_InertialSensor: SITL doesn't use Oilpan code any more 11 years ago
Mike McCauley fe6cacf081 AP_InertialSensor: Minor correction to comments in AP_InertialSensor_Flymaple.cpp 11 years ago
Andrew Tridgell 7831113f84 AP_InertialSensor: yield the CPU for the right time in wait_for_sample() 11 years ago
Andrew Tridgell 8532e2bff8 AP_InertialSensor: fixed timing of PX4 sensor samples 11 years ago
Andrew Tridgell 9833900f91 AP_InertialSensor: run MPU6000 sensor register reads at 8MHz 11 years ago