Apollo 11.0
自动驾驶开放平台
camera_detection_bev.proto
浏览该文件的文档.
1syntax = "proto2";
2
3package apollo.perception.camera;
4
6
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 optional string frame_id = 7;
15}
16
18 repeated string input_camera_channel_name = 1;
19 optional string output_obstacles_channel_name = 2;
20}
21
22message Debug {
23 optional string output_viz_message_channel_name = 1;
24}