From 4efa0ee69bae3014eae20f017ea595e0d2079574 Mon Sep 17 00:00:00 2001 From: Lucas Reljic-Dumont <56940300+lucasreljic@users.noreply.github.com> Date: Sun, 16 Jun 2024 18:54:47 -0400 Subject: [PATCH] Update watod-config.sh --- watod-config.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/watod-config.sh b/watod-config.sh index f2cf55e2..3255dd40 100755 --- a/watod-config.sh +++ b/watod-config.sh @@ -15,7 +15,7 @@ ## - simulation : starts simulation ## - samples : starts sample ROS2 pubsub nodes -ACTIVE_MODULES="" +# ACTIVE_MODULES="" ################################# MODE OF OPERATION ################################# ## Possible modes of operation when running watod. @@ -27,11 +27,11 @@ ACTIVE_MODULES="" ############################## ADVANCED CONFIGURATIONS ############################## ## Name to append to docker containers. DEFAULT = "" -COMPOSE_PROJECT_NAME="" +# COMPOSE_PROJECT_NAME="" ## Tag to use. Images are formatted as : with forward slashes replaced with dashes. ## DEFAULT = "" -TAG="" +# TAG="" # Docker Registry to pull/push images. DEFAULT = "ghcr.io/watonomous/wato_monorepo" # REGISTRY_URL=""