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

#include <vehicle_local_position.h>

Collaboration diagram for vehicle_local_position_s:

Public Attributes

uint64_t timestamp
 
uint64_t ref_timestamp
 
double ref_lat
 
double ref_lon
 
float x
 
float y
 
float z
 
float delta_xy [2]
 
float delta_z
 
float vx
 
float vy
 
float vz
 
float z_deriv
 
float delta_vxy [2]
 
float delta_vz
 
float ax
 
float ay
 
float az
 
float yaw
 
float ref_alt
 
float dist_bottom
 
float dist_bottom_rate
 
float eph
 
float epv
 
float evh
 
float evv
 
float vxy_max
 
float vz_max
 
float hagl_min
 
float hagl_max
 
bool xy_valid
 
bool z_valid
 
bool v_xy_valid
 
bool v_z_valid
 
uint8_t xy_reset_counter
 
uint8_t z_reset_counter
 
uint8_t vxy_reset_counter
 
uint8_t vz_reset_counter
 
bool xy_global
 
bool z_global
 
bool dist_bottom_valid
 
uint8_t _padding0 [5]
 

Detailed Description

Definition at line 51 of file vehicle_local_position.h.

Member Data Documentation

◆ _padding0

uint8_t vehicle_local_position_s::_padding0[5]

Definition at line 94 of file vehicle_local_position.h.

◆ ax

float vehicle_local_position_s::ax

◆ ay

float vehicle_local_position_s::ay

◆ az

◆ delta_vxy

float vehicle_local_position_s::delta_vxy[2]

Definition at line 66 of file vehicle_local_position.h.

Referenced by Ekf2::Run().

◆ delta_vz

float vehicle_local_position_s::delta_vz

Definition at line 67 of file vehicle_local_position.h.

Referenced by Ekf2::Run().

◆ delta_xy

float vehicle_local_position_s::delta_xy[2]

Definition at line 60 of file vehicle_local_position.h.

Referenced by Ekf2::Run().

◆ delta_z

float vehicle_local_position_s::delta_z

Definition at line 61 of file vehicle_local_position.h.

Referenced by Ekf2::Run().

◆ dist_bottom

◆ dist_bottom_rate

float vehicle_local_position_s::dist_bottom_rate

◆ dist_bottom_valid

◆ eph

◆ epv

float vehicle_local_position_s::epv

◆ evh

◆ evv

◆ hagl_max

float vehicle_local_position_s::hagl_max

◆ hagl_min

◆ ref_alt

◆ ref_lat

◆ ref_lon

◆ ref_timestamp

◆ timestamp

◆ v_xy_valid

◆ v_z_valid

◆ vx

◆ vxy_max

◆ vxy_reset_counter

uint8_t vehicle_local_position_s::vxy_reset_counter

◆ vy

◆ vz

◆ vz_max

float vehicle_local_position_s::vz_max

◆ vz_reset_counter

uint8_t vehicle_local_position_s::vz_reset_counter

◆ x

◆ xy_global

◆ xy_reset_counter

uint8_t vehicle_local_position_s::xy_reset_counter

◆ xy_valid

◆ y

◆ yaw

◆ z

◆ z_deriv

◆ z_global

◆ z_reset_counter

uint8_t vehicle_local_position_s::z_reset_counter

◆ z_valid


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