2010-12-16 23:01:29 -04:00
|
|
|
// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: t -*-
|
|
|
|
|
|
|
|
/// @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-02-28 20:19:02 -04:00
|
|
|
#include "AP_RangeFinder_analog.h"
|