ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
1

RCLPY Managed Nodes for Foxy

asked 2022-03-22 05:50:24 -0500

CraigH100 gravatar image

Hi, it looks like managed nodes have been merged into rclpy on the master branch: https://github.com/ros2/rclpy/pull/865

Will this ever be available in Foxy? How does the master branch relate to the ros2 versions?

What is the easiest way for me to use this feature in my ROS2 project, ideally without having to change ROS2 version (as we have a fairly large team, and a lot of CI/CD built around foxy, and it may be hard to convince the project managers to update to galactic for this one feature).

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2022-03-22 13:36:19 -0500

You may want to ask on the PR. I normally would say there is little chance that a feature of that size would be backported, but skimming through the code it doesn't appear to me to have any API breakages that would be blocking a backport to Foxy. Though, it may rely on changes-to-changes that are in the current main branch that are not in foxy making it not backportable.

The main branch is where all development occurs and changes are backported, where appropriate, to currently active distributions. Then syncs are made about once every month or two and the changes are pushed to binaries that you can install to use.

Its the age old issue of "I want the stability of LTS but all the new features of bleeding edge".

edit flag offensive delete link more

Question Tools

3 followers

Stats

Asked: 2022-03-22 05:50:24 -0500

Seen: 119 times

Last updated: Mar 22 '22