PX4 Firmware
PX4 Autopilot Software http://px4.io
mission_safe_point_s Struct Reference

Safe Point (Rally Point). More...

#include <navigation.h>

Collaboration diagram for mission_safe_point_s:

Public Attributes

double lat
 
double lon
 
float alt
 
uint8_t frame
 MAV_FRAME. More...
 
uint8_t _padding0 [3]
 padding struct size to alignment boundary More...
 

Detailed Description

Safe Point (Rally Point).

Corresponds to the DM_KEY_SAFE_POINTS dataman item

Definition at line 223 of file navigation.h.

Member Data Documentation

◆ _padding0

uint8_t mission_safe_point_s::_padding0[3]

padding struct size to alignment boundary

Definition at line 229 of file navigation.h.

◆ alt

float mission_safe_point_s::alt

◆ frame

uint8_t mission_safe_point_s::frame

◆ lat

◆ lon


The documentation for this struct was generated from the following file: