| | |
| | | |
| | | using namespace std; |
| | | |
| | | void StartDrivingCurve(void); |
| | | void StopDrivingCurve(void); |
| | | int TestDrivingCurve(vector<int>&err, const Polygon *map, const Polygon *map2, const car_model_cache_t *car, double speed, int run_status); |
| | | void StartDrivingCurve(int moveDirect, const struct RtkTime *rtkTime); |
| | | |
| | | int TestDrivingCurve(const Polygon *map, const Polygon *map2, const car_model *car, const car_model *carPrev, double speed, int moveDirect, const struct RtkTime *rtkTime); |
| | | |
| | | #endif //RTKDRIVERTEST_DRIVING_CURVE_H |