mirror of
https://gitee.com/dlmu-cone/tronone-h7-scaffold
synced 2026-07-24 19:37:45 +08:00
代码规范
This commit is contained in:
@@ -266,7 +266,9 @@ void Kalman_Filter_Measure(KalmanFilter_t *kf)
|
||||
// 矩阵H K R根据量测情况自动调整
|
||||
// matrix H K R auto adjustment
|
||||
if (kf->UseAutoAdjustment != 0)
|
||||
{
|
||||
H_K_R_Adjustment(kf);
|
||||
}
|
||||
else
|
||||
{
|
||||
memcpy(kf->z_data, kf->MeasuredVector, sizeof_float * kf->zSize);
|
||||
|
||||
Reference in New Issue
Block a user