Apollo 10.0
自动驾驶开放平台
|
Public 类型 | |
enum | Status { UNKNOWN = 0 , CLOSED = 1 , CLOSING = 2 , OPENED = 3 , OPENING = 4 } |
Public 属性 | |
optional Status | status = 1 |
optional string | id = 2 |
optional string | type = 3 |
optional bool | is_useable = 4 [default = false] |
optional double | open_percent = 5 |
在文件 perception_barrier_gate.proto 第 7 行定义.
optional string apollo::perception::BarrierGate::id = 2 |
在文件 perception_barrier_gate.proto 第 18 行定义.
optional bool apollo::perception::BarrierGate::is_useable = 4 [default = false] |
在文件 perception_barrier_gate.proto 第 24 行定义.
optional double apollo::perception::BarrierGate::open_percent = 5 |
在文件 perception_barrier_gate.proto 第 27 行定义.
optional Status apollo::perception::BarrierGate::status = 1 |
在文件 perception_barrier_gate.proto 第 15 行定义.
optional string apollo::perception::BarrierGate::type = 3 |
在文件 perception_barrier_gate.proto 第 21 行定义.