File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,10 @@ services:
18
18
# - https://docs.ros.org/en/humble/Concepts/Intermediate/About-Domain-ID.html
19
19
# - https://docs.ros.org/en/humble/Tutorials/Beginner-CLI-Tools/Configuring-ROS2-Environment.html
20
20
# - https://docs.ros.org/en/humble/Tutorials/Demos/Logging-and-logger-configuration.html#console-output-colorizing
21
- - ROS_LOCALHOST_ONLY=1
22
- - ROS_DOMAIN_ID=42
21
+ - ROS_LOCALHOST_ONLY=0
22
+ # Localhost only is disabled by default to allow communication with external devices.
23
+ - ROS_DOMAIN_ID=0
24
+ # Domain ID is set to 0 to allow communication through ros1_bridge.
23
25
- RCUTILS_COLORIZED_OUTPUT=1
24
26
- ROS2_WS=/home/ros2-essentials/template_ws
25
27
# TODO: Uncomment the lines below to enable GPU support.
You can’t perform that action at this time.
0 commit comments