From 24428a1b69afcf113883e9cede1159443201a1b8 Mon Sep 17 00:00:00 2001 From: yy1717 <fctom1215@outlook.com> Date: 星期四, 02 四月 2020 18:57:07 +0800 Subject: [PATCH] 进出科目二区域调整 --- lib/src/main/cpp/driver_test.h | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/lib/src/main/cpp/driver_test.h b/lib/src/main/cpp/driver_test.h index 684e996..0cc5aa0 100644 --- a/lib/src/main/cpp/driver_test.h +++ b/lib/src/main/cpp/driver_test.h @@ -21,7 +21,13 @@ #define TIRE_OUTSIDE 0 #define TIRE_INSIDE 1 #define AXIAL_FRONT 0 -#define AXIAL_REAR 1 +#define AXIAL_REAR 1 + +#define MAP_TYPE_PARK_BUTTOM 1 +#define MAP_TYPE_STOP_START 2 +#define MAP_TYPE_PART_EDGE 3 +#define MAP_TYPE_CURVE 4 +#define MAP_TYPE_TURN_90 5 using namespace std; -- Gitblit v1.8.0