mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-22 18:27:35 +08:00
Set acro to allowed max values
This commit is contained in:
committed by
Kabir Mohammed
parent
f692b87232
commit
890c415ff2
@@ -35,9 +35,9 @@ then
|
||||
param set MC_YAWRATE_D 0.0
|
||||
param set MC_YAW_FF 0.5
|
||||
|
||||
param set MC_ACRO_R_MAX 1080.0
|
||||
param set MC_ACRO_P_MAX 1080.0
|
||||
param set MC_ACRO_Y_MAX 1080.0
|
||||
param set MC_ACRO_R_MAX 1000.0
|
||||
param set MC_ACRO_P_MAX 1000.0
|
||||
param set MC_ACRO_Y_MAX 1000.0
|
||||
|
||||
param set MC_TPA_BREAK_P 0.5
|
||||
param set MC_TPA_BREAK_D 0.7
|
||||
|
||||
Reference in New Issue
Block a user