fctom1215
2020-03-08 25bdbfbf6f4c9f1530be74fc194ad1dd0a13e8c9
lib/src/main/cpp/test_items/driving_curve.h
@@ -11,6 +11,7 @@
using namespace std;
void StartDrivingCurve(int moveDirect, const struct RtkTime *rtkTime);
bool ExitDrivingCurveArea(const Polygon *map, const Polygon *map2, const car_model *car);
int TestDrivingCurve(const Polygon *map, const Polygon *map2, const car_model *car, const car_model *carPrev, double speed, int moveDirect, const struct RtkTime *rtkTime);