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 deb5122 commit fb6b573
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions watod_scripts/watod-setup-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ BASE_PORT=${BASE_PORT:-$(($(id -u)*20))}
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))}
CARLAVIZ_PORT_2=${CARLAVIZ_PORT_2:-$((BASE_PORT+4))}
CARLA_NOTEBOOKS_PORT=${CARLA_NOTEBOOKS_PORT:-$((BASE_PORT+5))}

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

Expand Down

0 comments on commit fb6b573

Please sign in to comment.