PX4 Firmware
PX4 Autopilot Software http://px4.io
|
Land detection algorithm. More...
#include <drivers/drv_hrt.h>
#include <px4_platform_common/px4_config.h>
#include <px4_platform_common/defines.h>
#include <px4_platform_common/posix.h>
#include <px4_platform_common/tasks.h>
#include "FixedwingLandDetector.h"
#include "MulticopterLandDetector.h"
#include "RoverLandDetector.h"
#include "VtolLandDetector.h"
Go to the source code of this file.
Namespaces | |
land_detector | |
Functions | |
__EXPORT int | land_detector::land_detector_main (int argc, char *argv[]) |
Variables | |
static char | land_detector::_currentMode [12] |
Land detection algorithm.
Definition in file land_detector_main.cpp.