ardupilot/libraries/AP_AHRS
Andrew Tridgell 0ccaa5bcba AP_AHRS: 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
..
examples/AHRS_Test AP_AHRS: removed create() method for objects 2017-12-14 08:12:28 +11:00
AP_AHRS.cpp AP_AHRS: clarify scope of AHRS_GPS_USE parameter 2017-11-20 13:53:36 +09:00
AP_AHRS.h AP_AHRS: implement get_hgt_ctrl_limit on base class 2017-12-08 11:27:37 +09:00
AP_AHRS_DCM.cpp AP_AHRS: improved init attitdue in DCM 2017-12-12 11:39:38 +11:00
AP_AHRS_DCM.h AP_AHRS: removed create() method for objects 2017-12-14 08:12:28 +11:00
AP_AHRS_NavEKF.cpp AP_AHRS: fixed a bug with startup ordering of SITL 2017-12-13 14:09:39 +11:00
AP_AHRS_NavEKF.h AP_AHRS: removed create() method for objects 2017-12-14 08:12:28 +11:00
AP_AHRS_View.cpp AP_AHRS: fixed wrap of yaw in AHRS_View 2017-04-17 12:15:19 +10:00
AP_AHRS_View.h AP_AHRS: added optional skip_ins_update to AHRS::update() 2017-04-03 13:04:11 +09:00