From 76859aa4b23ea8ebd90bd7553fd70e144bdc96ba Mon Sep 17 00:00:00 2001 From: yy1717 <fctom1215@outlook.com> Date: 星期五, 15 五月 2020 15:53:20 +0800 Subject: [PATCH] 坐标 --- lib/src/main/cpp/driver_test.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/lib/src/main/cpp/driver_test.h b/lib/src/main/cpp/driver_test.h index 46a6abc..81d7b1d 100644 --- a/lib/src/main/cpp/driver_test.h +++ b/lib/src/main/cpp/driver_test.h @@ -168,6 +168,7 @@ int targetRoad; int stopFlag; string tts; + bool arrivedTail; Polygon area; // 鏁翠釜閬撹矾鍖哄煙 std::vector<edge_t> leftEdge; std::vector<edge_t> rightEdge; @@ -186,6 +187,8 @@ int id; int road; int active; + int time; // 椤圭洰鏈�澶у畬鎴愭椂闂� + int distance; // 椤圭洰鏈�澶у畬鎴愯窛绂� string tts; Line line; } trigger_line_t; -- Gitblit v1.8.0