Apollo 11.0
自动驾驶开放平台
camera_detection_multi_stage.dag
浏览该文件的文档.
1module_config {
2 module_library : "modules/perception/camera_detection_multi_stage/libcamera_detection_multi_stage_component_camera.so"
3
4 components {
5 class_name : "CameraDetectionMultiStageComponent"
6 config {
7 name : "CameraDetectionMultiStageComponent"
8 config_file_path : "/apollo/modules/perception/camera_detection_multi_stage/conf/camera_detection_multi_stage_config.pb.txt"
9 readers {
10 channel: "/apollo/sensor/camera/front_6mm/image"
11 }
12 }
13 }
14}