PX4 Firmware
PX4 Autopilot Software http://px4.io
|
Provides functions for handling the geofence. More...
#include <float.h>
#include <px4_platform_common/module_params.h>
#include <drivers/drv_hrt.h>
#include <lib/ecl/geo/geo.h>
#include <px4_platform_common/defines.h>
#include <uORB/Subscription.hpp>
#include <uORB/topics/home_position.h>
#include <uORB/topics/vehicle_global_position.h>
#include <uORB/topics/vehicle_gps_position.h>
#include <uORB/topics/vehicle_air_data.h>
Go to the source code of this file.
Classes | |
class | Geofence |
struct | Geofence::PolygonInfo |
Macros | |
#define | GEOFENCE_FILENAME PX4_STORAGEDIR"/etc/geofence.txt" |
Provides functions for handling the geofence.
Definition in file geofence.h.
#define GEOFENCE_FILENAME PX4_STORAGEDIR"/etc/geofence.txt" |
Definition at line 55 of file geofence.h.
Referenced by Navigator::custom_command(), Geofence::loadFromFile(), and Navigator::run().