Skip to content

Commit

Permalink
Ros domain zero (StoglRobotics#116)
Browse files Browse the repository at this point in the history
* set ROS_DOMAIN to zero (default)
  • Loading branch information
mamueluth authored Mar 22, 2023
1 parent f2bb166 commit 8ffabf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/.ros_team_ws_rc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ source <PATH TO ros_team_workspace>/setup.bash

#export CYCLONEDDS_URI='<CycloneDDS><Domain><General><NetworkInterfaceAddress>ADD_HERE_INTERFACE_NAME</NetworkInterfaceAddress></General></Domain></CycloneDDS>'

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"
Expand Down
2 changes: 1 addition & 1 deletion templates/docker/ros_team_ws_rc_docker
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ source /opt/RosTeamWS/ros_ws_ROS_DUMMY_VERSION/src/ros_team_workspace/setup.bash

#export CYCLONEDDS_URI='<CycloneDDS><Domain><General><NetworkInterfaceAddress>ADD_HERE_INTERFACE_NAME</NetworkInterfaceAddress></General></Domain></CycloneDDS>'

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"
Expand Down

0 comments on commit 8ffabf3

Please sign in to comment.