Add support for ROS-O (ROS One) distribution#1008
Open
iory wants to merge 1 commit intoros-tooling:mainfrom
Open
Add support for ROS-O (ROS One) distribution#1008iory wants to merge 1 commit intoros-tooling:mainfrom
iory wants to merge 1 commit intoros-tooling:mainfrom
Conversation
ROS-O is a community-supported ROS 1 distribution that works on Ubuntu 20.04 and newer versions. This change adds ROS-O to the list of valid ROS 1 distributions. Changes: - Add 'one' to validROS1Distros list in action-ros-ci.ts - Update Python version detection to recognize ROS-O as Python 3-based - ROS-O follows the same Python 3 convention as Noetic This allows action-ros-ci to properly handle ROS-O workspaces and build configurations. Signed-off-by: Iori Yanokura <ab.ioryz@gmail.com>
This was referenced Oct 30, 2025
christophebedard
approved these changes
Nov 5, 2025
Member
christophebedard
left a comment
There was a problem hiding this comment.
I was personally looking forward to completely removing support for ROS 1 🙈 but I'm 💯 on board with this if it is maintained by ROS-O users/maintainers.
Member
|
Just waiting for ros-tooling/setup-ros#854 before merging this. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds support for ROS-O (ROS One), a community-supported ROS 1 distribution that works on Ubuntu 20.04 and newer versions.
Changes
validROS1DistrosDetails
ROS-O is a modern ROS 1 distribution built for newer Ubuntu versions (20.04+). Like Noetic, it uses Python 3 instead of Python 2. This change allows action-ros-ci to:
Example usage
Related changes
This PR works in conjunction with the setup-ros PR that adds ROS-O repository support:
Testing
Tested with ROS-O workspaces on:
Breaking changes
None. This is a purely additive change that extends support to a new ROS 1 distribution.