Apollo
10.0
自动驾驶开放平台
camera_location_estimation.proto
浏览该文件的文档.
1
syntax
=
"proto2"
;
2
3
package
apollo.perception.camera;
4
5
import
"
modules/perception/common/proto/plugin_param.proto
";
6
7
message
CameraLocationEstimation
{
8
optional perception.PluginParam plugin_param = 1;
9
optional
EstimationChannel
channel = 2;
10
}
11
12
message
EstimationChannel
{
13
repeated
string
input_camera_channel_name = 1;
14
optional
string
output_obstacles_channel_name = 2;
15
}
syntax
syntax
Definition
camera_location_estimation.proto:1
plugin_param.proto
apollo::perception::camera::CameraLocationEstimation
Definition
camera_location_estimation.proto:7
apollo::perception::camera::EstimationChannel
Definition
camera_location_estimation.proto:12
modules
perception
camera_location_estimation
proto
camera_location_estimation.proto