Below you will find pages that utilize the taxonomy term “ros-tooling”
October 20, 2024
ROS 2 CI Action
Version updated for ros-tooling/action-ros-ci to version 0.3.15.
This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Run either apt or dnf update, with or without sudo (#881) Use GITHUB_SERVER_URL for authentication configuration (#926)
August 23, 2024
Setup ROS environment
Version updated for ros-tooling/setup-ros to version 0.7.9.
This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Use grub-efi-*-signed corresponding to current arch (#732)
May 17, 2024
ROS 2 CI Action
Version updated for ros-tooling/action-ros-ci to version 0.3.13.
This action is used across all versions by 1,509 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Migrate to Node.js v20 (#870)
May 17, 2024
Setup ROS environment
Version updated for ros-tooling/setup-ros to version 0.7.5.
This action is used across all versions by 1,615 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Migrate to Node.js v20 (#679)
May 14, 2024
ROS 2 CI Action
Version updated for ros-tooling/action-ros-ci to version 0.3.12.
This action is used across all versions by 1,501 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Skip installation of RTI Connext 6.0.1 (#869) Just like we do for version 5.3.1
April 30, 2024
ROS 2 CI Action
Version updated for ros-tooling/action-ros-ci to version 0.3.11.
This action is used across all versions by 1,481 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Make ‘pip3 freeze’ optional (#868)
April 30, 2024
Setup ROS environment
Version updated for ros-tooling/setup-ros to version 0.7.4.
This action is used across all versions by 1,589 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes ci: temporary testing for rolling (#676) fix: pin python3.10 for osx (#678) fix: modify macos ci (#675) Bump Python to 3.8 on Windows (#677)
April 29, 2024
ROS 2 CI Action
Version updated for ros-tooling/action-ros-ci to version 0.3.9.
This action is used across all versions by 1,479 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes fix: add space before -m (#865)
April 29, 2024
ROS 2 CI Action
Version updated for ros-tooling/action-ros-ci to version 0.3.8.
This action is used across all versions by 1,478 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Print list of Python packages and their version (#862) add jazzy support (#863) Use target-ros2-distro: jazzy
April 26, 2024
Setup ROS environment
Version updated for ros-tooling/setup-ros to version 0.7.3.
This action is used across all versions by 1,584 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Add support for Jazzy (#673) Jazzy binaries on Ubuntu are only available from the testing apt repository since Jazzy hasn’t been released yet. To use the testing repository, use the use-ros2-testing option: - uses: ros-tooling/setup-ros@v0.7 with: required-ros-distributions: jazzy use-ros2-testing: true
April 22, 2024
Setup ROS environment
Version updated for ros-tooling/setup-ros to version 0.7.2.
This action is used across all versions by 1,573 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Add Ubuntu 24.04 Noble support (#658) This should not affect existing workflows. Since the ubuntu-24.04 runner is not available yet, you must use Docker to use Ubuntu 24.04 Noble, e.g.: jobs: build: - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest # Doesn't really matter + container: + image: ubuntu:24.
April 13, 2024
ROS 2 CI Action
Version updated for ros-tooling/action-ros-ci to version 0.3.7.
This action is used across all versions by 1,455 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Add no-symlink-install option (#859) See https://github.com/ros-tooling/action-ros-ci#Do-not-use---symlink-install-when-building
December 19, 2023
Setup ROS environment
Version updated for ros-tooling/setup-ros to version 0.7.1.
This action is used across all versions by 1,402 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Pin version of empy to <4 (#632)
December 5, 2023
Setup ROS environment
Version updated for ros-tooling/setup-ros to version 0.6.3.
This action is used across all versions by 1,385 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Pin version of empy to <4 (backport https://github.com/ros-tooling/setup-ros/pull/632) Please note that we didn’t plan to keep supporting setup-ros for EOL distros. v0.7 drops support for Foxy, but this release fixes workflows for Foxy with v0.6, since Foxy has only been EOL for 6 months.
December 2, 2023
Setup ROS environment
Version updated for ros-tooling/setup-ros to version 0.7.1.
This action is used across all versions by 1,380 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Pin version of empy to <4 (#632)
November 10, 2023
ROS 2 CI Action
Version updated for ros-tooling/action-ros-ci to version 0.3.5.
This action is used across all versions by 1,243 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes read the GitHub server URL from the ‘GITHUB_SERVER_URL’ env variable (#835)