Skip to content
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

turtlesim does not clean up its parameters when it terminates #16

Closed
jihoonl opened this issue Mar 5, 2014 · 2 comments
Closed

turtlesim does not clean up its parameters when it terminates #16

jihoonl opened this issue Mar 5, 2014 · 2 comments
Labels

Comments

@jihoonl
Copy link
Contributor

jihoonl commented Mar 5, 2014

I noticed turtlesim_node sets background_r,g,b rosparam when it starts
but it does not deletes it when it dies.

@dirk-thomas
Copy link
Member

Parameters are conceptionally not being unset when the node which sets them goes away. There is no expectation that parameters are cleaned up by a node either.

turtlesim could set the rgb values to defined values when it starts up. But I would consider that syntactic sugar for this tutorial application. It could actually be considered a good example for the user that the parameters actually stay as they are to demomstrate the persistence of the parameters until the master is restarted.

Therefore I will mark this ticket as "wontfix". Please feel free to comment on the ticket even after it has been closed.

@jihoonl
Copy link
Contributor Author

jihoonl commented Mar 6, 2014

Ok. Thanks for answer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants