Ardupilot2/libraries/AC_PrecLand
Randy Mackay 7fbdaa3c65 AC_PrecLand: LAG to float and use main loop rate
also includes other changes from peer review:

- check_inertia_buffer renamed to init_inertial_buffer and nullptr checks removed to make it more clear this should only be called once
- init_inertial_buffer made private
- add check that inertial_buffer_size is never less than 1
- fixup comments
2018-09-21 16:38:35 +09:00
..
AC_PrecLand_Backend.h AC_PrecLand: replace AP_InertialNav by AHRS 2018-04-17 17:21:35 +09:00
AC_PrecLand_Companion.cpp AC_PrecLand: use AHRS singleton, remove pointless initialisations 2018-08-17 21:14:57 +09:00
AC_PrecLand_Companion.h AC_PrecLand: use AHRS singleton, remove pointless initialisations 2018-08-17 21:14:57 +09:00
AC_PrecLand_IRLock.cpp AC_PrecLand: use AHRS singleton, remove pointless initialisations 2018-08-17 21:14:57 +09:00
AC_PrecLand_IRLock.h AC_PrecLand: build IRLock on all boards 2017-03-29 14:45:49 +09:00
AC_PrecLand_SITL_Gazebo.cpp AC_PrecLand: added BUS parameter for precision landing 2017-04-14 08:47:39 +10:00
AC_PrecLand_SITL_Gazebo.h AC_PrecLand: add override and fix formatting 2017-02-03 17:26:42 +09:00
AC_PrecLand_SITL.cpp AC_PrecLand: use AHRS singleton, remove pointless initialisations 2018-08-17 21:14:57 +09:00
AC_PrecLand_SITL.h AC_PrecLand: use AHRS singleton, remove pointless initialisations 2018-08-17 21:14:57 +09:00
AC_PrecLand.cpp AC_PrecLand: LAG to float and use main loop rate 2018-09-21 16:38:35 +09:00
AC_PrecLand.h AC_PrecLand: LAG to float and use main loop rate 2018-09-21 16:38:35 +09:00
PosVelEKF.cpp AC_PrecLand: add ekf to estimate vehicle-relative target velocity 2016-10-14 10:46:05 +09:00
PosVelEKF.h Global: remove mode line from headers 2016-10-24 09:42:01 -02:00