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

Add read_only parameter metadata #35

Merged
merged 3 commits into from Apr 23, 2019
Merged

Add read_only parameter metadata #35

merged 3 commits into from Apr 23, 2019

Conversation

sloretz
Copy link
Contributor

@sloretz sloretz commented May 30, 2018

WIP until there is code in rclcpp supporting this. Adds a boolean indicating if a parameter is allowed to change after it has been initialized. The default is true. If false then the parameter can be set via yaml passed to the node, but it's value may not be changed for the life of the node.

connects to ros2/rclcpp#495

@sloretz sloretz added the in progress Actively being worked on (Kanban column) label May 30, 2018
@sloretz sloretz self-assigned this May 30, 2018
Signed-off-by: William Woodall <william@osrfoundation.org>
@wjwwood wjwwood added in review Waiting for review (Kanban column) and removed in progress Actively being worked on (Kanban column) labels Apr 19, 2019
@wjwwood wjwwood merged commit 99be81d into master Apr 23, 2019
@delete-merged-branch delete-merged-branch bot deleted the read_only_parameters branch April 23, 2019 17:45
@wjwwood wjwwood removed the in review Waiting for review (Kanban column) label Apr 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants