Apollo 10.0
自动驾驶开放平台
action_command.proto
浏览该文件的文档.
1syntax = "proto2";
2
3package apollo.external_command;
4
6
8 // Follow the current lane.
9 FOLLOW = 1;
10 // Change to the laft lane.
12 // Change to the right lane.
14 // Pull over and stop driving.
16 // Stop driving smoothly in emergency case.
17 STOP = 5;
18 // Start driving after paused.
19 START = 6;
20 // Clear the input planning command to cancel planning.
22 // Switch to manual drive mode.
24 // Switch to auto drive mode.
26 // Varify vin code of vehicle.
27 VIN_REQ = 52;
28 // Enter mission model
30 // Exit mission model
32}
33
35 optional apollo.common.Header header = 1;
36 // Unique identification for command.
37 optional int64 command_id = 2 [default = -1];
38 // The action command.
39 required ActionCommandType command = 3;
40}
apollo::common
class register implement
Definition arena_queue.h:37