Apollo 10.0
自动驾驶开放平台
|
Public 类型 | |
enum | Type { IGNORE = 0 , STOP = 1 , NUDGE = 2 , YIELD = 3 , OVERTAKE = 4 , FOLLOW = 5 , SIDEPASS = 6 } |
enum | StopReasonCode { STOP_REASON_HEAD_VEHICLE = 1 , STOP_REASON_DESTINATION = 2 , STOP_REASON_PEDESTRIAN = 3 , STOP_REASON_OBSTACLE = 4 , STOP_REASON_SIGNAL = 100 , STOP_REASON_STOP_SIGN = 101 , STOP_REASON_YIELD_SIGN = 102 , STOP_REASON_CLEAR_ZONE = 103 , STOP_REASON_CROSSWALK = 104 , STOP_REASON_EMERGENCY = 105 , STOP_REASON_NOT_READY = 106 , STOP_REASON_PULL_OVER = 107 } |
Public 属性 | |
optional Type | type = 1 [default = IGNORE] |
repeated PolygonPoint | polygon_point = 2 |
optional double | heading = 3 |
optional double | latitude = 4 |
optional double | longitude = 5 |
optional double | position_x = 6 |
optional double | position_y = 7 |
optional double | length = 8 [default = 2.8] |
optional double | width = 9 [default = 1.4] |
optional double | height = 10 [default = 1.8] |
optional StopReasonCode | stopReason = 11 |
optional apollo::routing::ChangeLaneType | change_lane_type = 12 |
在文件 simulation_world.proto 第 31 行定义.
在文件 simulation_world.proto 第 58 行定义.
optional apollo::routing::ChangeLaneType apollo::dreamview::Decision::change_lane_type = 12 |
在文件 simulation_world.proto 第 73 行定义.
optional double apollo::dreamview::Decision::heading = 3 |
在文件 simulation_world.proto 第 49 行定义.
optional double apollo::dreamview::Decision::height = 10 [default = 1.8] |
在文件 simulation_world.proto 第 56 行定义.
optional double apollo::dreamview::Decision::latitude = 4 |
在文件 simulation_world.proto 第 50 行定义.
optional double apollo::dreamview::Decision::length = 8 [default = 2.8] |
在文件 simulation_world.proto 第 54 行定义.
optional double apollo::dreamview::Decision::longitude = 5 |
在文件 simulation_world.proto 第 51 行定义.
repeated PolygonPoint apollo::dreamview::Decision::polygon_point = 2 |
在文件 simulation_world.proto 第 45 行定义.
optional double apollo::dreamview::Decision::position_x = 6 |
在文件 simulation_world.proto 第 52 行定义.
optional double apollo::dreamview::Decision::position_y = 7 |
在文件 simulation_world.proto 第 53 行定义.
optional StopReasonCode apollo::dreamview::Decision::stopReason = 11 |
在文件 simulation_world.proto 第 72 行定义.
在文件 simulation_world.proto 第 41 行定义.
optional double apollo::dreamview::Decision::width = 9 [default = 1.4] |
在文件 simulation_world.proto 第 55 行定义.