1627 Commits (75772b83cf4793bfcc4991c852a326c097eec624)

Author SHA1 Message Date
Andrew Tridgell 8c5ef3e60f AHRS: only enable barometer for AHRS if it is smooth enough 13 years ago
Andrew Tridgell ec0995eea1 SITL: lower baro noise a bit 13 years ago
Andrew Tridgell 6534dab719 Filter: fixed DerivativeFilter example build 13 years ago
Andrew Tridgell d29b6ce0a8 SITL: run the HIL barometer at 80Hz to match APM2 13 years ago
Andrew Tridgell 209136386b AP_Baro: added get_pressure_samples() interface 13 years ago
Andrew Tridgell 1a42b10255 Filter: fixed typo in 9 point DerivativeFilter 13 years ago
Andrew Tridgell 185c6e5b32 AP_Baro: change to a 7 point DerivativeFilter for climb rate 13 years ago
Andrew Tridgell 75470dc912 Filter: cope with non-uniform time steps in the DerivativeFilter 13 years ago
Andrew Tridgell f03ba86d9d SITL: add some minimal noise when motors are off 13 years ago
Andrew Tridgell 60caaa4b04 MAVLink: remove MAVLink 0.9 protocol support 13 years ago
Andrew Tridgell 2cd6da2539 AHRS: only use GPS for yaw when compass is not being used 13 years ago
Andrew Tridgell adfa97b6f8 AHRS: enable barometer for vertical velocity 13 years ago
Andrew Tridgell f9fc7aafe7 AP_Baro: use DerivativeFilter in barometer climb rate 13 years ago
Andrew Tridgell f19e5a6273 Filter: added DerivativeFilter implementation 13 years ago
Andrew Tridgell 9f8703274c AP_Baro: show climb rate in baro test sketch 13 years ago
rmackay9 b5f47f5e63 AP_Motors: clarified some doxygen descriptions for TradHeli 13 years ago
Amilcar Lucas 0febf76d9d Document++ 13 years ago
Amilcar Lucas e9c72822dc Remove unused function 13 years ago
Andrew Tridgell c35a2e999b SITL: added SIM_GPS_DELAY parameter 13 years ago
rmackay9 faeda3713e AP_AHRS: removed DCM_test example sketch 13 years ago
Andrew Tridgell 3849ca8b5c AHRS: make DCM drift correction not rely on accurate yaw 13 years ago
Andrew Tridgell 1cd8c54f21 AP_Math: cope with co-located waypoints in location_passed_point() 13 years ago
Andrew Tridgell 468dfe3faa AP_Math: the windows arduino build is missing acosf() 13 years ago
Andrew Tridgell 0bdce404a5 AP_Math: add include of math.h 13 years ago
Andrew Tridgell be9b9f3e67 DataFlash: fixed SITL build 13 years ago
Andrew Tridgell dd24330645 DataFlash: fallback to BlockErase if ChipErase fails 13 years ago
Andrew Tridgell dd200cba31 Math: added location functions to math library 13 years ago
Andrew Tridgell 1314e4f872 AHRS: make P gain on PI roll/pitch controller tunable 13 years ago
Andrew Tridgell 060cbe2030 AP_Mount: removed unused enum 13 years ago
Andrew Tridgell 99b11e4f19 Mount: enable mount control via eeprom parameters 13 years ago
Andrew Tridgell 057eb5e6f6 Baro: average over all pressure/temperature samples on MS5611 13 years ago
Andrew Tridgell f70cd71791 Baro: fixed build of MS5611 test code 13 years ago
Andrew Tridgell 769011e947 AnalogSource: added some example code 13 years ago
Andrew Tridgell 1fdcc3e8f0 SITL: added support for new analog source 13 years ago
Andrew Tridgell c8befe4536 AnalogSource: make the Arduino AnalogSource interrupt driven 13 years ago
Andrew Tridgell 136c03c3c0 AHRS: include the P terms in get_gyro() 13 years ago
Andrew Tridgell acc6adf6e9 MPU6k: removed an unused variable 13 years ago
Andrew Tridgell ed691fc465 SITL: added SITL class for controlling simulation 13 years ago
Andrew Tridgell 16c55c64d4 AHRS: don't add the P terms in _omega 13 years ago
Andrew Tridgell 37fc6c46b9 AHRS: disable barometer for vertical acceleration 13 years ago
Andrew Tridgell 58c4d458dc AHRS: re-instate new DCM drift correction code 13 years ago
Andrew Tridgell fd241692d0 AHRS: revert to the old drift correction algorithm 13 years ago
Andrew Tridgell a6543f1e84 SITL: removed an unused variable 13 years ago
Andrew Tridgell 5bccfbd94c Barometer: fixed airstart for APM 13 years ago
Andrew Tridgell 8e044a560b AHRS: include P term in omega 13 years ago
Andrew Tridgell 37e2f2ee2c AHRS: implement spin rate limits 13 years ago
Andrew Tridgell e4a245179c AHRS: cope with copters with no compass 13 years ago
Andrew Tridgell f4faf941e2 GPS: test the more modern MTK16 13 years ago
Andrew Tridgell 27761737ce SITL: fixed GPS heading in simulated UBlox 13 years ago
Andrew Tridgell b811653800 SITL: changes UBlox simulation to 5Hz 13 years ago