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

#include <vehicle_land_detected.h>

Collaboration diagram for vehicle_land_detected_s:

Public Attributes

uint64_t timestamp
 
float alt_max
 
bool freefall
 
bool ground_contact
 
bool maybe_landed
 
bool landed
 
bool in_ground_effect
 
uint8_t _padding0 [7]
 

Detailed Description

Definition at line 51 of file vehicle_land_detected.h.

Member Data Documentation

◆ _padding0

uint8_t vehicle_land_detected_s::_padding0[7]

Definition at line 60 of file vehicle_land_detected.h.

◆ alt_max

◆ freefall

bool vehicle_land_detected_s::freefall

◆ ground_contact

bool vehicle_land_detected_s::ground_contact

◆ in_ground_effect

bool vehicle_land_detected_s::in_ground_effect

Definition at line 59 of file vehicle_land_detected.h.

Referenced by Ekf2::Run(), and land_detector::LandDetector::Run().

◆ landed

◆ maybe_landed

◆ timestamp

uint64_t vehicle_land_detected_s::timestamp

Definition at line 53 of file vehicle_land_detected.h.

Referenced by land_detector::LandDetector::Run().


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