Apollo 10.0
自动驾驶开放平台
apollo::prediction::PredictionPathPoint结构体 参考
apollo::prediction::PredictionPathPoint 的协作图:

Public 属性

required double x = 1
 
required double y = 2
 
optional double velocity_heading = 3
 

详细描述

在文件 prediction_point.proto5 行定义.

类成员变量说明

◆ velocity_heading

optional double apollo::prediction::PredictionPathPoint::velocity_heading = 3

在文件 prediction_point.proto8 行定义.

◆ x

required double apollo::prediction::PredictionPathPoint::x = 1

在文件 prediction_point.proto6 行定义.

◆ y

required double apollo::prediction::PredictionPathPoint::y = 2

在文件 prediction_point.proto7 行定义.


该结构体的文档由以下文件生成: