Apollo
10.0
自动驾驶开放平台
audio.dag
浏览该文件的文档.
1
module_config {
2
module_library :
"modules/audio/libaudio_component.so"
3
components {
4
class_name :
"AudioComponent"
5
config {
6
name:
"audio"
7
config_file_path:
"modules/audio/conf/audio_conf.pb.txt"
8
flag_file_path:
"modules/audio/conf/audio.conf"
9
readers: [
10
{
11
channel:
"/apollo/sensor/microphone"
12
qos_profile: {
13
depth : 1
14
}
15
}
16
]
17
}
18
}
19
}
modules
audio
dag
audio.dag