mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
b64f9ed964
AP_OpticalFlow.h becomes simply a file that includes all other optical flow header files. OpticalFlow class simplified to only return surface quality, raw output and velocity vector.
8 lines
252 B
C
8 lines
252 B
C
// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
|
|
/// @file AP_OpticalFlow.h
|
|
/// @brief Catch-all header that defines all supported optical flow classes.
|
|
|
|
#include "AP_OpticalFlow_ADNS3080.h"
|
|
#include "AP_OpticalFlow_PX4.h"
|