From 6e1e60a0cd37b83937962ee36539a51f6a740f79 Mon Sep 17 00:00:00 2001 From: endian11 <Dana_Lee1016@126.com> Date: 星期五, 18 九月 2020 15:46:58 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' into lowprecision --- lib/src/main/cpp/driver_test.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/lib/src/main/cpp/driver_test.h b/lib/src/main/cpp/driver_test.h index d19c35b..6c24bc3 100644 --- a/lib/src/main/cpp/driver_test.h +++ b/lib/src/main/cpp/driver_test.h @@ -225,6 +225,7 @@ void CleanRoadMap(void); void SetRoadMap(road_exam_map &map, vector<scheme_t> &scheme); +void SetRoadExamScheme(vector<scheme_t> &scheme); void SetCarMeasurePoint(double *basePoint, int *axial, int *left_front_tire, int *right_front_tire, int *left_rear_tire, int *right_rear_tire, -- Gitblit v1.8.0