Skip to content

Missing Kilted image #90

@adivardi

Description

@adivardi

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

See open-navigation/opennav_coverage#94

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions