ardupilot/libraries/AP_Landing
Andrew Tridgell 645508224f AP_Landing: 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
..
AP_Landing_Deepstall.cpp AP_Landing: Support absolute altitude deepstalls 2017-11-19 16:48:17 +01:00
AP_Landing_Deepstall.h AP_Landing: Support absolute altitude deepstalls 2017-11-19 16:48:17 +01:00
AP_Landing_Slope.cpp AP_Landing: eliminate GCS_MAVLINK::send_statustext_all 2017-07-11 23:53:53 +01:00
AP_Landing.cpp AP_Landing: Implement is_on_approach for deepstall 2017-11-04 10:07:16 +11:00
AP_Landing.h AP_Landing: removed create() method for objects 2017-12-14 08:12:28 +11:00