You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What are the plans to moving to ros2 humble (Ubuntu 22.04 LTS)?
Note:
Ubuntu 22.04 LTS does not have a ROS1 official release
open-rmf has already moved to humble
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:
Ubuntu 22.04 LTS does not have a ROS1 official release
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
open-rmf has already moved to humble
The Open-RMF API has not changed since foxy so all packages here will be able to build against humble version of core Open-RMF packages. If there are any ff_ros2_client changes needed due to API changes in nav2 between humble and older distros, you can open a PR to fix that.
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: