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

Public 类型

enum  Type {
  UNKNOWN = 0 , STOP = 1 , STATIONARY = 2 , MOVING = 3 ,
  CHANGE_LANE = 4 , LOW_ACCELERATION = 5 , HIGH_ACCELERATION = 6 , LOW_DECELERATION = 7 ,
  HIGH_DECELERATION = 8
}
 

Public 属性

optional Type type = 1 [default = UNKNOWN]
 

详细描述

在文件 prediction_obstacle.proto12 行定义.

成员枚举类型说明

◆ Type

类成员变量说明

◆ type

optional Type apollo::prediction::ObstacleIntent::type = 1 [default = UNKNOWN]

在文件 prediction_obstacle.proto24 行定义.


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