-
Notifications
You must be signed in to change notification settings - Fork 430
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
Provide for local callbacks on parameter events in parameter node API #609
Comments
…os2#609 Signed-off-by: Tomoya.Fujita <Tomoya.Fujita@sony.com>
This issue has been mentioned on ROS Discourse. There might be relevant details there: https://discourse.ros.org/t/security-ramifications-of-global-parameter-events/15924/8 |
Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
This was actually completed for Iron, so closing this out. |
@clalancette I came across this due to someone asking about disabling So I think this should be reopened. |
This issue is indeed complete; we now provide a local callback that can be used. If you'd like to track changing the code in |
Ok. However, @fujitatomoya a few lines above in this thread there's a reference to a commit where you seem to already have implemented this?
|
This is a follow up to discussions in #595 and #608 and somewhat related to #296 but for the post change callbacks not validation stage which would be a 3rd callback type proposed.
It would be valuable to not rely on parameter events being published but use the internal node interface API to get the events in a callback for different interfaces. Along with that change if there was a more fully featured API for registering callbacks for parameter changes locally, the parameter event publishing could also be split out into a separate component that could obviate the need for a parameter to turn that functionality on and off in the constructor of the parameter, and avoid the dependencies on the clock and topics interface for the core parameter API.
The text was updated successfully, but these errors were encountered: