-
Notifications
You must be signed in to change notification settings - Fork 333
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
Fixed message filter api #457
base: ros2
Are you sure you want to change the base?
Conversation
Signed-off-by: Alejandro Hernandez Cordero <[email protected]>
Signed-off-by: Alejandro Hernandez Cordero <[email protected]>
There is an issue with rosdistro and branches. The problem is described here #458 If we merge this PR we will break |
To the maintainers here: it is usually our policy to not hard-break API like this in the ROS 2 core. We inadvertently did that when we merged in ros2/message_filters#129 ; we have a revert PR open in ros2/message_filters#132. However, we do eventually want to move in the direction of deprecating the current API and moving to a new one. What's your feeling here? Would it be a lot better for you if we maintained the current API, and then somehow figured out how to move to a new one? |
ros2 targets Rolling, humble/iron are branched separately. I don't think this is a problem, no? |
It doesn't look like that is the case currently; all of Humble, Iron, Jazzy, and Rolling are using the
|
See #458 |
See ros2/message_filters#132 (comment) , where we reverted the problematic change for now. We'll probably move back in that direction, so this PR will eventually be needed; up to you whether you want to leave this open for now or close it, and we can reopen later. |
Related with this PR ros2/message_filters#132