27242 Commits (74eb7a724381ca4147eae669a4c7e500366ec7b6)
 

Author SHA1 Message Date
Andrew Tridgell 74eb7a7243 AP_InertialSensor: make SITL sensor rate match a Pixhawk1 8 years ago
Andrew Tridgell 25cd16a275 AP_InertialSensor: fixed LSM303D registered sample rate 8 years ago
Andrew Tridgell 28030dd85c AP_AHRS: use SIM_ODOM_ENABLE to enable visual odom in SITL 8 years ago
Andrew Tridgell 67404e9660 SITL: added SIM_ODOM_ENABLE 8 years ago
Andrew Tridgell 56aa467d60 AP_Scheduler: adjust debug levels 8 years ago
Andrew Tridgell 5c62e4f4c2 GCS_MAVLink: don't use more than 1ms sending parameters 8 years ago
Andrew Tridgell f465c37c65 GCS_MAVLink: added async parameter sending 8 years ago
Andrew Tridgell 5c4ca3bf0b GCS_MAVLink: added send_queued_parameters() 8 years ago
Andrew Tridgell 58861eb51c Sub: use common send_queued_parameters() 8 years ago
Andrew Tridgell 2706c9d57a Plane: use common send_queued_parameters() 8 years ago
Andrew Tridgell 22791b7272 Copter: use common send_queued_parameters() 8 years ago
Andrew Tridgell 37585f213a Rover: use common send_queued_parameters() 8 years ago
Andrew Tridgell 005797c327 AntennaTracker: use common send_queued_parameters() 8 years ago
Andrew Tridgell f778954b84 GCS_MAVLink: split parameter functions into a separate file 8 years ago
Andrew Tridgell 60e4c0eb98 AP_Param: make count_parameters() thread safe 8 years ago
Andrew Tridgell 49b18819ce Copter: enable channels in ESC calibration 8 years ago
Andrew Tridgell 84114d067a SRV_Channels: added SRV_Channels::enable_by_mask() 8 years ago
Andrew Tridgell 2c4975ba31 AP_Motors: removed cork/push from AP_Motors 8 years ago
Andrew Tridgell 5c028897a3 HAL_VRBrain: cope with nested cork/push 8 years ago
Andrew Tridgell 266f99db93 HAL_QURT: cope with nested cork/push 8 years ago
Andrew Tridgell 9bdb6838e6 HAL_PX4: cope with nested cork/push 8 years ago
Andrew Tridgell 9b297ef5a1 HAL_Linux: fixed nested cork/push 8 years ago
Andrew Tridgell 2ba6e7af35 Copter: fixed aux servos in RC failsafe 8 years ago
Andrew Tridgell f257a869ac HAL_SITL: make cork/push safe to call nested 8 years ago
Andrew Tridgell 351304ebcb Plane: don't set fly-forward when transitioning 8 years ago
priseborough 2d4eee0cce AP_NavEKF2: documentation update 8 years ago
priseborough 4a898037e9 AP_NavEKF3: documentation update 8 years ago
Andrew Tridgell a04aff7a7d AP_NavEKF3: added inter-EKF scheduling cooperation 8 years ago
Andrew Tridgell 2de8777669 AP_NavEKF2: added inter-EKF scheduling cooperation 8 years ago
Andrew Tridgell e62fdad12c AP_InertialSensor: added get_last_update_usec() 8 years ago
Andrew Tridgell e78f55ef9b AP_AHRS: change order of EK2/EK3 update 8 years ago
Andrew Tridgell 36a633bc7a Sub: call BoardConfig.init_safety() at end of startup 8 years ago
Andrew Tridgell 3eeff938b0 Plane: call BoardConfig.init_safety() at end of startup 8 years ago
Andrew Tridgell 10b89db498 Copter: call BoardConfig.init_safety() at end of startup 8 years ago
Andrew Tridgell c5d17a9d92 Rover: call BoardConfig.init_safety() at end of startup 8 years ago
Andrew Tridgell f151fd3691 AntennaTracker: call BoardConfig.init_safety() at end of startup 8 years ago
Andrew Tridgell 4c36c77db1 AP_BoardConfig: split setup of safety switch init init_safety() 8 years ago
Randy Mackay b1bd3f0364 AC_WPNav: yaw points along leash 8 years ago
Peter Barker ca5bf02d7c autotest: quote words as they go into generated ritw file 8 years ago
Andrew Tridgell 55ac480e91 Tools: added decode_devid.py 8 years ago
priseborough 8ead9d6b19 DataFlash: Add logging of average EKF time step min/max 8 years ago
priseborough 0bf50fd56f AP_NavEKF3: Add monitoring of average EKF time step 8 years ago
priseborough e48f46c98b AP_NavEKF2: Add monitoring of average EKF time step 8 years ago
priseborough 7d777485d8 AP_NavEKF: Add monitoring of average EKF time step 8 years ago
priseborough 3ce81967ae AP_NavEKF3: Improve calculation and use of average EKF time step 8 years ago
priseborough 7abf9997e6 AP_NavEKF3: Correctly initialise dtIMUavg time step and apply LPF 8 years ago
Andrew Tridgell 4ce0a8e24e GCS_MAVLink: time limit GCS update() calls 8 years ago
Mark Whitehorn dc10675965 ArduPlane: suppress differential thrust when throttle is zero 8 years ago
priseborough 1301b9797a AP_NavEKF3: Fix solution validity reporting bug 8 years ago
priseborough 082f429da3 AP_NavEKF2: Fix solution validity reporting bug 8 years ago