Apollo
11.0
自动驾驶开放平台
camera_detection_single_stage.proto
浏览该文件的文档.
1
syntax
=
"proto2"
;
2
3
package
apollo.perception.camera;
4
5
import
"
modules/perception/common/proto/plugin_param.proto
";
6
7
message
CameraDetectionSingleStage
{
8
optional
string
camera_name = 1 [
default
=
"front_6mm"
];
9
optional
double
timestamp_offset = 2 [
default
= 0.0];
10
optional perception.PluginParam plugin_param = 3;
11
optional
bool
enable_undistortion = 4 [
default
=
false
];
12
optional int32 gpu_id = 5;
13
optional
DetectionChannel
channel = 6;
14
}
15
16
message
DetectionChannel
{
17
optional
string
input_camera_channel_name = 1;
18
optional
string
output_obstacles_channel_name = 2;
19
}
20
21
message
Debug
{
22
optional
string
output_viz_message_channel_name = 1;
23
}
syntax
syntax
Definition
camera_detection_single_stage.proto:1
plugin_param.proto
apollo::perception::camera::CameraDetectionSingleStage
Definition
camera_detection_single_stage.proto:7
apollo::perception::camera::Debug
Definition
camera_detection_bev.proto:22
apollo::perception::camera::DetectionChannel
Definition
camera_detection_bev.proto:17
modules
perception
camera_detection_single_stage
proto
camera_detection_single_stage.proto