mirror of
https://gitee.com/dlmu-cone/bf_original_balance_chassis
synced 2026-07-24 19:47:44 +08:00
增大抗劈叉增益,增大速度测量噪声,减小过程噪声,多相信加速度计
This commit is contained in:
@@ -160,8 +160,8 @@ void BalanceInit()
|
||||
|
||||
// 抗劈叉
|
||||
PID_Init_Config_s anti_crash_pid_conf = {
|
||||
.Kp = 8,
|
||||
.Kd = 2,
|
||||
.Kp = 10,
|
||||
.Kd = 1,
|
||||
.Ki = 0.0,
|
||||
.MaxOut = 10,
|
||||
.DeadBand = 0.001f,
|
||||
|
||||
Reference in New Issue
Block a user