44 Commits (52715c5d16e1e98ce12beaf58eb205bdb0442809)

Author SHA1 Message Date
Mathieu OTHACEHE 152edf7189 Global: remove mode line from headers 8 years ago
Lucas De Marchi 9c6bd38e91 AP_InertialSensor: sanitize includes 9 years ago
Andrew Tridgell ccd915eb67 AP_InertialSensor: moved raw gyro and accel logging to common code 9 years ago
Andrew Tridgell 75ea8f3dc0 AP_InertialSensor: removed "have sample" logic from drivers 9 years ago
Andrew Tridgell 0e4bab74ba AP_InertialSensor: simplify sensor backends 9 years ago
Lucas De Marchi 5244559010 Minimize AP_Progmem.h includes 9 years ago
Gustavo Jose de Sousa 4e83f7b02c AP_InertialSensor: PX4: don't calculate delta angle 9 years ago
Gustavo Jose de Sousa f769a39449 AP_InertialSensor: PX4: don't calculate delta velocity 9 years ago
Gustavo Jose de Sousa 7789aec85b AP_InertialSensor: standardize inclusion of libaries headers 10 years ago
Andrew Tridgell f831c16238 AP_InertialSensor: use fixed sensor sample times 10 years ago
Jonathan Challinger 423160eaf8 AP_InertialSensor: publish delta_velocity_dt 10 years ago
Andrew Tridgell 3d7d46b9b0 AP_InertialSensor: replaced INS_MPU6K_FILTER with INS_ACCEL_FILTER and INS_GYRO_FILTER 10 years ago
Andrew Tridgell 5d0eb49114 AP_InertialSensor: calculate queue depth based on requested sample rate 10 years ago
Jonathan Challinger bc655ff0cc AP_InertialSensor_PX4: add optional debug 10 years ago
Jonathan Challinger 074ee49cd0 AP_InertialSensor_PX4: interleave accel and gyro samples by time 10 years ago
Jonathan Challinger addf80b669 AP_InertialSensor_PX4: explicitly configure sensors, publish deltas 10 years ago
Emile Castelnuovo dae32984f1 AP_InertialSensor: use PX4 library for VRBRAIN boards. 10 years ago
LukeMike 6a93148b92 AP_InertialSensor: added library for VRBRAIN Inertial Sensor 10 years ago
Andrew Tridgell aeaa3c1e04 AP_InertialSensor: fixed build for VRBrain 10 years ago
Andrew Tridgell a047d1f569 AP_InertialSensor: moved default filter and sample_rate to frontend 10 years ago
Andrew Tridgell d48beb0c0f AP_InertialSensor: converted PX4 driver to new API 10 years ago
Andrew Tridgell 2c85a7ba56 AP_InertialSensor: expose get_primary_accel() for use in AHRS 11 years ago
Randy Mackay 33fe778cdd InertialSensor_PX4: resolve compiler warning 11 years ago
Andrew Tridgell b1c5f23bbd AP_InertialSensor: make get_delta_time() const 11 years ago
Andrew Tridgell 6d39cf5e49 AP_InertialSensor: another attempt at fixing the spurious bad gyro health warnings 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 f10a4b04ae AP_InertialSensor: make PX4 healthy call _get_sample() 11 years ago
Andrew Tridgell f5299e2e11 AP_InertialSensor: added healthy check for PX4 and HIL 11 years ago
Andrew Tridgell 8532e2bff8 AP_InertialSensor: fixed timing of PX4 sensor samples 11 years ago
Andrew Tridgell e5e4cdee18 AP_InertialSensor: added wait_for_sample() API call 12 years ago
Andrew Tridgell 14636e1cdf AP_InertialSensor: changed num_samples_available() to sample_available() 12 years ago
Andrew Tridgell e5ad9dbd15 AP_InertialSensor: switch PX4 driver to fixed time per sample model 12 years ago
Andrew Tridgell 38fe89d661 AP_InertialSensor: switch to non-averaging system for PX4 IMUs 12 years ago
Andrew Tridgell 46c5d18585 AP_InertialSensor: disable averaging on FMUv2 12 years ago
Andrew Tridgell 76e20150e9 AP_InertialSensor: ensure parent class is initialised in instance classes 12 years ago
Andrew Tridgell 1121254606 AP_InertialSensor: added filter frequency support to PX4 driver 12 years ago
Andrew Tridgell 5643c371b9 AP_InertialSensor: removed unused new_data_available() and temperature() APIs 12 years ago
Andrew Tridgell f60d657f72 AP_InertialSensor: added timer for accumulating samples for PX4 12 years ago
Andrew Tridgell 3d0cb755d2 AP_InertialSensor: user a timer to drive data collection on PX4 12 years ago
Andrew Tridgell 16d72ca160 AP_InertialSensor: update PX4 driver to use read() method 12 years ago
Andrew Tridgell 6142eac4b4 AP_InertialSensor: simplify get_delta_time() API 12 years ago
Andrew Tridgell ae09b31176 AP_InertialSensor: added PX4 gyro/accel driver 12 years ago