From 4077d66658fd315404dd8331691d80b8c7509310 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Kvarnstr=C3=B6m?= <jonas.kvarnstrom@liu.se> Date: Mon, 12 Apr 2021 09:12:18 +0200 Subject: [PATCH] World origin etc are already defined in install_playbooks --- doc/docker_install.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/doc/docker_install.md b/doc/docker_install.md index 72fb19a..c528868 100644 --- a/doc/docker_install.md +++ b/doc/docker_install.md @@ -17,10 +17,6 @@ Put the script directory of the `lrs_devenv_common` repo in your `PATH` and add ```bash 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): -- GitLab