Apollo 11.0
自动驾驶开放平台
process_component_config.proto
浏览该文件的文档.
1syntax = "proto2";
2
3package apollo.external_command;
4
6 // The name of command status request interface.
7 required string output_command_status_name = 1
8 [default = "/apollo/external_command/command_status"];
9 // The enabled external command processor list.
10 repeated string processor = 2;
11}