Skip to content

Commit a1e2260

Browse files
committed
docs: Add todo for more environment variables
1 parent aac298f commit a1e2260

File tree

8 files changed

+10
-9
lines changed

8 files changed

+10
-9
lines changed

cartographer_ws/docker/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ services:
1919
environment:
2020
# Set X11 server environment variable for existing display.
2121
- DISPLAY=$DISPLAY
22-
# TODO: Set ros2 environment variables.
2322
# References:
2423
# - https://docs.ros.org/en/humble/Concepts/Intermediate/About-Domain-ID.html
2524
# - https://docs.ros.org/en/humble/Tutorials/Beginner-CLI-Tools/Configuring-ROS2-Environment.html
@@ -30,6 +29,7 @@ services:
3029
# Domain ID is set to 0 to allow communication through ros1_bridge.
3130
- RCUTILS_COLORIZED_OUTPUT=1
3231
- ROS2_WS=/home/ros2-essentials/cartographer_ws
32+
# TODO: Set more environment variables.
3333
# TODO: Uncomment the lines below to enable GPU support.
3434
# # Reference: https://docs.docker.com/compose/gpu-support/
3535
# deploy:

husky_ws/docker/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ services:
1919
environment:
2020
# Set X11 server environment variable for existing display.
2121
- DISPLAY=$DISPLAY
22-
# TODO: Set ros2 environment variables.
2322
# References:
2423
# - https://docs.ros.org/en/humble/Concepts/Intermediate/About-Domain-ID.html
2524
# - https://docs.ros.org/en/humble/Tutorials/Beginner-CLI-Tools/Configuring-ROS2-Environment.html
@@ -30,6 +29,7 @@ services:
3029
# Domain ID is set to 0 to allow communication through ros1_bridge.
3130
- RCUTILS_COLORIZED_OUTPUT=1
3231
- ROS2_WS=/home/ros2-essentials/husky_ws
32+
# TODO: Set more environment variables.
3333
# TODO: Uncomment the lines below to enable GPU support.
3434
# # Reference: https://docs.docker.com/compose/gpu-support/
3535
# deploy:

kobuki_ws/docker/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ services:
1919
environment:
2020
# Set X11 server environment variable for existing display.
2121
- DISPLAY=$DISPLAY
22-
# TODO: Set ros2 environment variables.
2322
# References:
2423
# - https://docs.ros.org/en/humble/Concepts/Intermediate/About-Domain-ID.html
2524
# - https://docs.ros.org/en/humble/Tutorials/Beginner-CLI-Tools/Configuring-ROS2-Environment.html
@@ -30,6 +29,7 @@ services:
3029
# Domain ID is set to 0 to allow communication through ros1_bridge.
3130
- RCUTILS_COLORIZED_OUTPUT=1
3231
- ROS2_WS=/home/ros2-essentials/kobuki_ws
32+
# TODO: Set more environment variables.
3333
# TODO: Uncomment the lines below to enable GPU support.
3434
# # Reference: https://docs.docker.com/compose/gpu-support/
3535
# deploy:

orbslam3_ws/docker/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ services:
1919
environment:
2020
# Set X11 server environment variable for existing display.
2121
- DISPLAY=$DISPLAY
22-
# TODO: Set ros2 environment variables.
2322
# References:
2423
# - https://docs.ros.org/en/humble/Concepts/Intermediate/About-Domain-ID.html
2524
# - https://docs.ros.org/en/humble/Tutorials/Beginner-CLI-Tools/Configuring-ROS2-Environment.html
@@ -30,6 +29,7 @@ services:
3029
# Domain ID is set to 0 to allow communication through ros1_bridge.
3130
- RCUTILS_COLORIZED_OUTPUT=1
3231
- ROS2_WS=/home/ros2-essentials/orbslam3_ws
32+
# TODO: Set more environment variables.
3333
# TODO: Uncomment the lines below to enable GPU support.
3434
# # Reference: https://docs.docker.com/compose/gpu-support/
3535
# deploy:

