-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What are the plans on moving to humble (Ubuntu 22.04)? #138
Comments
By the way, Ubuntu 20.04LTS will be EOL in Apr,2025 - which isn't too far away. |
Actually Ubuntu upstream contains ROS 1 debians that you can install via apt on Ubuntu 22.04. There are some differences between those packages and the ones officially distributed by OSRF on Focal. See more here
The Open-RMF API has not changed since |
@Yadunund Use ubuntu official deb packages for ROS1 to build ROS1 related stuff, all code (ROS1&2) stays within this package. Did I understand correctly? |
With #145 merged, the integration scheme has changed significantly, where only a Zenoh bridge is required to run on the robots, with the proper configurations. The repository is now built entirely in a ROS 2 workspace, without any ROS 1 packages any more, even for Nav1 integration. Please take a look and see if it suits your use case. |
Feature request
Description
What are the plans to moving to ros2 humble (Ubuntu 22.04 LTS)?
Note:
Implementation considerations
The "easy button" would be just deleting all ros1 related packages and files in this repo.
I have confirmed that it'll build properly under humble.
Alternatives
Another way is to split the package for server(humble), client(humble), and client(noetic).
Although this approach will be time-consuming, it'll retain support for ROS1 based robots.
The text was updated successfully, but these errors were encountered: