mirror of
https://gitee.com/dlmu-cone/bf_original_balance_chassis
synced 2026-07-24 03:27:45 +08:00
添加速度融合
This commit is contained in:
@@ -12,10 +12,10 @@
|
||||
#define MAX_DIST_TRACK 0.1f
|
||||
#define MAX_VEL_TRACK 0.5f
|
||||
|
||||
#define CENTER_IMU_R 0.09f // IMU距离中心的距离
|
||||
// IMU距离中心的距离
|
||||
#define CENTER_IMU_W 0
|
||||
#define CENTER_IMU_L 0.09f
|
||||
#define CENTER_IMU_H 0
|
||||
#define CENTER_IMU_L 0.1f
|
||||
#define CENTER_IMU_H -0.055f
|
||||
|
||||
#define VEL_PROCESS_NOISE 25 // 速度过程噪声
|
||||
#define VEL_MEASURE_NOISE 800 // 速度测量噪声
|
||||
|
||||
Reference in New Issue
Block a user