ardupilot/libraries/AP_OpticalFlow
Lucas De Marchi 40fd1b346c global: remove rangefinder from AP_AHRS_NavEKF
AP_AHRS_NavEKF doesn't use the rangefinder, it just delegates the
calls to the right estimator.

For libraries/AP_AHRS/examples/AHRS_Test/AHRS_Test.cpp the initialization
order has also been modified to match the order on vehicles. It's more
correct since it passes a reference when EKF2/EKF3 are already
constructed, while thos constructors use a pointer.  Ideally these
should be moved to an init() method though, or use a get_instance().
2017-09-26 03:01:21 +01:00
..
examples/AP_OpticalFlow_test global: remove rangefinder from AP_AHRS_NavEKF 2017-09-26 03:01:21 +01:00
AP_OpticalFlow_Onboard.cpp AP_OpticalFlow: BBBmini remove onboard OpticalFlow 2017-03-07 22:48:48 -08:00
AP_OpticalFlow_Onboard.h AP_OpticalFlow_Onboard: remove gyro_cb 2017-01-23 21:23:16 +11:00
AP_OpticalFlow_Pixart_SROM.h AP_OpticalFlow: support pixart 3901 2017-06-16 17:14:10 +01:00
AP_OpticalFlow_Pixart.cpp AP_OpticalFlow: support pixart 3901 2017-06-16 17:14:10 +01:00
AP_OpticalFlow_Pixart.h AP_OpticalFlow: support pixart 3901 2017-06-16 17:14:10 +01:00
AP_OpticalFlow_PX4Flow.cpp AP_OpticalFlow: px4flow retries init 10 times at startup 2017-08-23 11:19:14 +09:00
AP_OpticalFlow_PX4Flow.h Global: change Device::PeriodicCb signature 2017-01-14 10:03:54 +11:00
AP_OpticalFlow_SITL.cpp AP_OpticalFlow: fix warning in SITL compilation 2017-01-02 15:58:32 +09:00
AP_OpticalFlow_SITL.h AP_OpticalFlow: added SITL flow driver as normal driver 2016-11-28 08:26:56 +11:00
AP_OpticalFlow.h Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
keywords.txt OptFlow: fixup line endings 2014-04-15 15:57:33 +09:00
OpticalFlow_backend.cpp AP_OpticalFlow: added _applyYaw method to backend 2016-11-28 08:26:57 +11:00
OpticalFlow_backend.h AP_OpticalFlow: rename BUS_ID parameter to ADDR 2017-08-23 11:19:14 +09:00
OpticalFlow.cpp AP_OpticalFlow: init checks if enabled 2017-08-23 11:19:14 +09:00
OpticalFlow.h AP_OpticalFlow: minor order declaration change 2017-08-23 11:19:14 +09:00