7855 Commits (4e117bc90f0fae17eed36fd2903e2b669f931b21)

Author SHA1 Message Date
Andrew Tridgell 4e117bc90f HAL_SITL: support last_letter simulator 10 years ago
Andrew Tridgell b35c21fbe2 SITL: fixed socket recv error check 10 years ago
Andrew Tridgell e487d95c1b SITL: added direct support for last_letter simulator 10 years ago
Robert Lefebvre bcc3fa0526 AC_HELI_PID: Pass default FF param setting in constructor 10 years ago
Robert Lefebvre 73bafa131e AP_MotorsHeli: Overload output() 10 years ago
Robert Lefebvre d3ce68a8ca AP_MotorsHeli: Overload update_throttle_filter() 10 years ago
Peter Barker 6299a8c90d autotest: drain control socket in SITL 10 years ago
Andrew Tridgell cd66ce1c74 HAL_SITL: don't advance clock on garbage SIM input 10 years ago
Andrew Tridgell 605b8b4ece AP_Math: converted rotations example to cpp 10 years ago
Andrew Tridgell 062c9406bd AP_Math: fixed rotations example build 10 years ago
Andrew Tridgell a1a3212131 AP_Common: moved NOINLINE define to AP_Common.h 10 years ago
Andrew Tridgell fb97c16a84 AP_Param: make data pointer const 10 years ago
Andrew Tridgell 84726e4a3a GCS_MAVLink: use APM_BUILD_DELEGATES 10 years ago
Andrew Tridgell f8aef57ec3 DataFlash: use APM_BUILD_DELEGATES 10 years ago
Andrew Tridgell 0847bd2608 AP_Scheduler: use APM_BUILD_DELEGATES 10 years ago
Andrew Tridgell e7ba2c8d93 AP_Mission: use APM_BUILD_DELEGATES 10 years ago
Andrew Tridgell 3a300575bc AP_Menu: use APM_BUILD_DELEGATES 10 years ago
Andrew Tridgell 98d2b9b3aa AP_Vehicle: added APM_BUILD_DELEGATES macro 10 years ago
Andrew Tridgell c3aa8d67fa AP_Arming: convert to delegates 10 years ago
Andrew Tridgell 71b550d7b5 GCS_MAVLink: support member functions for rover 10 years ago
Andrew Tridgell b5d930be61 DataFlash: support member functions for rover 10 years ago
Andrew Tridgell 1237772479 AP_Scheduler: support member functions for rover 10 years ago
Andrew Tridgell 12cbf7888f AP_Mission: support member functions for rover 10 years ago
Andrew Tridgell db13f657a8 AP_Menu: support member functions for rover 10 years ago
Andrew Tridgell e1e85ecc3d AP_Progmem: simpler PROGMEM header 10 years ago
Andrew Tridgell abfb601db6 AP_Progmem: added pgm_read_block() 10 years ago
Andrew Tridgell d57fcf7e46 AP_HAL: added workaround for AVR delegates in PROGMEM 10 years ago
Andrew Tridgell be587beedc AP_HAL: disable nagle on sockets for faster local operation 10 years ago
Andrew Tridgell b0932548d8 AP_GPS: enable NMEA GPS on AntennaTracker 10 years ago
Andrew Tridgell 411a96b4b3 AP_NavEKF: take at most 30s to accept DCM attitude 10 years ago
Andrew Tridgell 7a76f72bf5 AP_AHRS: added uptime_ms() interface 10 years ago
ziltoid2 23787cf695 AP_Baro: use ground_temperature instead of calibration_temperature for alt calculation 10 years ago
Andrew Tridgell 92c4c5cbcf AP_NavEKF: change using_gps threshold to 4s 10 years ago
Paul Riseborough 69ca654194 AP_NavEKF: Update declination when we know our location 10 years ago
Paul Riseborough c1c5e3598a AP_NavEKF: Enforce alignment of realigned earth mag field with declination 10 years ago
Paul Riseborough b1d8805114 AP_NavEKF: Reduce takeoff detection sensitivity 10 years ago
Randy Mackay d1808c645d AC_PosControl: recalc leash length on speed or accel change 10 years ago
Andrew Tridgell 5514a9f690 AP_NavEKF: base EKF decisions on vehicle class 10 years ago
Andrew Tridgell 92daa15ccc AP_AHRS: on plane and rover make AHRS unhealthy when EKF not initialised 10 years ago
Andy Piper c600c1a746 DataFlash: log Gyro and Accel Health for IMUs. 10 years ago
Andrew Tridgell 0619247992 HAL_Linux: don't advance time in delay() and delay_microseconds() 10 years ago
Andrew Tridgell 29f0561ce4 AP_AHRS: reject EKF for plane when we have GPS and aren't fusing 10 years ago
Andrew Tridgell 6154db5cf8 AP_NavEKF: added using_gps status bit 10 years ago
Randy Mackay 0077cac1b7 AC_WPNav: rename stop to brake 10 years ago
Andrew Tridgell 80c20b5cf2 DataFlash: use L for latitude/longitude in DF messages 10 years ago
Tom Pittenger e987173ffb AP_NavEKF: float to double promotion via tan instead of tanf 10 years ago
Tom Pittenger 5f677c2b5b AP_Math: float to double promotion via cos instead of cosf 10 years ago
Tom Pittenger 7b95241306 AP_HAL_SITL: float to double promotion via cos instead of cosf 10 years ago
Tom Pittenger 4f1dd2c8a4 AC_AttitudeControl: compiler warning stuff 10 years ago
Andrew Tridgell aaa35bd1ec AP_InertialSensor: using atan2f() gives more accurate euler corrections 10 years ago