-
Notifications
You must be signed in to change notification settings - Fork 422
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
Lifecycle node class is missing parameter-related templates #642
Labels
Comments
Karsten1987
added
bug
Something isn't working
good first issue
Good for newcomers
labels
Feb 27, 2019
thanks for reporting. The implementation considerations make sense to me given that the lifecycle node has a lot of function forwarding already. |
ivanpauno
added
in progress
Actively being worked on (Kanban column)
and removed
backlog
labels
Mar 14, 2019
ivanpauno
added a commit
that referenced
this issue
Mar 14, 2019
Signed-off-by: ivanpauno <[email protected]>
@Karsten1987 I think this has been resolved by #645. Please re-open if I'm mistaken. |
nnmm
pushed a commit
to ApexAI/rclcpp
that referenced
this issue
Jul 9, 2022
Signed-off-by: Luetkebohle Ingo (CR/AEX3) <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feature request
Feature description
The LifecycleNode class is missing several parameter-related templates that are present in the regular Node class, such as get_parameter_or, get_parameter_or_set, and set_parameter_if_not_set. Adding the missing templates would allow a lifecycle node to be equivalent to normal nodes in its parameter-handling functionality, making it easier to port from a Node to a LifecycleNode.
Implementation considerations
Should be able to copy/paste the templates from the Node header.
The text was updated successfully, but these errors were encountered: