From 167fa793e915c50ca538e964667e1c6aef250b82 Mon Sep 17 00:00:00 2001 From: Yang Jianchao Date: Wed, 15 Jun 2022 20:05:59 +0800 Subject: [PATCH] =?UTF-8?q?=E8=88=AA=E8=BF=B9=E8=B5=B7=E5=A7=8B=E6=97=B6?= =?UTF-8?q?=EF=BC=8C=E5=8F=AF=E9=9D=A0=E8=88=AA=E8=BF=B9=E7=9A=84=E6=89=8B?= =?UTF-8?q?=E5=8A=A8=E8=BD=AC=E8=B7=9F=E8=B8=AA=E7=BD=AE=E4=B8=BA0?= =?UTF-8?q?=EF=BC=8C=E8=A7=A3=E5=86=B3=E8=88=AA=E8=BF=B9=E8=BD=AC=E4=B8=8D?= =?UTF-8?q?=E6=AD=A3=E5=B8=B8TAS=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Yang Jianchao --- data_process_class_dll/data_process_class_dll.pro.user | 2 +- data_process_class_dll/track_init.cpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/data_process_class_dll/data_process_class_dll.pro.user b/data_process_class_dll/data_process_class_dll.pro.user index 01a6506..981aff8 100644 --- a/data_process_class_dll/data_process_class_dll.pro.user +++ b/data_process_class_dll/data_process_class_dll.pro.user @@ -1,6 +1,6 @@ - + EnvironmentId diff --git a/data_process_class_dll/track_init.cpp b/data_process_class_dll/track_init.cpp index 10b03c8..3e6f576 100644 --- a/data_process_class_dll/track_init.cpp +++ b/data_process_class_dll/track_init.cpp @@ -463,6 +463,7 @@ void Track_Init::tmp_track_to_trust_track(QVector > *tru trust_track_tmp.approach_flag = -1; trust_track_tmp.manual_delete_flag = 0; trust_track_tmp.associate_point_number = 0; + trust_track_tmp.manual_tracking_flag = 0; trust_track_tmp.point_type = 0; trust_track_tmp.u[0]=0.3333; trust_track_tmp.u[1]=0.3333;