ardupilot/libraries/AP_RangeFinder/AP_RangeFinder.h
2011-09-04 06:55:58 +00:00

8 lines
257 B
C

// -*- 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"