rtabmap_ws/docker/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ services:
1919
environment:
2020
# Set X11 server environment variable for existing display.
2121
- DISPLAY=$DISPLAY
22-
# TODO: Set ros2 environment variables.
2322
# References:
2423
# - https://docs.ros.org/en/humble/Concepts/Intermediate/About-Domain-ID.html
2524
# - https://docs.ros.org/en/humble/Tutorials/Beginner-CLI-Tools/Configuring-ROS2-Environment.html
@@ -30,6 +29,7 @@ services:
3029
# Domain ID is set to 0 to allow communication through ros1_bridge.
3130
- RCUTILS_COLORIZED_OUTPUT=1
3231
- ROS2_WS=/home/ros2-essentials/rtabmap_ws
32+
# TODO: Set more environment variables.
3333
# TODO: Uncomment the lines below to enable GPU support.
3434
# # Reference: https://docs.docker.com/compose/gpu-support/
3535
# deploy:

template_ws/docker/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ services:
1919
environment:
2020
# Set X11 server environment variable for existing display.
2121
- DISPLAY=$DISPLAY
22-
# TODO: Set ros2 environment variables.
2322
# References:
2423
# - https://docs.ros.org/en/humble/Concepts/Intermediate/About-Domain-ID.html
2524
# - https://docs.ros.org/en/humble/Tutorials/Beginner-CLI-Tools/Configuring-ROS2-Environment.html
@@ -30,6 +29,7 @@ services:
3029
# Domain ID is set to 0 to allow communication through ros1_bridge.
3130
- RCUTILS_COLORIZED_OUTPUT=1
3231
- ROS2_WS=/home/ros2-essentials/template_ws
32+
# TODO: Set more environment variables.
3333
# TODO: Uncomment the lines below to enable GPU support.
3434
# # Reference: https://docs.docker.com/compose/gpu-support/
3535
# deploy:

tests/diff_base/docker/compose.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,13 @@ services:
1212
stdin_open: true
1313
tty: true
1414
# TODO: Comment the line below if the workspace don't need to communicate through `/dev/*` devices.
15-
privileged: true
15+
PLACEHOLDERprivileged: true
1616
command: /bin/bash
1717
network_mode: host
1818
working_dir: /home/ros2-essentials/PLACEHOLDER_ws
1919
environment:
2020
# Set X11 server environment variable for existing display.
2121
- DISPLAY=$DISPLAY
22-
# TODO: Set ros2 environment variables.
2322
# References:
2423
# - https://docs.ros.org/en/humble/Concepts/Intermediate/About-Domain-ID.html
2524
# - https://docs.ros.org/en/humble/Tutorials/Beginner-CLI-Tools/Configuring-ROS2-Environment.html
@@ -30,6 +29,8 @@ services:
3029
# Domain ID is set to 0 to allow communication through ros1_bridge.
3130
- RCUTILS_COLORIZED_OUTPUT=1
3231
- ROS2_WS=/home/ros2-essentials/PLACEHOLDER_ws
32+
# TODO: Set more environment variables.
33+
MULTILINE_PLACEHOLDER
3334
# TODO: Uncomment the lines below to enable GPU support.
3435
# # Reference: https://docs.docker.com/compose/gpu-support/
3536
# deploy:

vlp_ws/docker/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ services:
1919
environment:
2020
# Set X11 server environment variable for existing display.
2121
- DISPLAY=$DISPLAY
22-
# TODO: Set ros2 environment variables.
2322
# References:
2423
# - https://docs.ros.org/en/humble/Concepts/Intermediate/About-Domain-ID.html
2524
# - https://docs.ros.org/en/humble/Tutorials/Beginner-CLI-Tools/Configuring-ROS2-Environment.html
@@ -30,6 +29,7 @@ services:
3029
# Domain ID is set to 0 to allow communication through ros1_bridge.
3130
- RCUTILS_COLORIZED_OUTPUT=1
3231
- ROS2_WS=/home/ros2-essentials/vlp_ws
32+
# TODO: Set more environment variables.
3333
# TODO: Uncomment the lines below to enable GPU support.
3434
# # Reference: https://docs.docker.com/compose/gpu-support/
3535
# deploy:

0 commit comments

Comments
 (0)