1764 Commits (7a6732fb4b5f7881116f40585acd01bf549a9296)

Author SHA1 Message Date
Jason Short 148da2e4a0 Lead Filter: simplified calculation 13 years ago
Andrew Tridgell 819b6459b2 GPS-UBlox: removed duplicate config messages 13 years ago
Amilcar Lucas 3de23220ed RC_Channel parameters: Fix a typo 13 years ago
Amilcar Lucas 22d2f9ea15 Support up to 7 aux servo outputs 13 years ago
rmackay9 e61cf0e1f9 AP_Mount: added set_manual_rc_channel and set_manual_rc_channel_function to allow input of pitch, roll and yaw controls from a regular RC_Channel (i.e. not RC_Channel_aux) 13 years ago
Amilcar Lucas 461098b289 Replace long with int32_t 13 years ago
Amilcar Lucas 724c5f6490 Use ascending order in the values 13 years ago
Amilcar Lucas 1da0ce20ce Improve parameter documentation, it still does not work, but is an improvement. 13 years ago
Michael Oborne 9e4d118fdb Airspeed Library - fix param names. 13 years ago
Andrew Tridgell feb456de56 Airspeed: Added AP_Airspeed sensor library 13 years ago
rmackay9 acef75319c AP_MotorsMatrix: small bug fix to limit checking on remove_motor call. Fix thanks to Michael Peschel! 13 years ago
rmackay9 669ffb5ef8 RC_Channel_aux: added enable_out method to help stop servos from moving before the mount has initialised. 13 years ago
rmackay9 5616b1769b AP_Camera: changed "int" to "int16_t" and "long" to "int32_t" here and there. 13 years ago
Andreas M. Antonopoulos c73f7ef3ab AP_Limits library, provides modular "limits" such as altitude and geo-fencing. 13 years ago
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