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

#include <home_position.h>

Collaboration diagram for home_position_s:

Public Attributes

uint64_t timestamp
 
double lat
 
double lon
 
float alt
 
float x
 
float y
 
float z
 
float yaw
 
bool valid_alt
 
bool valid_hpos
 
bool manual_home
 
uint8_t _padding0 [1]
 

Detailed Description

Definition at line 51 of file home_position.h.

Member Data Documentation

◆ _padding0

uint8_t home_position_s::_padding0[1]

Definition at line 64 of file home_position.h.

◆ alt

◆ lat

◆ lon

◆ manual_home

bool home_position_s::manual_home

Definition at line 63 of file home_position.h.

Referenced by Commander::handle_command(), and Commander::run().

◆ timestamp

◆ valid_alt

◆ valid_hpos

bool home_position_s::valid_hpos

◆ x

float home_position_s::x

◆ y

float home_position_s::y

Definition at line 58 of file home_position.h.

Referenced by Commander::run(), and MavlinkStreamHomePosition::send().

◆ yaw

float home_position_s::yaw

◆ z


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