45917 Commits (20d928a86a9e237f0d3a7a33b13fa51ba326750d)
 

Author SHA1 Message Date
Andrew Tridgell 2359a5a1ea Tools: fixed stopping of capture on enable change in tempcal 4 years ago
Andrew Tridgell 285b53fe07 AP_InertialSensor: use vector polyfit 4 years ago
Andrew Tridgell a1fb0592a9 AP_Math: specialise polyfit for vectors 4 years ago
Andrew Tridgell c8aaceb6ac AP_LeakDetector: remove warning message on all non-sub builds 4 years ago
Andrew Tridgell 2cf7e7945c autotest: make tempcal debug output clearer 4 years ago
Andrew Tridgell d0d480e858 AP_Compass: fixed matrix inverse for new name 4 years ago
Andrew Tridgell 8278a8a00b AP_AccelCal: rename from review feedback 4 years ago
Andrew Tridgell 2e2ccb40b2 AP_AccelCal: fixed inverse matrix call for new name 4 years ago
Andrew Tridgell 999268cbba AP_Math: fixup matrix algorithms to be in cpp file 4 years ago
bugobliterator 3b3e2c01f8 AP_Math: templatize matrix_alg methods 4 years ago
Andrew Tridgell 6254787c26 Tools: fixed tempcal for when we have gyro cal but no accel cal 4 years ago
Andrew Tridgell e87dbacee7 Tools: switch to fixed reference temperature of 35C 4 years ago
Andrew Tridgell ffe20f7958 AP_InertialSensor: use a fixed reference temperature of 35C 4 years ago
Andrew Tridgell a96b6336b8 Tools: changes from review feedback 4 years ago
Andrew Tridgell dc58b0b950 AP_InertialSensor: changes from review feedback 4 years ago
Andrew Tridgell 9561f24c0e AP_Filesystem: added @SYS/persistent.parm 4 years ago
Andrew Tridgell 5ed19c764e HAL_ChibiOS: expose load_persistent_params for @SYS 4 years ago
Andrew Tridgell 1680e6e7d6 AP_HAL: expose load_persistent_params() in hal.util 4 years ago
Andrew Tridgell c9a83c8127 AP_InertialSensor: added INS_TCAL_OPTIONS 4 years ago
Andrew Tridgell 5c823debc0 HAL_ChibiOS: support saving persistent parameters to bootloader sector 4 years ago
Andrew Tridgell 504f500fae AP_Common: added get_writeable_string to ExpandingString 4 years ago
Andrew Tridgell 1ddc21c9bb AP_InertialSensor: support saving tempcal params persistently 4 years ago
Andrew Tridgell 84dda13b42 autotest: use new learn param setup 4 years ago
Andrew Tridgell 8caea96ab1 AP_InertialSensor: start auto-learning at boot 4 years ago
Andrew Tridgell e8ab8ed29e Tools: improve tempcal script 4 years ago
Andrew Tridgell 30385fb8cb autotest: use set_parameters() in IMU temp cal test 4 years ago
Andrew Tridgell 0c3655b01f autotest: fixed epsilon handling in set_parameters 4 years ago
Andrew Tridgell 7cb7ad3636 AP_InertialSensor: fixed build error 4 years ago
Andrew Tridgell 2e9f61fe49 AP_InertialSensor: fixed IMU index display in msgs 4 years ago
Andrew Tridgell d5b511f4a0 AP_InertialSensor: fixed start timer for temperature in SITL 4 years ago
Andrew Tridgell 30e55d8dfc AP_InertialSensor: cope with user changing TMAX while calibrating 4 years ago
Andrew Tridgell 68526262b7 AP_Arming: don't allow arming during IMU temp cal 4 years ago
Andrew Tridgell e2e97c67ce AP_InertialSensor: catch user attempt to change TMAX during cal 4 years ago
Andrew Tridgell 73e53369e8 AP_Notify: added notify events for temperature calibration 4 years ago
Andrew Tridgell 3fb720354d AP_InertialSensor: added notify events for temperature calibration 4 years ago
Andrew Tridgell cc3579ea5d AP_InertialSensor: change TCAL sampling to be even in temperature 4 years ago
Andrew Tridgell cf47c19c0d Filter: fixed low pass 2p filter to auto-init 4 years ago
Andrew Tridgell 4495414d05 Filter: added reset with value to LowPassFilter2p 4 years ago
Andrew Tridgell 327db46c15 autotest: added automatic testing of IMU Temperature calibration 4 years ago
Andrew Tridgell fc0f8b990a AP_InertialSensor: added online learning of temp cal 4 years ago
Andrew Tridgell 64d9f43d94 AP_Math: added polygon fitting code 4 years ago
Andrew Tridgell 720f9a1de0 AP_Math: cleanup maths functions 4 years ago
Andrew Tridgell 6f6f89e5aa AP_InertialSensor: enable temperature sensor on LSM9DS0 4 years ago
Andrew Tridgell 0c156e324b AP_Compass: enable temperature on lsm303d 4 years ago
Andrew Tridgell c0ba7c29ca SITL: use TCal class for temp adjustment in SITL 4 years ago
Andrew Tridgell 4bdf506d10 AP_InertialSensor: apply 1e-5 scale factor 4 years ago
Andrew Tridgell 0f6f6bac6b AP_InertialSensor: expose TCal class for use in SITL 4 years ago
Andrew Tridgell 7921e042f1 AP_InertialSensor: added IMU temperature calibration support 4 years ago
Andrew Tridgell c4664d8e32 Tools: added script to calculate IMU temp compensation parameters 4 years ago
Andrew Tridgell 580cd143b8 AP_AccelCal: added active() method 4 years ago