Apollo 10.0
自动驾驶开放平台
map_speed_control.proto
浏览该文件的文档.
1syntax = "proto2";
2
4
5package 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.
11message SpeedControl {
12 optional string name = 1;
13 optional apollo.hdmap.Polygon polygon = 2;
14 optional double speed_limit = 3;
15}
16
18 repeated SpeedControl speed_control = 1;
19}
apollo::hdmap
Definition map.proto:3
class register implement
Definition arena_queue.h:37