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

#include <position_setpoint.h>

Collaboration diagram for position_setpoint_s:

Public Attributes

uint64_t timestamp
 
double lat
 
double lon
 
float x
 
float y
 
float z
 
float vx
 
float vy
 
float vz
 
float alt
 
float yaw
 
float yawspeed
 
float loiter_radius
 
float pitch_min
 
float a_x
 
float a_y
 
float a_z
 
float acceptance_radius
 
float cruising_speed
 
float cruising_throttle
 
bool valid
 
uint8_t type
 
bool position_valid
 
bool velocity_valid
 
uint8_t velocity_frame
 
bool alt_valid
 
bool yaw_valid
 
bool yawspeed_valid
 
int8_t landing_gear
 
int8_t loiter_direction
 
bool acceleration_valid
 
bool acceleration_is_force
 
bool allow_weather_vane
 
uint8_t _padding0 [7]
 

Detailed Description

Definition at line 61 of file position_setpoint.h.

Member Data Documentation

◆ _padding0

uint8_t position_setpoint_s::_padding0[7]

Definition at line 96 of file position_setpoint.h.

◆ a_x

float position_setpoint_s::a_x

Definition at line 77 of file position_setpoint.h.

Referenced by Mission::position_setpoint_equal().

◆ a_y

float position_setpoint_s::a_y

Definition at line 78 of file position_setpoint.h.

Referenced by Mission::position_setpoint_equal().

◆ a_z

float position_setpoint_s::a_z

Definition at line 79 of file position_setpoint.h.

Referenced by Mission::position_setpoint_equal().

◆ acceleration_is_force

bool position_setpoint_s::acceleration_is_force

Definition at line 94 of file position_setpoint.h.

Referenced by Mission::position_setpoint_equal().

◆ acceleration_valid

bool position_setpoint_s::acceleration_valid

Definition at line 93 of file position_setpoint.h.

Referenced by Mission::position_setpoint_equal().

◆ acceptance_radius

◆ allow_weather_vane

bool position_setpoint_s::allow_weather_vane

◆ alt

◆ alt_valid

bool position_setpoint_s::alt_valid

Definition at line 88 of file position_setpoint.h.

Referenced by Mission::position_setpoint_equal().

◆ cruising_speed

◆ cruising_throttle

◆ landing_gear

int8_t position_setpoint_s::landing_gear

Definition at line 91 of file position_setpoint.h.

Referenced by FlightTaskAuto::_evaluateTriplets().

◆ lat

◆ loiter_direction

◆ loiter_radius

◆ lon

◆ pitch_min

◆ position_valid

bool position_setpoint_s::position_valid

◆ timestamp

uint64_t position_setpoint_s::timestamp

◆ type

◆ valid

◆ velocity_frame

uint8_t position_setpoint_s::velocity_frame

◆ velocity_valid

◆ vx

◆ vy

◆ vz

float position_setpoint_s::vz

◆ x

float position_setpoint_s::x

◆ y

float position_setpoint_s::y

◆ yaw

◆ yaw_valid

◆ yawspeed

float position_setpoint_s::yawspeed

◆ yawspeed_valid

bool position_setpoint_s::yawspeed_valid

◆ z

float position_setpoint_s::z

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