diff --git a/templates/.ros_team_ws_rc b/templates/.ros_team_ws_rc index 70706e80..8f93947b 100644 --- a/templates/.ros_team_ws_rc +++ b/templates/.ros_team_ws_rc @@ -18,7 +18,7 @@ source /setup.bash #export CYCLONEDDS_URI='ADD_HERE_INTERFACE_NAME' -export ROS_DOMAIN_ID=42 # Set your Domain ID if you are in a network with multiple computers +export ROS_DOMAIN_ID=0 # Set your Domain ID if you are in a network with multiple computers # Logging setup # export RCUTILS_LOGGING_CONFIG_FILE="/home/deniss/workspace/ros2_logging_config" diff --git a/templates/docker/ros_team_ws_rc_docker b/templates/docker/ros_team_ws_rc_docker index aa73073f..48c3f98b 100644 --- a/templates/docker/ros_team_ws_rc_docker +++ b/templates/docker/ros_team_ws_rc_docker @@ -20,7 +20,7 @@ source /opt/RosTeamWS/ros_ws_ROS_DUMMY_VERSION/src/ros_team_workspace/setup.bash #export CYCLONEDDS_URI='ADD_HERE_INTERFACE_NAME' -export ROS_DOMAIN_ID=42 # Set your Domain ID if you are in a network with multiple computers +export ROS_DOMAIN_ID=0 # Set your Domain ID if you are in a network with multiple computers # Logging setup # export RCUTILS_LOGGING_CONFIG_FILE="/home/deniss/workspace/ros2_logging_config"