mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-06 16:49:51 +08:00
adding pitch weight for tailsitters
This commit is contained in:
@@ -118,10 +118,11 @@ private:
|
||||
|
||||
float _airspeed_tot; /** speed estimation for propwash controlled surfaces */
|
||||
float _roll_weight_mc; /**< multicopter desired roll moment weight */
|
||||
float _pitch_weight_mc; /**< multicopter desired pitch moment weight */
|
||||
float _yaw_weight_mc; /**< multicopter desired yaw moment weight */
|
||||
|
||||
/** not sure about it yet ?! **/
|
||||
const float _min_front_trans_dur; /**< min possible time in which rotors are rotated into the first position */
|
||||
float _min_front_trans_dur; /**< min possible time in which rotors are rotated into the first position */
|
||||
|
||||
|
||||
/** should this anouncement stay? **/
|
||||
|
||||
Reference in New Issue
Block a user