16552 Commits (150af130ee12e7826db9ffabd76849f37e5877ee)
 

Author SHA1 Message Date
Andrew Tridgell 150af130ee Plane: get closer to making var_info appear in text segment 10 years ago
Andrew Tridgell 18c37935c9 Plane: convert from .pde to .cpp files 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 daa2c611a9 Rover: fixed APM1 build 10 years ago
Andrew Tridgell 32a5f4c0b5 Rover: added make.inc 10 years ago
Andrew Tridgell 3a28811909 Rover: removed remaining warnings from PX4 build 10 years ago
Andrew Tridgell d8ba16f9cf build: support non-pde projects for PX4 build 10 years ago
Andrew Tridgell b47a09b709 Rover: fixed build of .cpp files 10 years ago
Andrew Tridgell 2b6835d187 Rover: rename all .pde files to .cpp files 10 years ago
Andrew Tridgell 793ec76259 build: support building pure cpp projects 10 years ago
Andrew Tridgell f75e9f95d1 Plane: Adjust for new AP_Scheduler syntax 10 years ago
Andrew Tridgell a5c5ab2581 AntennaTracker: adjust for new AP_Scheduler syntax 10 years ago
Andrew Tridgell 8550c553ca Copter: adjust for new AP_Scheduler syntax 10 years ago
Andrew Tridgell b731ebfd9e Rover: coversion to class now complete 10 years ago
Andrew Tridgell adbf9c362e Rover: automatic substitution for class members 10 years ago
Andrew Tridgell f99186afbc Rover: added initial Rover class 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
Randy Mackay 7668ff6d55 Copter: allow 550usec for gcs_send_deferred 10 years ago
Andrew Tridgell 6be0932d82 Plane: prepare for 3.3.0 release 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
Andrew Tridgell dc1ff9a757 Replay: added in_list() method 10 years ago
Andrew Tridgell 34fe39f17d Replay: force COMPASS_ORIENT to 0 10 years ago
Peter Barker 91b761cfb0 Replay: merge MessageHandler_* into MsgHandler.h/MsgHandler.cpp 10 years ago
Randy Mackay d1808c645d AC_PosControl: recalc leash length on speed or accel change 10 years ago
Andrew Tridgell f08f0ca2f9 Replay: show time of AHRS health 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
Randy Mackay df99d52da3 Copter: adjust scheduler timings 10 years ago