2013-05-29 20:51:11 -03:00
|
|
|
// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
2010-12-16 23:01:29 -04:00
|
|
|
|
|
|
|
/// @file AP_RangeFinder.h
|
|
|
|
/// @brief Catch-all header that defines all supported RangeFinder classes.
|
|
|
|
|
|
|
|
#include "AP_RangeFinder_SharpGP2Y.h"
|
|
|
|
#include "AP_RangeFinder_MaxsonarXL.h"
|
2012-11-11 11:25:29 -04:00
|
|
|
#include "AP_RangeFinder_MaxsonarI2CXL.h"
|
2013-12-02 07:02:56 -04:00
|
|
|
#include "AP_RangeFinder_PulsedLightLRF.h"
|
2013-02-28 20:19:02 -04:00
|
|
|
#include "AP_RangeFinder_analog.h"
|