Web interface for monitoring rover systems and issuing commands
Install Docker and Docker-Compose before proceeding.
Run docker-compose up -d
. This will launch a docker container running the web app and will reflect changes made to the local files. Access the web interface at https://localhost:3000
.
For production use, run docker-compose -f docker-compose.prod.yaml up -f
. The app is still available at https://localhost:3000
but local changes will not be reflected.
- Install QGIS
- Under the 'XYZ Tiles' tab add a new source for Google Maps Satellite data using the url
https://mt0.google.com/vt/lyrs=s&hl=en&x={x}&y={y}&z={z}
- Locate the area that you wish to capture on the map
- Open the 'Processing Toolbox' and open the 'Generate XYZ tiles (Directory)' diaglog (under the 'Raster Tools' tab)
- Set the map extend to the current canvas extent, set the minimum zoom to 12 and the maximum zoom to 18
- Select the
tiles/
directory as the destination and click 'Run'