更新:1、kalman_filter_init_2dots函数中量测噪声协方差矩阵R中R[1][0]赋值错误;

2、数据预处理中波位号判断规则修改;
3、数据预处理中增加点迹数量限制,避免超过数组上限;
4、Dot_Coh_TAS::dot_coh_tas_process中增加容器非空判断;
5、d_cal_with_doppler中计算雅可比矩阵改为用预测值计算;
6、tmp_track_to_trust_track中数组索引为负的问题修复;
7、tmp_track_to_trust_track中对容器push_back后在修改元素可能导致无法修改容器中的元素;
8、修改部分参数,适配机扫模式;

Signed-off-by: waiwaylee <waiwaylee@foxmail.com>
This commit is contained in:
2026-07-06 14:21:49 +08:00
parent 28fcf06060
commit e9b8a3245a
9 changed files with 25 additions and 21 deletions
+4 -4
View File
@@ -70,7 +70,7 @@
//#define DATA_RATE_MIDDLE 1
//#define DATA_RATE_FAR 1
#define DATA_RATE_TAS 0.3
#define DATA_RATE_TAS 0.33
#define SIGMA_R 10.0 //测量误差
#define SIGMA_A 0.02
@@ -109,9 +109,9 @@
#define H_F_WIN_LEN 3
#define TAS_QUEUE_LENGTH 4 //Tas调用的cpi数
#define MAX_TAS_NUM 4
#define T_TAS_PRED 0.7
#define TAS_QUEUE_LENGTH 1 //Tas调用的cpi数
#define MAX_TAS_NUM 1
#define T_TAS_PRED 0.33
#define UNCONF_TARGET 0