File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,15 +21,15 @@ services:
21
21
networks :
22
22
- dds
23
23
ports :
24
- - " ${UXRCE_DDS_PRT:?empty or not set}:${UXRCE_DDS_PRT:?empty or not set}/tcp "
24
+ - " ${UXRCE_DDS_PRT:?empty or not set}:${UXRCE_DDS_PRT:?empty or not set}/udp "
25
25
environment :
26
26
UXRCE_DDS_PRT : ${UXRCE_DDS_PRT:?empty or not set}
27
27
28
28
ubx :
29
29
networks :
30
30
- dds
31
31
ports :
32
- - " ${SOCAT_BRIDGE_PORT:?empty or not set}:${SOCAT_BRIDGE_PORT:?empty or not set}/udp "
32
+ - " ${SOCAT_BRIDGE_PORT:?empty or not set}:${SOCAT_BRIDGE_PORT:?empty or not set}/tcp "
33
33
environment :
34
34
SOCAT_BRIDGE_PORT : ${SOCAT_BRIDGE_PORT:?empty or not set}
35
35
GISNAV_FCU_URL : ${GISNAV_FCU_URL:?empty or not set} # todo TCP bridge only for simulation?
@@ -40,7 +40,7 @@ services:
40
40
networks :
41
41
- dds
42
42
ports :
43
- - " ${SOCAT_BRIDGE_PORT:?empty or not set}:${SOCAT_BRIDGE_PORT:?empty or not set}/udp "
43
+ - " ${SOCAT_BRIDGE_PORT:?empty or not set}:${SOCAT_BRIDGE_PORT:?empty or not set}/tcp "
44
44
environment :
45
45
SOCAT_BRIDGE_PORT : ${SOCAT_BRIDGE_PORT:?empty or not set}
46
46
GISNAV_FCU_URL : ${GISNAV_FCU_URL:?empty or not set} # todo TCP bridge only for simulation?
You can’t perform that action at this time.
0 commit comments