Skip to content

Commit

Permalink
Update watod-config.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasreljic authored Jun 14, 2024
1 parent 033dc8a commit 69e281b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions watod-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
## - simulation : starts simulation
## - samples : starts sample ROS2 pubsub nodes

ACTIVE_MODULES="infrastructure perception"
ACTIVE_MODULES=""

################################# MODE OF OPERATION #################################
## Possible modes of operation when running watod.
Expand All @@ -27,12 +27,11 @@ ACTIVE_MODULES="infrastructure perception"

############################## ADVANCED CONFIGURATIONS ##############################
## Name to append to docker containers. DEFAULT = "<your_watcloud_username>"
COMPOSE_PROJECT_NAME="lereljic"
FOXGLOVE_BRIDGE_PORT="8771"
COMPOSE_PROJECT_NAME=""

## Tag to use. Images are formatted as <IMAGE_NAME>:<TAG> with forward slashes replaced with dashes.
## DEFAULT = "<your_current_github_branch>"
TAG="latest"
TAG=""

# Docker Registry to pull/push images. DEFAULT = "ghcr.io/watonomous/wato_monorepo"
# REGISTRY_URL=""

0 comments on commit 69e281b

Please sign in to comment.