Skip to content

Commit

Permalink
docs: Fix comments and linting
Browse files Browse the repository at this point in the history
  • Loading branch information
j3soon committed Aug 22, 2024
1 parent 6715046 commit aac298f
Show file tree
Hide file tree
Showing 16 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions cartographer_ws/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Base Image : https://hub.docker.com/r/osrf/ros/tags?page=1&name=humble
# Base Image: https://hub.docker.com/r/osrf/ros/tags?page=1&name=humble
FROM osrf/ros:humble-desktop-full AS amd64
# Base Image : https://hub.docker.com/r/arm64v8/ros/tags?page=1&name=humble
# Base Image: https://hub.docker.com/r/arm64v8/ros/tags?page=1&name=humble
FROM arm64v8/ros:humble AS arm64

# Use docker automatic platform args to select the base image.
Expand Down
2 changes: 1 addition & 1 deletion cartographer_ws/docker/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ services:
- RCUTILS_COLORIZED_OUTPUT=1
- ROS2_WS=/home/ros2-essentials/cartographer_ws
# TODO: Uncomment the lines below to enable GPU support.
# # Reference: https://docs.docker.com/compose/gpu-support/
# deploy:
# # Reference : https://docs.docker.com/compose/gpu-support/
# resources:
# reservations:
# devices:
Expand Down
4 changes: 2 additions & 2 deletions husky_ws/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Base Image : https://hub.docker.com/r/osrf/ros/tags?page=1&name=humble
# Base Image: https://hub.docker.com/r/osrf/ros/tags?page=1&name=humble
FROM osrf/ros:humble-desktop-full AS amd64
# Base Image : https://hub.docker.com/r/arm64v8/ros/tags?page=1&name=humble
# Base Image: https://hub.docker.com/r/arm64v8/ros/tags?page=1&name=humble
FROM arm64v8/ros:humble AS arm64

# Use docker automatic platform args to select the base image.
Expand Down
2 changes: 1 addition & 1 deletion husky_ws/docker/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ services:
- RCUTILS_COLORIZED_OUTPUT=1
- ROS2_WS=/home/ros2-essentials/husky_ws
# TODO: Uncomment the lines below to enable GPU support.
# # Reference: https://docs.docker.com/compose/gpu-support/
# deploy:
# # Reference : https://docs.docker.com/compose/gpu-support/
# resources:
# reservations:
# devices:
Expand Down
4 changes: 2 additions & 2 deletions kobuki_ws/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Base Image : https://hub.docker.com/r/osrf/ros/tags?page=1&name=humble
# Base Image: https://hub.docker.com/r/osrf/ros/tags?page=1&name=humble
FROM osrf/ros:humble-desktop-full AS amd64
# Base Image : https://hub.docker.com/r/arm64v8/ros/tags?page=1&name=humble
# Base Image: https://hub.docker.com/r/arm64v8/ros/tags?page=1&name=humble
FROM arm64v8/ros:humble AS arm64

# Use docker automatic platform args to select the base image.
Expand Down
2 changes: 1 addition & 1 deletion kobuki_ws/docker/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ services:
- RCUTILS_COLORIZED_OUTPUT=1
- ROS2_WS=/home/ros2-essentials/kobuki_ws
# TODO: Uncomment the lines below to enable GPU support.
# # Reference: https://docs.docker.com/compose/gpu-support/
# deploy:
# # Reference : https://docs.docker.com/compose/gpu-support/
# resources:
# reservations:
# devices:
Expand Down
4 changes: 2 additions & 2 deletions orbslam3_ws/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Base Image : https://hub.docker.com/r/osrf/ros/tags?page=1&name=humble
# Base Image: https://hub.docker.com/r/osrf/ros/tags?page=1&name=humble
FROM osrf/ros:humble-desktop-full AS amd64
# Base Image : https://hub.docker.com/r/arm64v8/ros/tags?page=1&name=humble
# Base Image: https://hub.docker.com/r/arm64v8/ros/tags?page=1&name=humble
FROM arm64v8/ros:humble AS arm64

