Skip to content
Snippets Groups Projects
Commit 4077d666 authored by Jonas Kvarnström's avatar Jonas Kvarnström
Browse files

World origin etc are already defined in install_playbooks

parent 7df41114
No related branches found
No related tags found
No related merge requests found
...@@ -17,10 +17,6 @@ Put the script directory of the `lrs_devenv_common` repo in your `PATH` and add ...@@ -17,10 +17,6 @@ Put the script directory of the `lrs_devenv_common` repo in your `PATH` and add
```bash ```bash
export PATH="...../lrs_devenv_common/script:$PATH" export PATH="...../lrs_devenv_common/script:$PATH"
export WORLD_ORIGIN_LAT=57.7605573519
export WORLD_ORIGIN_LON=16.6827607783
export WORLD_ORIGIN_ELEVATION=29.8
``` ```
Finally, pull (download) the latest version of the Development Docker Image. You may have to start a new `bash` shell for this to work (scripts such as `wpull` are in the script directory that was just added to your PATH): Finally, pull (download) the latest version of the Development Docker Image. You may have to start a new `bash` shell for this to work (scripts such as `wpull` are in the script directory that was just added to your PATH):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment