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:
@@ -17,8 +17,8 @@
|
||||
#define CENTER_IMU_L 0.1f
|
||||
#define CENTER_IMU_H -0.055f
|
||||
|
||||
#define VEL_PROCESS_NOISE 25 // 速度过程噪声
|
||||
#define VEL_MEASURE_NOISE 800 // 速度测量噪声
|
||||
#define VEL_PROCESS_NOISE 10 // 速度过程噪声
|
||||
#define VEL_MEASURE_NOISE 2000 // 速度测量噪声
|
||||
// 同时估计加速度和速度时对加速度的噪声
|
||||
// 更好的方法是设置为动态,当有冲击时/加加速度大时更相信轮速
|
||||
#define ACC_PROCESS_NOISE 2000 // 加速度过程噪声
|
||||
|
||||
Reference in New Issue
Block a user