ardupilot/libraries/AC_PrecLand
Andrew Tridgell 9ba8097502 AC_PrecLand: removed create() method for objects
See discussion here:

  https://github.com/ArduPilot/ardupilot/issues/7331

we were getting some uninitialised variables. While it only showed up in
AP_SbusOut, it means we can't be sure it won't happen on other objects,
so safest to remove the approach

Thanks to assistance from Lucas, Peter and Francisco
2017-12-14 08:12:28 +11:00
..
AC_PrecLand.cpp AC_PrecLand: Use SI units conventions in parameter units 2017-05-17 18:07:25 +10:00
AC_PrecLand.h AC_PrecLand: removed create() method for objects 2017-12-14 08:12:28 +11:00
AC_PrecLand_Backend.h AC_PrecLand: added BUS parameter for precision landing 2017-04-14 08:47:39 +10:00
AC_PrecLand_Companion.cpp AC_PrecLand: add override and fix formatting 2017-02-03 17:26:42 +09:00
AC_PrecLand_Companion.h AC_PrecLand: add override and fix formatting 2017-02-03 17:26:42 +09:00
AC_PrecLand_IRLock.cpp AC_PrecLand: added BUS parameter for precision landing 2017-04-14 08:47:39 +10:00
AC_PrecLand_IRLock.h AC_PrecLand: build IRLock on all boards 2017-03-29 14:45:49 +09:00
AC_PrecLand_SITL.cpp AC_PrecLand: Update for AHRS NED changes 2017-02-13 09:23:14 +11:00
AC_PrecLand_SITL.h AC_PrecLand: add override and fix formatting 2017-02-03 17:26:42 +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
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