|
PX4 Firmware
PX4 Autopilot Software http://px4.io
|
Handles mission items, geo fencing and failsafe navigation behavior. More...
#include "navigator.h"#include <float.h>#include <sys/stat.h>#include <dataman/dataman.h>#include <drivers/drv_hrt.h>#include <lib/ecl/geo/geo.h>#include <lib/mathlib/mathlib.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 <systemlib/mavlink_log.h>Go to the source code of this file.
Namespaces | |
| navigator | |
Macros | |
| #define | GEOFENCE_CHECK_INTERVAL 200000 |
Functions | |
| __EXPORT int | navigator_main (int argc, char *argv[]) |
| navigator app start / stop handling function More... | |
Variables | |
| Navigator * | navigator::g_navigator |
Handles mission items, geo fencing and failsafe navigation behavior.
Published the position setpoint triplet for the position controller.
Definition in file navigator_main.cpp.
| #define GEOFENCE_CHECK_INTERVAL 200000 |
Definition at line 68 of file navigator_main.cpp.
Referenced by Navigator::run().
| int navigator_main | ( | int | argc, |
| char * | argv[] | ||
| ) |
navigator app start / stop handling function
Definition at line 1093 of file navigator_main.cpp.
References main().