1286 Commits (c2fa44d24ee84dfe4c3577a5a066c7c836933bfa)

Author SHA1 Message Date
Andrew Tridgell 73dafe537e SITL: use the new noise model 13 years ago
Andrew Tridgell 5f749325f0 APM_RC: allow the fast RC speed to be passed as a parameter 13 years ago
Andrew Tridgell f4329d2680 AP_Param: ensure we can't have duplicate keys in Parameters.h 13 years ago
Andrew Tridgell 1e8d98cdda I2C: added lockup_count() interface 13 years ago
Andrew Tridgell 37275d229d SITL: implement cli()/sei() properly for desktop build 13 years ago
Jason Short 41b435a487 Updated fastPWM to 490Hz 13 years ago
Pat Hickey 337af0c7a2 AP_Param: nested group recursion into next_group disableable by macro 13 years ago
Pat Hickey 2648694489 AP_Param: One more nexted group recursion disableable by macro 13 years ago
rmackay9 fa34ac076e AP_Compass - fixed compile warning 13 years ago
rmackay9 d81c951849 AP_Baro - fixed small compiler warning to do with order of parameters in constructor 13 years ago
rmackay9 c819a0f68a AP_Compass - fixed small compiler warning to do with order of parameters in constructor 13 years ago
rmackay9 5026b5c192 AP_DCM - fixed small compiler warning to do with order of parameters in constructor 13 years ago
rmackay9 82f81295a7 RC_Channel - fixed small compiler warning 13 years ago
rmackay9 c444cdb3f4 AP_ADC - removed small compiler warning 13 years ago
Pat Hickey eac8b66385 AP_Param: Make nested group recursion disableable by macro 13 years ago
rmackay9 2b6a10d18b AP_RangeFinder - changed example sketch to work with new Filter library 13 years ago
rmackay9 033347f8ee Filter - updated example sketch to use modified library 13 years ago
rmackay9 645fda2fb2 Filter - added AverageFilter, removed SumFilter 13 years ago
Andrew Tridgell cb52b6c6d9 AP_Param: show numerical value in eeprom dump utility 13 years ago
Andrew Tridgell a432232db9 AP_Param: fixed v.load() on a sub-element of a AP_Vector3f 13 years ago
Andrew Tridgell 39797c6f33 SITL: simulate noise on each ADC channel separately 13 years ago
Andrew Tridgell efe5c0142c SITL: raise the ADC noise level to 8 bits when flying 13 years ago
Andrew Tridgell cd4fcb694e IMU: removed unused accel_filtered code 13 years ago
Andrew Tridgell 87a6d97f7b AP_Param: fixed setting of CAM_P_G in ArduCopter 13 years ago
Andrew Tridgell fa443bd928 AP_Param: make the templating code a bit clearer 13 years ago
Andrew Tridgell eb35e0e8ac DCM: fixed the sense of the compass GPS test in initial yaw 13 years ago
rmackay9 297d2ae457 ModeFilter - corrected shadowed variable compiler warning for drop_high_sample 13 years ago
rmackay9 b9b88ba237 Filter - added AverageFilter - this will be used in place of SumFilter because it removes the possibility of overflows 13 years ago
rmackay9 f53ff8de97 Filter - removed shadowing of variables in constructors for Filter, ModeFilter and SumFilter (sorry tridge!) 13 years ago
rmackay9 74f7d7a1c0 ModeFilter - remove older ModeFilter library (new library is now in Filter directory) 13 years ago
rmackay9 f264e29814 AP_RangeFinder - cut over to use new ModeFilter from Filter library 13 years ago
rmackay9 c14d7768f7 Filter - first version of filter library include ModeFilter 13 years ago
rmackay9 952e5d7bbc AP_Mount - #include FastSerial first to allow it to compile under Arduino 1.0 13 years ago
Andrew Tridgell d0a6359b37 Compass: use constructor to set initial values for _learn and _use_for_yaw 13 years ago
Andrew Tridgell 900388a85a DCM: disable compass null offsets when setting initial yaw 13 years ago
Andrew Tridgell f59297d7a7 Compass: catch the case of a user enabling a compass mid-flight 13 years ago
Andrew Tridgell eb71b26d3f DCM: use the new use_for_yaw() compass method 13 years ago
Andrew Tridgell 664622523d Compass: added COMPASS_LEARN and COMPASS_USE parameters 13 years ago
Andrew Tridgell f10097a6d5 AP_Param: added some comments on AP_Vector3f handling 13 years ago
Andrew Tridgell 5e2fbdb6cf DCM: don't reset _have_initial_yaw for GPS heading unless very slow 13 years ago
Andrew Tridgell 2e9105c68a AP_Param: added special handling for Vector3f 13 years ago
Andrew Tridgell d6bfceef7c SITL: added -C option to desktop mode 13 years ago
Andrew Tridgell 54aa8297af libs: removed unused library GPS_IMU 13 years ago
Andrew Tridgell 185ab5aea9 libs: removed unusued library GCS_SIMPLE 13 years ago
Andrew Tridgell 55e33c3359 DCM: tidy up use of error_course and in_motion 13 years ago
Andrew Tridgell ab8cc3d478 DCM: use rotation_matrix_from_euler() to calculate initial yaw 13 years ago
Andrew Tridgell ddeda1c367 DCM: use rotation_matrix_from_euler() in matrix reset 13 years ago
Andrew Tridgell 06f37aad75 DCM: use calculate_euler_angles() to get eulers from DCM 13 years ago
Andrew Tridgell 16ed8bc8f6 AP_Math: added rotmat <-> euler functions 13 years ago
Andrew Tridgell c354879f1f Compass: ensure we don't produce NAN values for compass heading 13 years ago