We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12fb7b9 commit b1731d0Copy full SHA for b1731d0
modules/bridge/dag/bridge_multi_receiver.dag
@@ -0,0 +1,12 @@
1
+module_config {
2
+ module_library: "/apollo/bazel-bin/modules/bridge/libudp_bridge_multi_receiver_component.so"
3
+
4
+ components {
5
6
+ class_name: "UDPBridgeMultiReceiverComponent"
7
+ config {
8
+ name: "bridge_receiver_Chassis"
9
+ config_file_path: "/apollo/modules/bridge/conf/udp_bridge_receiver_chassis.pb.txt"
10
+ }
11
12
+}
modules/bridge/launch/bridge_multi_receiver.launch
@@ -0,0 +1,7 @@
+<cyber>
+ <module>
+ <name>bridge_multi_receiver</name>
+ <dag_conf>/apollo/modules/bridge/dag/bridge_multi_receiver.dag</dag_conf>
+ <process_name>udp_bridge_multi_receiver</process_name>
+ </module>
+</cyber>
0 commit comments