From babb05583f59eb5e2c853168490f54fc7261e84a Mon Sep 17 00:00:00 2001 From: lizhanwei <Dana_Lee1016@126.com> Date: 星期六, 28 三月 2020 14:44:00 +0800 Subject: [PATCH] uuuu --- lib/src/main/cpp/test_items/stop_and_start.cpp | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/lib/src/main/cpp/test_items/stop_and_start.cpp b/lib/src/main/cpp/test_items/stop_and_start.cpp index 0acc552..91a9b0b 100644 --- a/lib/src/main/cpp/test_items/stop_and_start.cpp +++ b/lib/src/main/cpp/test_items/stop_and_start.cpp @@ -101,6 +101,8 @@ double dis1 = DistanceOfHead2Stopline(map, car); double dis2 = DistanceOfTire2Edge(map, car); + DEBUG("DIS1 = %f DIS2 = %f", dis1, dis2); + if (dis1 > STOP_DISTANCE_THRESHOLD_RED) { // 璺濈鍋滄绾垮墠鍚庤秴鍑�50鍘樼背 AddExamFault(12, rtkTime); -- Gitblit v1.8.0