Apollo
10.0
自动驾驶开放平台
command_processor_config.proto
浏览该文件的文档.
1
syntax
=
"proto2"
;
2
3
package
apollo.external_command;
4
5
message
CommandProcessorConfig
{
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
}
syntax
syntax
Definition
command_processor_config.proto:1
apollo::external_command::CommandProcessorConfig
Definition
command_processor_config.proto:5
modules
external_command
command_processor
command_processor_base
proto
command_processor_config.proto