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

#include <vtol_type.h>

Collaboration diagram for Params:

Public Attributes

int32_t idle_pwm_mc
 
int32_t vtol_motor_id
 
int32_t vtol_type
 
bool elevons_mc_lock
 
float fw_min_alt
 
float fw_alt_err
 
float fw_qc_max_pitch
 
float fw_qc_max_roll
 
float front_trans_time_openloop
 
float front_trans_time_min
 
float front_trans_duration
 
float back_trans_duration
 
float transition_airspeed
 
float front_trans_throttle
 
float back_trans_throttle
 
float airspeed_blend
 
bool airspeed_disabled
 
float front_trans_timeout
 
float mpc_xy_cruise
 
int32_t fw_motors_off
 bitmask of all motors that should be off in fixed wing mode More...
 
int32_t diff_thrust
 
float diff_thrust_scale
 

Detailed Description

Definition at line 50 of file vtol_type.h.

Member Data Documentation

◆ airspeed_blend

◆ airspeed_disabled

◆ back_trans_duration

◆ back_trans_throttle

float Params::back_trans_throttle

◆ diff_thrust

int32_t Params::diff_thrust

◆ diff_thrust_scale

float Params::diff_thrust_scale

◆ elevons_mc_lock

◆ front_trans_duration

float Params::front_trans_duration

◆ front_trans_throttle

float Params::front_trans_throttle

◆ front_trans_time_min

◆ front_trans_time_openloop

float Params::front_trans_time_openloop

◆ front_trans_timeout

float Params::front_trans_timeout

◆ fw_alt_err

float Params::fw_alt_err

◆ fw_min_alt

float Params::fw_min_alt

◆ fw_motors_off

int32_t Params::fw_motors_off

bitmask of all motors that should be off in fixed wing mode

Definition at line 70 of file vtol_type.h.

Referenced by VtolAttitudeControl::parameters_update(), and VtolType::set_motor_state().

◆ fw_qc_max_pitch

float Params::fw_qc_max_pitch

◆ fw_qc_max_roll

float Params::fw_qc_max_roll

◆ idle_pwm_mc

◆ mpc_xy_cruise

float Params::mpc_xy_cruise

Definition at line 69 of file vtol_type.h.

Referenced by VtolAttitudeControl::parameters_update().

◆ transition_airspeed

◆ vtol_motor_id

◆ vtol_type

int32_t Params::vtol_type

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