mirror of https://github.com/ArduPilot/ardupilot
11 lines
379 B
C
11 lines
379 B
C
// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
|
|
/// @file AP_RangeFinder.h
|
|
/// @brief Catch-all header that defines all supported RangeFinder classes.
|
|
|
|
#include "AP_RangeFinder_SharpGP2Y.h"
|
|
#include "AP_RangeFinder_MaxsonarXL.h"
|
|
#include "AP_RangeFinder_MaxsonarI2CXL.h"
|
|
#include "AP_RangeFinder_PulsedLightLRF.h"
|
|
#include "AP_RangeFinder_analog.h"
|