Apollo 10.0
自动驾驶开放平台
zone_cover_command.proto
浏览该文件的文档.
1syntax = "proto2";
2
3package apollo.external_command;
4
7
9 optional apollo.common.Header header = 1;
10 // Unique identification for command.
11 optional int64 command_id = 2 [default = -1];
12 required string overlap_id = 3;
13 optional double target_speed = 4;
14 repeated RoiPolygon non_drivable_roi = 5;
15 optional RoiPolygon drivable_roi = 6;
16}
apollo::common
class register implement
Definition arena_queue.h:37