mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
mc_att_control_main: use correct type for params (int -> int32_t)
This commit is contained in:
@@ -261,13 +261,13 @@ private:
|
|||||||
float acro_superexpo; /**< function parameter for superexpo stick curve shape */
|
float acro_superexpo; /**< function parameter for superexpo stick curve shape */
|
||||||
float rattitude_thres;
|
float rattitude_thres;
|
||||||
|
|
||||||
int32_t vtol_type; /**< 0 = Tailsitter, 1 = Tiltrotor, 2 = Standard airframe */
|
int32_t vtol_type; /**< 0 = Tailsitter, 1 = Tiltrotor, 2 = Standard airframe */
|
||||||
bool vtol_opt_recovery_enabled;
|
bool vtol_opt_recovery_enabled;
|
||||||
float vtol_wv_yaw_rate_scale; /**< Scale value [0, 1] for yaw rate setpoint */
|
float vtol_wv_yaw_rate_scale; /**< Scale value [0, 1] for yaw rate setpoint */
|
||||||
|
|
||||||
int bat_scale_en;
|
int32_t bat_scale_en;
|
||||||
|
|
||||||
int board_rotation;
|
int32_t board_rotation;
|
||||||
|
|
||||||
float board_offset[3];
|
float board_offset[3];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user