-
Notifications
You must be signed in to change notification settings - Fork 43
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
remove rmw_localhost_only_t. #255
remove rmw_localhost_only_t. #255
Conversation
Thanks for the PR. One question I have is whether we retain support for Iron + Jazzy users who may continue to specify |
Just an interested bystander here: I am following this repository out of curiosity. For such a small delta, I would advise some guard around the statement instead of branching off. Otherwise a huge backport effort will probably be undertaken. With tooling like mergify bots etc. Making a lot of PR creation noise. Making repositories often un-watchable. Of course this should not be your main concern but also take into account the maintenance effort this brings in. I think a (rather ugly) guard in the code is less of an effort. |
@Yadunund Friendly ping here to follow up. |
@Yadunund , @ahcorde , and I discussed this change. In the long run (end of this year), we are going to have to branch off, due to releasing into distributions. But until we get there, it is convenient to use the same branch for everything. Thus, for now, I think should strive in this PR to maintain compatibility with Iron, Jazzy, and Rolling. The simple way to do that would be to just remove all references to the Thus, in addition to removing those references, we should also make sure that the structure is initialized. For |
Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com>
Friendly feedback @clalancette @Yadunund @ahcorde , this problem has started in main repo as well for rolling. Github action log : https://github.com/CihatAltiparmak/moveit_middleware_benchmark/actions/runs/10504255092/job/29099303697#step:3:1285 |
* remove rmw_localhost_only_t. Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com> Co-authored-by: Alejandro Hernández Cordero <ahcorde@gmail.com>
* remove rmw_localhost_only_t. Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com> Co-authored-by: Alejandro Hernández Cordero <ahcorde@gmail.com>
Hello, maybe it's also in your plan, but i wanted to open PR about deprecated usage of rmw_localhost_only_t just in case you have overlooked this PR ( ros2/rcl#1169 ) in rcl. I have discovered this one while running ros-industrial ci in my repo and some errors happen like below in the
ROS_REPO=testing
case.