-
Notifications
You must be signed in to change notification settings - Fork 912
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
Add return value to void node_handle.param #753
Comments
The proposed change would change ABI and therefore not be consider for already released distros (Indigo, Jade). But it could easily be implemented for Kinetic since it doesn't require any change in user code. Would you be interested to provide a pull request including some tests once there is a There is a simple way to achieve the desired behavior with the existing API with the only downside that it requires more then one line. You can call |
Hey! I'm going to write the pull request. Maybe we could also (sooner) add a |
I am not sure that it is a good idea that a function caled |
Please see #775 for the proposed change in Kinetic. |
Look perfect. Thanks. |
There is no way to see if the default value for a loaded parameter was used or if it was read from the parameter server. The function currently does not return anything so it would be simple to improve it like this:
What do you think? Current code would just ignore the return value so that it should not create a problem for anyone.
The text was updated successfully, but these errors were encountered: