59 Commits (3a582663fb2d6928c14e408ebcd037616d041541)

Author SHA1 Message Date
James Bielman 5631f865b2 Update floating point calculations to use floats instead of doubles. 12 years ago
Andrew Tridgell 3ac3aeb1b1 AHRS: fixed build on ARM 12 years ago
rmackay9 1c08f176ea AP_AHRS: add get_accel_ef method to return earth frame accelerometer values for use in ArduCopter's inertial nav and accel based throttle 12 years ago
Andrew Tridgell ceb3f577d8 libraries: use new math functions 12 years ago
Andrew Tridgell 8b6ad6d559 SITL: removed SITL_debug() 12 years ago
Andrew Tridgell 5840ded767 AHRS: removed constrain() defines 12 years ago
Pat Hickey 9bf69d4e0d AP_AHRS: port to AP_HAL 12 years ago
Andrew Tridgell 8561f08b2f AP_AHRS: prevent a large delta_t from affecting DCM solution 12 years ago
rmackay9 83ae8e47be AP_AHRS: replace IMU with INS and add roll and pitch trim 12 years ago
Andrew Tridgell fe47990dab AP_AHRS: removed the 6 sats min 12 years ago
Andrew Tridgell 6a24bdec05 AP_AHRS: require at least 6 satellites to use the GPS for velocity 12 years ago
Andrew Tridgell ea40432235 AP_AHRS: use GPS vertical velocity when available 12 years ago
Andrew Tridgell 00bf548f87 AHRS: limit wind speed estimate changes 13 years ago
Andrew Tridgell ccf8ba3ce9 DCM: limit the contribution of the baro to vertical acceleration 13 years ago
Andrew Tridgell fba1692d69 AHRS: added AHRS_BARO_USE parameter 13 years ago
Andrew Tridgell de28cc8b28 AHRS: added AHRS_WIND_MAX option 13 years ago
Andrew Tridgell 2be785899b AHRS: added airspeed_estimate() function 13 years ago
uncrustify 31a4442904 uncrustify libraries/AP_AHRS/AP_AHRS_DCM.cpp 13 years ago
Andrew Tridgell 134cd51d17 AHRS: moved var_info[] into top level AP_AHRS class 13 years ago
Andrew Tridgell ac72db8f00 AHRS: added set_fast_gains() method 13 years ago
Andrew Tridgell 14cdbd36cb AHRS: check for bad values in the error before they can affect DCM 13 years ago
Andrew Tridgell d9cc967508 AHRS: force an extra read of the compass on startup 13 years ago
Andrew Tridgell 19a5d11669 AHRS: use airspeed for wind in forward flight 13 years ago
Andrew Tridgell f5b7ae213c AHRS: added AHRS_GPS_USE parameter 13 years ago
Andrew Tridgell 779dacfd24 AHRS: added wind estimation code 13 years ago
Andrew Tridgell af4071894e AHRS: added long-term dead-reckoning 13 years ago
Andrew Tridgell 898a5af692 AP_Param: update AHRS for new constructor syntax 13 years ago
rmackay9 468170b589 AP_AHRS_DCM: moved var_info to belong to AP_AHRS_DCM instead of AP_AHRS 13 years ago
Jonathan Challinger 9cd98e79dd AHRS: normalise GA_b before computing error vector only if too large 13 years ago
Andrew Tridgell 5f5ab9c07c AHRS: if we don't have gps correction enabled, zero the yaw correction 13 years ago
Andrew Tridgell c937738732 AHRS: allow the gps/accelerometers to control yaw when rolled 13 years ago
Michael Oborne a469682b7b fix param config names 13 years ago
Andrew Tridgell 0f9fb2c64b AHRS: added AHRS_GPS_GAIN parameter 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 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 3849ca8b5c AHRS: make DCM drift correction not rely on accurate yaw 13 years ago
Andrew Tridgell 1314e4f872 AHRS: make P gain on PI roll/pitch controller tunable 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 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 3a41ad8e7c AHRS: normalize the ge vector in drift correction, and use barometer 13 years ago
Jonathan Challinger d230690b7b AHRS: brought DCM more inline with Bill's implementation 13 years ago
Andrew Tridgell d4c8041c51 AHRS: first successful version of Bills new drift correction system 13 years ago
Andrew Tridgell 0f5c22bd8e AHRS: implement Bills new drift correction algorithm 13 years ago