Apollo 10.0
自动驾驶开放平台
command_processor_config.proto
浏览该文件的文档.
1syntax = "proto2";
2
3package apollo.external_command;
4
6 // The name of receiving command.
7 required string input_command_name = 1;
8 // The names of sending commands.
9 repeated string output_command_name = 2;
10 // The name of command status.
11 repeated string input_command_status_name = 3;
12 // Topic name of PlanningCommand history.
13 optional string planning_command_history_name = 4 [default = "/apollo/planning_command_history"];
14}