Skip to content

Commit

Permalink
Update watod-setup-env.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
VishGit1234 authored Feb 6, 2025
1 parent 22ed3d5 commit deb5122
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions watod_scripts/watod-setup-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,11 @@ SETGID=$(id -g)
## --------------------------- Ports ------------------------------

BASE_PORT=${BASE_PORT:-$(($(id -u)*20))}
GUI_TOOLS_VNC_PORT=${GUI_TOOLS_VNC_PORT:-$((BASE_PORT++))}
FOXGLOVE_BRIDGE_PORT=${FOXGLOVE_BRIDGE_PORT:-$((GUI_TOOLS_VNC_PORT++))}
CARLAVIZ_PORT=${CARLAVIZ_PORT:-$((GUI_TOOLS_VNC_PORT++))}
CARLAVIZ_PORT_2=${CARLAVIZ_PORT_2:-$((GUI_TOOLS_VNC_PORT++))}
CARLA_NOTEBOOKS_PORT=${CARLA_NOTEBOOKS_PORT:-$((GUI_TOOLS_VNC_PORT++))}
GUI_TOOLS_VNC_PORT=${GUI_TOOLS_VNC_PORT:-$((BASE_PORT+1))}
FOXGLOVE_BRIDGE_PORT=${FOXGLOVE_BRIDGE_PORT:-$((BASE_PORT+2))}
CARLAVIZ_PORT=${CARLAVIZ_PORT:-$((BASE_PORT+3))}
CARLAVIZ_PORT_2=${CARLAVIZ_PORT_2:-$((BASE_PORT+3))}
CARLA_NOTEBOOKS_PORT=${CARLA_NOTEBOOKS_PORT:-$((BASE_PORT+4))}

## -------------------- Export Environment Variables -------------------------

Expand Down

0 comments on commit deb5122

Please sign in to comment.