-
Notifications
You must be signed in to change notification settings - Fork 13
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
ros_realtime: Subscriber needs the ability to attach filters before it #5
Comments
Changed 2 years ago by jfaust milestone set to ros_realtime 1.0 cc pastor added Changed 2 years ago by mrinal attachment rosrt_filters.diff added Changed 2 years ago by jfaust owner changed from jfaust to gerkey owner changed from gerkey to mrinal milestone ros_realtime 1.0 deleted |
patch
|
The FilteredSubscriber class allows a message to be processed outside realtime before passing it along to realtime code.
The FilteredSubscriber class allows a message to be processed outside realtime before passing it along to realtime code.
Migrated from code.ros.org, issue #2960
Reported by: jfaust
https://code.ros.org/trac/ros/ticket/2960
For the rosrt Subscriber to be truly useful in realtime, filters that can (for example) transform a message into the correct frame need to be able to run outside realtime before the Subscriber passes the message along.
The text was updated successfully, but these errors were encountered: