APM:Libraries
Classes | Macros
AP_Proximity.h File Reference
#include <AP_Common/AP_Common.h>
#include <AP_HAL/AP_HAL.h>
#include <AP_Param/AP_Param.h>
#include <AP_Math/AP_Math.h>
#include <AP_SerialManager/AP_SerialManager.h>
#include <AP_RangeFinder/AP_RangeFinder.h>
Include dependency graph for AP_Proximity.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  AP_Proximity
 
struct  AP_Proximity::Proximity_Distance_Array
 
struct  AP_Proximity::Proximity_State
 

Macros

#define PROXIMITY_MAX_INSTANCES   1
 
#define PROXIMITY_YAW_CORRECTION_DEFAULT   22
 
#define PROXIMITY_MAX_IGNORE   6
 
#define PROXIMITY_MAX_DIRECTION   8
 
#define PROXIMITY_SENSOR_ID_START   10
 

Macro Definition Documentation

◆ PROXIMITY_MAX_DIRECTION

#define PROXIMITY_MAX_DIRECTION   8

◆ PROXIMITY_MAX_IGNORE

#define PROXIMITY_MAX_IGNORE   6

◆ PROXIMITY_MAX_INSTANCES

#define PROXIMITY_MAX_INSTANCES   1

◆ PROXIMITY_SENSOR_ID_START

#define PROXIMITY_SENSOR_ID_START   10

Definition at line 28 of file AP_Proximity.h.

Referenced by GCS_MAVLINK::send_proximity().

◆ PROXIMITY_YAW_CORRECTION_DEFAULT

#define PROXIMITY_YAW_CORRECTION_DEFAULT   22

Definition at line 25 of file AP_Proximity.h.