Apollo
10.0
自动驾驶开放平台
map_clear_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
// A clear area means in which stopping car is prohibited
9
10
message
ClearArea
{
11
optional
Id
id
= 1;
12
repeated
Id
overlap_id = 2;
13
optional
Polygon
polygon = 3;
14
}
syntax
syntax
Definition
map_clear_area.proto:1
map_geometry.proto
map_id.proto
apollo::hdmap::ClearArea
Definition
map_clear_area.proto:10
apollo::hdmap::Id
Definition
map_id.proto:6
apollo::hdmap::Polygon
Definition
map_geometry.proto:8
modules
common_msgs
map_msgs
map_clear_area.proto