1593 Commits (c8befe4536a56269e5af3607e4e29223fb2802b5)

Author SHA1 Message Date
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
Andrew Tridgell e4d28b12e5 Compass: remove the need to call calculate() on the compass object 13 years ago
Andrew Tridgell 3a41ad8e7c AHRS: normalize the ge vector in drift correction, and use barometer 13 years ago
Andrew Tridgell c387edd74c Baro: added get_altitude() and get_climb_rate() interfaces 13 years ago
Andrew Tridgell 06c8763881 Filter: added 5 point average float filter 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 4d08f75292 AHRS: update for new _fly_forward flag 13 years ago
Andrew Tridgell 0f5c22bd8e AHRS: implement Bills new drift correction algorithm 13 years ago
Andrew Tridgell 52d77407d4 AHRS: added GPS support to AHRS test 13 years ago
Andrew Tridgell 37db5247cd GPS: added velocity and acceleration components 13 years ago
Andrew Tridgell fe865bc1dc Math: added comment 13 years ago
Andrew Tridgell c30b0d85a3 Math: moved more template functions to the .cpp files 13 years ago
rmackay9 068fe64b9b ArduCopter HIL: changed calls to setHIL to send in time as a uint32_t (it was a float) 13 years ago
Jason Short 7b9583453b Added a crude Lead Filter. Needs some fine tuning, lag specification, scaling. Works great on 4hz GPS such as Mtek. 13 years ago
Amilcar Lucas 78ccb9d37f Add linebreaks to increase readability. 13 years ago
Amilcar Lucas b072a59843 Improve parameters descriptive text 13 years ago
Amilcar Lucas 594cedd324 Documentation improvements, no functional changes (only comments) 13 years ago
Amilcar Lucas f4e9587aca Move local temp variables to the stack it saves 1952 bytes 13 years ago
Wingspinner d09ac5899b Added support for channel curves (and expo) to AP_RC_Channel class. Also updated AP_RC_Channel example/test to demonstrate and test new functionality 13 years ago
Wingspinner b699c77323 Added support for channel curves (and expo) to AP_RC_Channel class. Also updated AP_RC_Channel example/test to demonstrate and test new functionality 13 years ago
Andrew Tridgell a851c53de4 GPS: need pgmspace.h for _write_progstr_block() 13 years ago
Andrew Tridgell 70f18289c5 GPS: fixed auto-config of UBlox setup with no UBX messages 13 years ago
Andrew Tridgell 1fe297ab63 FastSerial: added tx_pending() method 13 years ago
Amilcar Lucas 1906e06b69 Added camera trigger functionality 13 years ago
Amilcar Lucas a32b7c200b Add "3 axis camera stabilization" and "point camera to 3D point" functionality 13 years ago
Amilcar Lucas 5ffd489d87 Spellcheck 13 years ago
rmackay9 1e38b0d535 AP_GPS_NMEA: fix from Roberto Navoni to improve NMEA accuracy 13 years ago
Andrew Tridgell f9560ef093 GPS: use the new nav_setting in a couple of the sample sketches 13 years ago
Andrew Tridgell 33a2ad7e07 GPS: add stub settings for nav_setting in the other GPS drivers 13 years ago
Andrew Tridgell 514be604a5 GPS: added auto-configuration of UBlox GPS 13 years ago
Andrew Tridgell 9c1ce9e1c5 FastSerial: avoid buffer re-allocation on re-open if possible 13 years ago
Andrew Tridgell cf4e56457b SITL: map() is a C++ function, so needs to be in C++ part of the header 13 years ago
Andrew Tridgell cbf477addd GPS: added debug code to the main GPS class 13 years ago
Andrew Tridgell a8bfc5d8e9 GPS: re-open the serial port with a 256 byte serial receive buffer 13 years ago