# Use docker automatic platform args to select the base image.
Expand Down
2 changes: 1 addition & 1 deletion orbslam3_ws/docker/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ services:
- RCUTILS_COLORIZED_OUTPUT=1
- ROS2_WS=/home/ros2-essentials/orbslam3_ws
# TODO: Uncomment the lines below to enable GPU support.
# # Reference: https://docs.docker.com/compose/gpu-support/
# deploy:
# # Reference : https://docs.docker.com/compose/gpu-support/
# resources:
# reservations:
# devices:
Expand Down
4 changes: 2 additions & 2 deletions rtabmap_ws/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Base Image : https://hub.docker.com/r/osrf/ros/tags?page=1&name=humble
# Base Image: https://hub.docker.com/r/introlab3it/rtabmap/tags?page=1&name=jammy
FROM introlab3it/rtabmap:jammy AS amd64
# Base Image : https://hub.docker.com/r/arm64v8/ros/tags?page=1&name=humble
# Base Image: https://hub.docker.com/r/introlab3it/rtabmap/tags?page=1&name=jammy
FROM introlab3it/rtabmap:jammy AS arm64

# Use docker automatic platform args to select the base image.
Expand Down
2 changes: 1 addition & 1 deletion rtabmap_ws/docker/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ services:
- RCUTILS_COLORIZED_OUTPUT=1
- ROS2_WS=/home/ros2-essentials/rtabmap_ws
# TODO: Uncomment the lines below to enable GPU support.
# # Reference: https://docs.docker.com/compose/gpu-support/
# deploy:
# # Reference : https://docs.docker.com/compose/gpu-support/
# resources:
# reservations:
# devices:
Expand Down
4 changes: 2 additions & 2 deletions template_ws/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Base Image : https://hub.docker.com/r/osrf/ros/tags?page=1&name=humble
# Base Image: https://hub.docker.com/r/osrf/ros/tags?page=1&name=humble
FROM osrf/ros:humble-desktop-full AS amd64
# Base Image : https://hub.docker.com/r/arm64v8/ros/tags?page=1&name=humble
# Base Image: https://hub.docker.com/r/arm64v8/ros/tags?page=1&name=humble
FROM arm64v8/ros:humble AS arm64

# Use docker automatic platform args to select the base image.
Expand Down
2 changes: 1 addition & 1 deletion template_ws/docker/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ services:
- RCUTILS_COLORIZED_OUTPUT=1
- ROS2_WS=/home/ros2-essentials/template_ws
# TODO: Uncomment the lines below to enable GPU support.
# # Reference: https://docs.docker.com/compose/gpu-support/
# deploy:
# # Reference : https://docs.docker.com/compose/gpu-support/
# resources:
# reservations:
# devices:
Expand Down
4 changes: 2 additions & 2 deletions tests/diff_base/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Base Image : https://hub.docker.com/r/osrf/ros/tags?page=1&name=humble
# Base Image: PLACEHOLDER
FROM PLACEHOLDER AS amd64
# Base Image : https://hub.docker.com/r/arm64v8/ros/tags?page=1&name=humble
# Base Image: PLACEHOLDER
FROM PLACEHOLDER AS arm64

# Use docker automatic platform args to select the base image.
Expand Down
2 changes: 1 addition & 1 deletion tests/diff_base/docker/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ services:
- RCUTILS_COLORIZED_OUTPUT=1
- ROS2_WS=/home/ros2-essentials/PLACEHOLDER_ws
# TODO: Uncomment the lines below to enable GPU support.
# # Reference: https://docs.docker.com/compose/gpu-support/
# deploy:
# # Reference : https://docs.docker.com/compose/gpu-support/
# resources:
# reservations:
# devices:
Expand Down
4 changes: 2 additions & 2 deletions vlp_ws/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Base Image : https://hub.docker.com/r/osrf/ros/tags?page=1&name=humble
# Base Image: https://hub.docker.com/r/osrf/ros/tags?page=1&name=humble
FROM osrf/ros:humble-desktop-full AS amd64
# Base Image : https://hub.docker.com/r/arm64v8/ros/tags?page=1&name=humble
# Base Image: https://hub.docker.com/r/arm64v8/ros/tags?page=1&name=humble
FROM arm64v8/ros:humble AS arm64

# Use docker automatic platform args to select the base image.
Expand Down
2 changes: 1 addition & 1 deletion vlp_ws/docker/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ services:
- RCUTILS_COLORIZED_OUTPUT=1
- ROS2_WS=/home/ros2-essentials/vlp_ws
# TODO: Uncomment the lines below to enable GPU support.
# # Reference: https://docs.docker.com/compose/gpu-support/
# deploy:
# # Reference : https://docs.docker.com/compose/gpu-support/
# resources:
# reservations:
# devices:
Expand Down

0 comments on commit aac298f

Please sign in to comment.