Skip to content

Commit 7b83e2d

Browse files
committed
Clean up comments in docker-compose.dependencies.yaml
Middleware should not depend on the simulation service, socat should still work even if no one is listening at the other end
1 parent 893e1d5 commit 7b83e2d

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

docker/docker-compose.dependencies.yaml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: gisnav
66

77
services:
88

9-
# TODO: have separate profiles for uros agent and ubx middleware
9+
# TODO: have separate profiles for uros/ubx/nmea middleware
1010
gisnav:
1111
depends_on:
1212
- micro-ros-agent
@@ -23,14 +23,6 @@ services:
2323
depends_on:
2424
- qgc
2525

26-
# TODO: remove dependency to px4 - ubx dependency on px4 is OK for SITL simulation
27-
# on simulation host but not for SITL or HIL on companion computer
28-
# autoheal should restart ubx if TCP listener on px4 end is not available
29-
# on first service start --> commented out as not strictly needed
30-
#ubx:
31-
# depends_on:
32-
# - px4
33-
3426
nginx:
3527
depends_on:
3628
- fileserver

0 commit comments

Comments
 (0)