公告板
版本库
filestore
活动
搜索
登录
叶怿
/
smart_train
硬件组-智慧驾培
概况
操作记录
提交次数
目录
工单
文档
派生
对比
blame
|
历史
|
原始文档
所有消息测试方法
lizhanwei
2020-02-18
87ab0bd072bd42c09a649759090942781ab53fcb
[~yy/smart_train.git]
/
lib
/
src
/
main
/
cpp
/
test_items
/
park_bottom.h
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, const struct RtkTime *rtkTime);
#endif //RTKDRIVERTEST_PARK_BOTTOM_H