From f5c123f6e78b25fb325c391a3c2ffeccf930f316 Mon Sep 17 00:00:00 2001 From: endian11 <Dana_Lee1016@126.com> Date: 星期二, 29 九月 2020 15:55:10 +0800 Subject: [PATCH] Merge branch 'master' of https://gitee.com/endian11/DriveJudge into lowprecision --- lib/src/main/cpp/test_items/stop_and_start.cpp | 2 +- 1 files changed, 1 insertions(+), 1 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 6af91c7..d75ed70 100644 --- a/lib/src/main/cpp/test_items/stop_and_start.cpp +++ b/lib/src/main/cpp/test_items/stop_and_start.cpp @@ -25,7 +25,7 @@ const double SLIDE_DISTANCE_THRESHOLD_RED = 0.3; const double SLIDE_DISTANCE_THRESHOLD_YELLOW = 0.1; const uint32_t CAR_START_TIMEOUT = D_SEC(30); -const uint32_t STOP_CAR_TIME = D_SEC(2); +const uint32_t STOP_CAR_TIME = D_SEC(1); const double EPSILON = 1e-3; -- Gitblit v1.8.0