We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 893e1d5 commit 7b83e2dCopy full SHA for 7b83e2d
docker/docker-compose.dependencies.yaml
@@ -6,7 +6,7 @@ name: gisnav
6
7
services:
8
9
- # TODO: have separate profiles for uros agent and ubx middleware
+ # TODO: have separate profiles for uros/ubx/nmea middleware
10
gisnav:
11
depends_on:
12
- micro-ros-agent
@@ -23,14 +23,6 @@ services:
23
24
- qgc
25
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
-
34
nginx:
35
36
- fileserver
0 commit comments