Skip to content

Commit d7b2447

Browse files
authored
Merge pull request #24 from hmakelin/hmakelin-prebuilt-images-link
Add links to prebuilt images in README.md.
2 parents 73e213f + 71fc0ba commit d7b2447

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -30,21 +30,21 @@ cd gisnav-docker
3030
docker-compose build sitl
3131
```
3232

33-
> **Note** The build for the `sitl` image takes a long time.
34-
3533
Once the `sitl` image has been built, run the `mapserver` and `sitl` services:
3634

3735
```bash
3836
docker-compose up -d mapserver sitl
3937
```
4038

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.
4645
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
4848

4949
## Upload flight plan via QGroundControl
5050

0 commit comments

Comments
 (0)