Skip to content

Commit bda9d30

Browse files
committed
docs: Fix comments and linting
1 parent 6715046 commit bda9d30

File tree

10 files changed

+12
-12
lines changed

10 files changed

+12
-12
lines changed

cartographer_ws/docker/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ services:
3131
- RCUTILS_COLORIZED_OUTPUT=1
3232
- ROS2_WS=/home/ros2-essentials/cartographer_ws
3333
# TODO: Uncomment the lines below to enable GPU support.
34-
# deploy:
3534
# # Reference : https://docs.docker.com/compose/gpu-support/
35+
# deploy:
3636
# resources:
3737
# reservations:
3838
# devices:

husky_ws/docker/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ services:
3131
- RCUTILS_COLORIZED_OUTPUT=1
3232
- ROS2_WS=/home/ros2-essentials/husky_ws
3333
# TODO: Uncomment the lines below to enable GPU support.
34-
# deploy:
3534
# # Reference : https://docs.docker.com/compose/gpu-support/
35+
# deploy:
3636
# resources:
3737
# reservations:
3838
# devices:

kobuki_ws/docker/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ services:
3131
- RCUTILS_COLORIZED_OUTPUT=1
3232
- ROS2_WS=/home/ros2-essentials/kobuki_ws
3333
# TODO: Uncomment the lines below to enable GPU support.
34-
# deploy:
3534
# # Reference : https://docs.docker.com/compose/gpu-support/
35+
# deploy:
3636
# resources:
3737
# reservations:
3838
# devices:

orbslam3_ws/docker/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ services:
3131
- RCUTILS_COLORIZED_OUTPUT=1
3232
- ROS2_WS=/home/ros2-essentials/orbslam3_ws
3333
# TODO: Uncomment the lines below to enable GPU support.
34-
# deploy:
3534
# # Reference : https://docs.docker.com/compose/gpu-support/
35+
# deploy:
3636
# resources:
3737
# reservations:
3838
# devices:

rtabmap_ws/docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Base Image : https://hub.docker.com/r/osrf/ros/tags?page=1&name=humble
1+
# Base Image : https://hub.docker.com/r/introlab3it/rtabmap/tags?page=1&name=jammy
22
FROM introlab3it/rtabmap:jammy AS amd64
3-
# Base Image : https://hub.docker.com/r/arm64v8/ros/tags?page=1&name=humble
3+
# Base Image : https://hub.docker.com/r/introlab3it/rtabmap/tags?page=1&name=jammy
44
FROM introlab3it/rtabmap:jammy AS arm64
55

66
# Use docker automatic platform args to select the base image.

rtabmap_ws/docker/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ services:
3131
- RCUTILS_COLORIZED_OUTPUT=1
3232
- ROS2_WS=/home/ros2-essentials/rtabmap_ws
3333
# TODO: Uncomment the lines below to enable GPU support.
34-
# deploy:
3534
# # Reference : https://docs.docker.com/compose/gpu-support/
35+
# deploy:
3636
# resources:
3737
# reservations:
3838
# devices:

template_ws/docker/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ services:
3131
- RCUTILS_COLORIZED_OUTPUT=1
3232
- ROS2_WS=/home/ros2-essentials/template_ws
3333
# TODO: Uncomment the lines below to enable GPU support.
34-
# deploy:
3534
# # Reference : https://docs.docker.com/compose/gpu-support/
35+
# deploy:
3636
# resources:
3737
# reservations:
3838
# devices:

tests/diff_base/docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Base Image : https://hub.docker.com/r/osrf/ros/tags?page=1&name=humble
1+
# Base Image : PLACEHOLDER
22
FROM PLACEHOLDER AS amd64
3-
# Base Image : https://hub.docker.com/r/arm64v8/ros/tags?page=1&name=humble
3+
# Base Image : PLACEHOLDER
44
FROM PLACEHOLDER AS arm64
55

66
# Use docker automatic platform args to select the base image.

tests/diff_base/docker/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ services:
3131
- RCUTILS_COLORIZED_OUTPUT=1
3232
- ROS2_WS=/home/ros2-essentials/PLACEHOLDER_ws
3333
# TODO: Uncomment the lines below to enable GPU support.
34-
# deploy:
3534
# # Reference : https://docs.docker.com/compose/gpu-support/
35+
# deploy:
3636
# resources:
3737
# reservations:
3838
# devices:

vlp_ws/docker/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ services:
3131
- RCUTILS_COLORIZED_OUTPUT=1
3232
- ROS2_WS=/home/ros2-essentials/vlp_ws
3333
# TODO: Uncomment the lines below to enable GPU support.
34-
# deploy:
3534
# # Reference : https://docs.docker.com/compose/gpu-support/
35+
# deploy:
3636
# resources:
3737
# reservations:
3838
# devices:

0 commit comments

Comments
 (0)