-
Notifications
You must be signed in to change notification settings - Fork 198
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
Lifecycle node support for tf2_ros::MessageFilter #95
Labels
Comments
Are there any updates on that? |
Unfortunately not; this is still a backlog/help wanted item. We'd be happy to review contributions that improve it, though. |
According to this table this issue was solved with issue #96. I don't think that's entirely true, can I pick this up? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feature request
Feature description
Similar to #70 and #94, the MessageFilter class needs support for lifecycle nodes.
Implementation considerations
There could be a constructor that takes the required node interfaces, perhaps in addition to rclcpp::Node and rclcpp_lifecycle::LifecycleNode.
The text was updated successfully, but these errors were encountered: