Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/ROS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
ros_distribution:
- humble
- jazzy
- rolling

# Define the Docker image(s) associated with each ROS distribution.
include:
Expand All @@ -46,6 +47,11 @@ jobs:
ros_distribution: jazzy
ros_version: 2

# Rolling Ridley (June 2020 - Present)
- docker_image: rostooling/setup-ros-docker:ubuntu-noble-ros-rolling-ros-base-latest
ros_distribution: rolling
ros_version: 2

container:
image: ${{ matrix.docker_image }}
steps:
Expand Down