|
Apollo 11.0
自动驾驶开放平台
|
Public 类型 | |
| enum | SmootherType { SMOOTHER_NONE = 1 , SMOOTHER_CLOSE_STOP = 2 } |
Public 属性 | |
| optional bool | is_smoothed = 1 |
| optional SmootherType | type = 2 [default = SMOOTHER_NONE] |
| optional string | reason = 3 |
在文件 planning_internal.proto 第 174 行定义.
| 枚举值 | |
|---|---|
| SMOOTHER_NONE | |
| SMOOTHER_CLOSE_STOP | |
在文件 planning_internal.proto 第 175 行定义.
| optional bool apollo::planning_internal::SmootherDebug::is_smoothed = 1 |
在文件 planning_internal.proto 第 179 行定义.
| optional string apollo::planning_internal::SmootherDebug::reason = 3 |
在文件 planning_internal.proto 第 182 行定义.
| optional SmootherType apollo::planning_internal::SmootherDebug::type = 2 [default = SMOOTHER_NONE] |
在文件 planning_internal.proto 第 181 行定义.