From d05c25aa4823e9d2aa812e9c0e3d1d66bb9861dd Mon Sep 17 00:00:00 2001
From: fctom1215 <fctom1215@outlook.com>
Date: 星期六, 29 八月 2020 10:47:17 +0800
Subject: [PATCH] 坐标
---
lib/src/main/cpp/test_items2/change_lane.cpp | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/lib/src/main/cpp/test_items2/change_lane.cpp b/lib/src/main/cpp/test_items2/change_lane.cpp
index e4d927a..83e5f5e 100644
--- a/lib/src/main/cpp/test_items2/change_lane.cpp
+++ b/lib/src/main/cpp/test_items2/change_lane.cpp
@@ -18,6 +18,7 @@
{
maxMoveDistance = ReadOdo();
start = true;
+ DEBUG("鍙橀亾寮�濮嬮噷绋� %ld", maxMoveDistance);
}
void StartChaneLaneExam(int ori_lane)
@@ -41,7 +42,7 @@
if (ReadOdo() - maxMoveDistance > 100) {
// 瓒呰溅鏈畬鎴�
- DEBUG("瓒呰溅鍥哄畾璺濈鍐呮湭瀹屾垚");
+ DEBUG("鍙橀亾鍥哄畾璺濈鍐呮湭瀹屾垚 褰撳墠閲岀▼ %ld", ReadOdo());
AddExamFault(3, rtkTime);
return false;
}
--
Gitblit v1.8.0