File tree Expand file tree Collapse file tree 8 files changed +10
-9
lines changed Expand file tree Collapse file tree 8 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ services:
19
19
environment :
20
20
# Set X11 server environment variable for existing display.
21
21
- DISPLAY=$DISPLAY
22
- # TODO: Set ros2 environment variables.
23
22
# References:
24
23
# - https://docs.ros.org/en/humble/Concepts/Intermediate/About-Domain-ID.html
25
24
# - https://docs.ros.org/en/humble/Tutorials/Beginner-CLI-Tools/Configuring-ROS2-Environment.html
@@ -30,6 +29,7 @@ services:
30
29
# Domain ID is set to 0 to allow communication through ros1_bridge.
31
30
- RCUTILS_COLORIZED_OUTPUT=1
32
31
- ROS2_WS=/home/ros2-essentials/cartographer_ws
32
+ # TODO: Set more environment variables.
33
33
# TODO: Uncomment the lines below to enable GPU support.
34
34
# # Reference: https://docs.docker.com/compose/gpu-support/
35
35
# deploy:
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ services:
19
19
environment :
20
20
# Set X11 server environment variable for existing display.
21
21
- DISPLAY=$DISPLAY
22
- # TODO: Set ros2 environment variables.
23
22
# References:
24
23
# - https://docs.ros.org/en/humble/Concepts/Intermediate/About-Domain-ID.html
25
24
# - https://docs.ros.org/en/humble/Tutorials/Beginner-CLI-Tools/Configuring-ROS2-Environment.html
@@ -30,6 +29,7 @@ services:
30
29
# Domain ID is set to 0 to allow communication through ros1_bridge.
31
30
- RCUTILS_COLORIZED_OUTPUT=1
32
31
- ROS2_WS=/home/ros2-essentials/husky_ws
32
+ # TODO: Set more environment variables.
33
33
# TODO: Uncomment the lines below to enable GPU support.
34
34
# # Reference: https://docs.docker.com/compose/gpu-support/
35
35
# deploy:
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ services:
19
19
environment :
20
20
# Set X11 server environment variable for existing display.
21
21
- DISPLAY=$DISPLAY
22
- # TODO: Set ros2 environment variables.
23
22
# References:
24
23
# - https://docs.ros.org/en/humble/Concepts/Intermediate/About-Domain-ID.html
25
24
# - https://docs.ros.org/en/humble/Tutorials/Beginner-CLI-Tools/Configuring-ROS2-Environment.html
@@ -30,6 +29,7 @@ services:
30
29
# Domain ID is set to 0 to allow communication through ros1_bridge.
31
30
- RCUTILS_COLORIZED_OUTPUT=1
32
31
- ROS2_WS=/home/ros2-essentials/kobuki_ws
32
+ # TODO: Set more environment variables.
33
33
# TODO: Uncomment the lines below to enable GPU support.
34
34
# # Reference: https://docs.docker.com/compose/gpu-support/
35
35
# deploy:
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ services:
19
19
environment :
20
20
# Set X11 server environment variable for existing display.
21
21
- DISPLAY=$DISPLAY
22
- # TODO: Set ros2 environment variables.
23
22
# References:
24
23
# - https://docs.ros.org/en/humble/Concepts/Intermediate/About-Domain-ID.html
25
24
# - https://docs.ros.org/en/humble/Tutorials/Beginner-CLI-Tools/Configuring-ROS2-Environment.html
@@ -30,6 +29,7 @@ services:
30
29
# Domain ID is set to 0 to allow communication through ros1_bridge.
31
30
- RCUTILS_COLORIZED_OUTPUT=1
32
31
- ROS2_WS=/home/ros2-essentials/orbslam3_ws
32
+ # TODO: Set more environment variables.
33
33
# TODO: Uncomment the lines below to enable GPU support.
34
34
# # Reference: https://docs.docker.com/compose/gpu-support/
35
35
# deploy:
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ services:
19
19
environment :
20
20
# Set X11 server environment variable for existing display.
21
21
- DISPLAY=$DISPLAY
22
- # TODO: Set ros2 environment variables.
23
22
# References:
24
23
# - https://docs.ros.org/en/humble/Concepts/Intermediate/About-Domain-ID.html
25
24
# - https://docs.ros.org/en/humble/Tutorials/Beginner-CLI-Tools/Configuring-ROS2-Environment.html
@@ -30,6 +29,7 @@ services:
30
29
# Domain ID is set to 0 to allow communication through ros1_bridge.
31
30
- RCUTILS_COLORIZED_OUTPUT=1
32
31
- ROS2_WS=/home/ros2-essentials/rtabmap_ws
32
+ # TODO: Set more environment variables.
33
33
# TODO: Uncomment the lines below to enable GPU support.
34
34
# # Reference: https://docs.docker.com/compose/gpu-support/
35
35
# deploy:
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ services:
19
19
environment :
20
20
# Set X11 server environment variable for existing display.
21
21
- DISPLAY=$DISPLAY
22
- # TODO: Set ros2 environment variables.
23
22
# References:
24
23
# - https://docs.ros.org/en/humble/Concepts/Intermediate/About-Domain-ID.html
25
24
# - https://docs.ros.org/en/humble/Tutorials/Beginner-CLI-Tools/Configuring-ROS2-Environment.html
@@ -30,6 +29,7 @@ services:
30
29
# Domain ID is set to 0 to allow communication through ros1_bridge.
31
30
- RCUTILS_COLORIZED_OUTPUT=1
32
31
- ROS2_WS=/home/ros2-essentials/template_ws
32
+ # TODO: Set more environment variables.
33
33
# TODO: Uncomment the lines below to enable GPU support.
34
34
# # Reference: https://docs.docker.com/compose/gpu-support/
35
35
# deploy:
Original file line number Diff line number Diff line change @@ -12,14 +12,13 @@ services:
12
12
stdin_open : true
13
13
tty : true
14
14
# TODO: Comment the line below if the workspace don't need to communicate through `/dev/*` devices.
15
- privileged : true
15
+ PLACEHOLDERprivileged : true
16
16
command : /bin/bash
17
17
network_mode : host
18
18
working_dir : /home/ros2-essentials/PLACEHOLDER_ws
19
19
environment :
20
20
# Set X11 server environment variable for existing display.
21
21
- DISPLAY=$DISPLAY
22
- # TODO: Set ros2 environment variables.
23
22
# References:
24
23
# - https://docs.ros.org/en/humble/Concepts/Intermediate/About-Domain-ID.html
25
24
# - https://docs.ros.org/en/humble/Tutorials/Beginner-CLI-Tools/Configuring-ROS2-Environment.html
@@ -30,6 +29,8 @@ services:
30
29
# Domain ID is set to 0 to allow communication through ros1_bridge.
31
30
- RCUTILS_COLORIZED_OUTPUT=1
32
31
- ROS2_WS=/home/ros2-essentials/PLACEHOLDER_ws
32
+ # TODO: Set more environment variables.
33
+ MULTILINE_PLACEHOLDER
33
34
# TODO: Uncomment the lines below to enable GPU support.
34
35
# # Reference: https://docs.docker.com/compose/gpu-support/
35
36
# deploy:
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ services:
19
19
environment :
20
20
# Set X11 server environment variable for existing display.
21
21
- DISPLAY=$DISPLAY
22
- # TODO: Set ros2 environment variables.
23
22
# References:
24
23
# - https://docs.ros.org/en/humble/Concepts/Intermediate/About-Domain-ID.html
25
24
# - https://docs.ros.org/en/humble/Tutorials/Beginner-CLI-Tools/Configuring-ROS2-Environment.html
@@ -30,6 +29,7 @@ services:
30
29
# Domain ID is set to 0 to allow communication through ros1_bridge.
31
30
- RCUTILS_COLORIZED_OUTPUT=1
32
31
- ROS2_WS=/home/ros2-essentials/vlp_ws
32
+ # TODO: Set more environment variables.
33
33
# TODO: Uncomment the lines below to enable GPU support.
34
34
# # Reference: https://docs.docker.com/compose/gpu-support/
35
35
# deploy:
You can’t perform that action at this time.
0 commit comments