1650 Commits (584e7dcda484126b627a516a6f28036bcee244fd)

Author SHA1 Message Date
Michael Oborne a469682b7b fix param config names 13 years ago
Robert Lefebvre ed235a3924 Change to prevent Tricopter servos from going hard-over during Disarmed state. 13 years ago
Robert Lefebvre 8ce9aae2f7 Instituting Yaw Differential on Multirotors. Intent is to stop "rise on yaw input". 13 years ago
Andreas M. Antonopoulos d4a0cb5db1 Added Michael Pursifull's Maxsonar HRLV model support 13 years ago
rmackay9 6f8d0a02a4 AP_Camera: moved seme constructor initialisers around to remove compile warnings 13 years ago
rmackay9 4dd4c95d5c AP_AnalogSource_Arduino: fix to allow analog port to be read to be specified as a "channel" (i.e. A0) 13 years ago
Amilcar Lucas cc02d85cdf AP_Mount: add support for non-spring-loaded joysticks 13 years ago
Amilcar Lucas 9a41cbffdf RC_Channel: improve parameter documentation 13 years ago
Amilcar Lucas 46d20c2d6b Remove unused function, remove unnecessary angle wrapping. 13 years ago
Amilcar Lucas bccb07cbd0 Allow mount control when no AHRS exists 13 years ago
Andrew Tridgell a72f6acef6 AP_Math: added get_distance_cm() to return in centimeters 13 years ago
Andrew Tridgell 165604a55c AHRS: fixed HIL build 13 years ago
Andrew Tridgell 0f9fb2c64b AHRS: added AHRS_GPS_GAIN parameter 13 years ago
Andrew Tridgell e1725e9ea5 AP_Param: added some docs on the eeprom header format 13 years ago
Craig Elder 6d3fdfc03a DataFlash: The current method for checking if chip erase worked is producing false positives. We are forcing the block erase until we have a deterministic test method. 13 years ago
Amilcar Lucas af338939be RC_Channel: Improve documentation 13 years ago
Amilcar Lucas 46552b4222 AP_Mount: Fix radians/degrees scaling regressions 13 years ago
Andrew Tridgell d755fedc26 AnalogSource: prevent a division by zero on zero ADC data 13 years ago
Andrew Tridgell f6d7d1bc59 APM: changed PID library to do automatic deltat calculation 13 years ago
Andrew Tridgell f501503eb0 AP_Baro: improved barometer averaging 13 years ago
Andrew Tridgell 520d762382 Filter: split the DerivativeFilter steps into update() and slope() 13 years ago
Andrew Tridgell 3c7e521f70 AP_Baro: update MS5611 test to use baro library altitude 13 years ago
Andrew Tridgell 302696951a AHRS: make the yaw independent drift correction optional and disable 13 years ago
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