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

#include <vehicle_attitude_setpoint.h>

Collaboration diagram for vehicle_attitude_setpoint_s:

Public Attributes

uint64_t timestamp
 
float roll_body
 
float pitch_body
 
float yaw_body
 
float yaw_sp_move_rate
 
float q_d [4]
 
float thrust_body [3]
 
bool q_d_valid
 
bool roll_reset_integral
 
bool pitch_reset_integral
 
bool yaw_reset_integral
 
bool fw_control_yaw
 
uint8_t apply_flaps
 
uint8_t _padding0 [6]
 

Detailed Description

Definition at line 54 of file vehicle_attitude_setpoint.h.

Member Data Documentation

◆ _padding0

uint8_t vehicle_attitude_setpoint_s::_padding0[6]

Definition at line 69 of file vehicle_attitude_setpoint.h.

◆ apply_flaps

◆ fw_control_yaw

◆ pitch_body

◆ pitch_reset_integral

bool vehicle_attitude_setpoint_s::pitch_reset_integral

◆ q_d

◆ q_d_valid

◆ roll_body

◆ roll_reset_integral

bool vehicle_attitude_setpoint_s::roll_reset_integral

◆ thrust_body

◆ timestamp

◆ yaw_body

◆ yaw_reset_integral

bool vehicle_attitude_setpoint_s::yaw_reset_integral

◆ yaw_sp_move_rate


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