lizhanwei
2020-01-15 f1101b1dc17cdd8bd2e94c0ec4ffb3767adb6444
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//
// Created by YY on 2019/10/23.
//
 
#ifndef RTKDRIVERTEST_PARK_BOTTOM_H
#define RTKDRIVERTEST_PARK_BOTTOM_H
 
#include "../Geometry.h"
#include "../driver_test.h"
#include <vector>
 
using namespace std;
 
void StartParkBottom(void);
void StopParkBottom(void);
int TestParkBottom(vector<int>&err, const Polygon *map, const car_model *car, const car_model *carPrev, double speed, int run_status);
 
#endif //RTKDRIVERTEST_PARK_BOTTOM_H