-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Description
The image rostooling/setup-ros-docker:ubuntu-noble-latest doesn't contain a kilted image.
Expected Behavior
Should doesnload and tun an image based on ros kilted
Actual Behavior
When running the following snippet in a github action:
build_and_test:
runs-on: ubuntu-latest
env:
ROS_DISTRO: ${{ matrix.ros_distro }}
RMW_IMPLEMENTATION: rmw_cyclonedds_cpp
container:
image: rostooling/setup-ros-docker:ubuntu-noble-latest
strategy:
fail-fast: false
matrix:
ros_distro: [kilted]
steps:
...
I get the error
Input kilted was not a valid ROS 2 distribution for 'target-ros2-distro'. Valid values: dashing,eloquent,foxy,galactic,humble,iron,jazzy,rolling
To Reproduce
** Steps to reproduce the behavior, e.g.
Run CI based on the previous snippet's image
System (please complete the following information)
- OS: github
** For ROS 2 bugs - please attach a VCS.repos or Dockerfile if possible to help us reproduce the environment **
Additional context
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working