Apollo
10.0
自动驾驶开放平台
map_speed_control.proto
浏览该文件的文档.
1
syntax
=
"proto2"
;
2
3
import
"
modules/common_msgs/map_msgs/map_geometry.proto
";
4
5
package
apollo.hdmap;
6
7
// This proto defines the format of an auxiliary file that helps to
8
// define the speed limit on certain area of road.
9
// Apollo can use this file to quickly fix speed problems on maps,
10
// instead of waiting for updating map data.
11
message
SpeedControl
{
12
optional
string
name = 1;
13
optional
apollo
.
hdmap
.
Polygon
polygon = 2;
14
optional
double
speed_limit = 3;
15
}
16
17
message
SpeedControls
{
18
repeated
SpeedControl
speed_control = 1;
19
}
map_geometry.proto
syntax
syntax
Definition
map_speed_control.proto:1
apollo::hdmap
apollo::hdmap
Definition
map.proto:3
apollo
class register implement
Definition
arena_queue.h:37
apollo::hdmap::Polygon
Definition
map_geometry.proto:8
apollo::hdmap::SpeedControl
Definition
map_speed_control.proto:11
apollo::hdmap::SpeedControls
Definition
map_speed_control.proto:17
modules
common_msgs
map_msgs
map_speed_control.proto