Apollo
10.0
自动驾驶开放平台
map_area.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
message
Area
{
9
enum
Type
{
10
Driveable = 1;
11
UnDriveable = 2;
12
Custom1 = 3;
13
Custom2 = 4;
14
Custom3 = 5;
15
};
16
17
required
Id
id
= 1;
18
optional
Type
type = 2;
19
required
Polygon
polygon = 3;
20
repeated
Id
overlap_id = 4;
21
optional
string
name = 5;
22
}
syntax
syntax
Definition
map_area.proto:1
map_geometry.proto
map_id.proto
apollo::hdmap::Area
Definition
map_area.proto:8
apollo::hdmap::Area::Type
Type
Definition
map_area.proto:9
apollo::hdmap::Id
Definition
map_id.proto:6
apollo::hdmap::Polygon
Definition
map_geometry.proto:8
modules
common_msgs
map_msgs
map_area.proto