File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -30,21 +30,21 @@ cd gisnav-docker
30
30
docker-compose build sitl
31
31
```
32
32
33
- > ** Note** The build for the ` sitl ` image takes a long time.
34
-
35
33
Once the ` sitl ` image has been built, run the ` mapserver ` and ` sitl ` services:
36
34
37
35
``` bash
38
36
docker-compose up -d mapserver sitl
39
37
```
40
38
41
- > ** Note** :
42
- > The ` mapserver ` container needs to download roughly 1 GB of high-resolution aerial imagery, so it may take some
43
- > time until it starts serving the WMS endpoint.
44
-
45
- [ 4 ] : https://gazebosim.org/home
39
+ > ** Note** :
40
+ > * The build for the ` sitl ` image takes a long time.
41
+ > * The ` mapserver ` container needs to download roughly 1 GB of high-resolution aerial imagery, so it may take some
42
+ > time until it starts serving the WMS endpoint.
43
+ > * Prebuilt [ sitl] [ 4 ] and [ mapserver] [ 5 ] images for the demo are available in Docker Hub in case you have problems with
44
+ > the build process.
46
45
47
- [ 5 ] : https://qgroundcontrol.com/
46
+ [ 4 ] : https://hub.docker.com/r/hmakelin/gisnav-sitl
47
+ [ 5 ] : https://hub.docker.com/r/hmakelin/gisnav-mapserver
48
48
49
49
## Upload flight plan via QGroundControl
50
50
You can’t perform that action at this time.
0 commit comments