Apollo 10.0
自动驾驶开放平台
radar4d_detection.dag
浏览该文件的文档.
1module_config {
2 module_library : "modules/perception/radar4d_detection/libradar4d_detection.so"
3 components {
4 class_name: "Radar4dDetectionComponent"
5 config {
6 name: "Radar4dDetection"
7 config_file_path: "modules/perception/radar4d_detection/conf/radar4d_component_config.pb.txt"
8 flag_file_path: "modules/perception/data/flag/perception_common.flag"
9 readers {
10 channel: "/apollo/sensor/oculii/PointCloud2"
11 }
12 }
13 }
14}