Apollo
10.0
自动驾驶开放平台
map_stop_sign.proto
浏览该文件的文档.
1
syntax
=
"proto2"
;
2
3
package
apollo.hdmap;
4
5
import
"
modules/common_msgs/map_msgs/map_geometry.proto
";
6
import
"
modules/common_msgs/map_msgs/map_id.proto
";
7
8
// A stop sign is a traffic sign to notify drivers that they must stop before
9
// proceeding.
10
message
StopSign
{
11
optional
Id
id
= 1;
12
13
repeated
Curve
stop_line = 2;
14
15
repeated
Id
overlap_id = 3;
16
17
enum
StopType
{
18
UNKNOWN = 0;
19
ONE_WAY = 1;
20
TWO_WAY = 2;
21
THREE_WAY = 3;
22
FOUR_WAY = 4;
23
ALL_WAY = 5;
24
};
25
optional
StopType
type = 4;
26
}
map_geometry.proto
map_id.proto
syntax
syntax
Definition
map_stop_sign.proto:1
apollo::hdmap::Curve
Definition
map_geometry.proto:29
apollo::hdmap::Id
Definition
map_id.proto:6
apollo::hdmap::StopSign
Definition
map_stop_sign.proto:10
apollo::hdmap::StopSign::StopType
StopType
Definition
map_stop_sign.proto:17
modules
common_msgs
map_msgs
map_stop_sign.proto