ardupilot/libraries/AP_OpticalFlow
Randy Mackay 4aef64c153 OpticalFlow_Linux: reworked driver
remove PANICs from init
return semaphore if init fails
add successful initialisation check before attempting to read from sensor
structure made private where possible
formatting fixes
check I2C reads succeed
add request_measurement to request sensor to produce measurement
quit after 20 of previous 40 reads fail
throttle reads to 10hz max
2015-08-07 15:51:11 +09:00
..
examples/AP_OpticalFlow_test AP_OpticalFlow: convert example from .pde to .cpp 2015-06-01 17:07:06 +10:00
AP_OpticalFlow.h AP_OpticalFlow: split library into frontend/backend 2015-01-03 14:16:33 +11:00
AP_OpticalFlow_HIL.cpp AP_OpticalFlow: split library into frontend/backend 2015-01-03 14:16:33 +11:00
AP_OpticalFlow_HIL.h AP_OpticalFlow: split library into frontend/backend 2015-01-03 14:16:33 +11:00
AP_OpticalFlow_Linux.cpp OpticalFlow_Linux: reworked driver 2015-08-07 15:51:11 +09:00
AP_OpticalFlow_Linux.h OpticalFlow_Linux: reworked driver 2015-08-07 15:51:11 +09:00
AP_OpticalFlow_PX4.cpp AP_OpticalFlow: Add parameter to compensate for flow sensor yaw angle 2015-04-10 11:07:31 +09:00
AP_OpticalFlow_PX4.h AP_OpticalFlow: split library into frontend/backend 2015-01-03 14:16:33 +11:00
OpticalFlow.cpp AP_OpticalFlow: Add support for Linux 2015-08-07 15:50:41 +09:00
OpticalFlow.h AP_OpticalFlow: Add support for Linux 2015-08-07 15:50:41 +09:00
OpticalFlow_backend.cpp AP_OpticalFlow: split library into frontend/backend 2015-01-03 14:16:33 +11:00
OpticalFlow_backend.h AP_OpticalFlow: Add parameter to compensate for flow sensor yaw angle 2015-04-10 11:07:31 +09:00
keywords.txt OptFlow: fixup line endings 2014-04-15 15:57:33 +09:00