| | |
| | | } car_model_cache_t; |
| | | |
| | | void DriverTestInit(void); |
| | | void ReadDriverExamPrimer(void); |
| | | void ClearMap(void); |
| | | void AddMap(int id, int type, const double (*map)[2], int pointNum, const double (*map2)[2], int pointNum2); |
| | | void SetCarMeasurePoint(double *basePoint, int *axial, int *left_front_tire, |
| | | int *right_front_tire, int *left_rear_tire, int *right_rear_tire, |
| | | double (*point)[2], int pointNum); |
| | | void SetSensorCfg(int (*sensor)[2], int sensorNum); |
| | | |
| | | void UpdateRTKInfo(struct rtk_info *s); |
| | | void UpdateCarCoord(void); |
| | | car_model_cache_t *GetCarModelCache(int node); |