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

#include <position_controller_landing_status.h>

Collaboration diagram for position_controller_landing_status_s:

Public Attributes

uint64_t timestamp
 
float horizontal_slope_displacement
 
float slope_angle_rad
 
float flare_length
 
bool abort_landing
 
uint8_t _padding0 [3]
 

Detailed Description

Definition at line 51 of file position_controller_landing_status.h.

Member Data Documentation

◆ _padding0

uint8_t position_controller_landing_status_s::_padding0[3]

Definition at line 58 of file position_controller_landing_status.h.

◆ abort_landing

bool position_controller_landing_status_s::abort_landing

◆ flare_length

float position_controller_landing_status_s::flare_length

◆ horizontal_slope_displacement

float position_controller_landing_status_s::horizontal_slope_displacement

◆ slope_angle_rad

float position_controller_landing_status_s::slope_angle_rad

◆ timestamp

uint64_t position_controller_landing_status_s::timestamp

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