Skip to content

Commit

Permalink
Docker: Force isolation of ROS communication
Browse files Browse the repository at this point in the history
Signed-off-by: Andrej Orsula <[email protected]>
  • Loading branch information
AndrejOrsula committed Sep 27, 2024
1 parent 106d027 commit 7243d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/run.bash
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ CUSTOM_VOLUMES=(
)
# List of environment variables to set (can be updated by passing -e ENV=VALUE)
CUSTOM_ENVS=(
ROS_DOMAIN_ID="${ROS_DOMAIN_ID:-"0"}"
ROS_DOMAIN_ID="1"
ROS_LOCALHOST_ONLY="${ROS_LOCALHOST_ONLY:-"1"}"
)

Expand Down

0 comments on commit 7243d12

Please sign in to comment.