-
Notifications
You must be signed in to change notification settings - Fork 431
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
rclcpp/context lacking a const method for shutdown_reason
#1323
Comments
Link to rclcpp/rclcpp/src/rclcpp/context.cpp Lines 289 to 294 in 3a4ac0c
init_mutex_ which prevents it from being const. I suggested @Blast545 open this issue, just to see if others thought there might be more preferred ways of doing this.
One possible solution would be to make |
@clalancette should I follow @brawner and make it the |
Yeah, that is the usual way to deal with this problem. Making |
done with #1578 |
Adding coverage tests for
context
module (#1321), we have realized there is noconst
method for theshutdown_reason
method. See link to the codeThis issue is to track the conversation here and get some feedback.
The text was updated successfully, but these errors were encountered: