-
Notifications
You must be signed in to change notification settings - Fork 435
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 way to check if init has been called (i.e. isInitialized) #518
Comments
I was going to say |
would There is indeed a related issue in the backlog: #3 |
Yeah if |
It seems like the discussion in the waffle meeting today leaned towards having separate APIs for tracking whether a signal has been received versus whether rclcpp is currently initialized. |
Closed by #522. |
ros2#518) Signed-off-by: Michel Hidalgo <michel@ekumenlabs.com>
Feature request
Feature description
It would be convenient to have a way to check if
rclcpp::init
has been called, similar to ros::isInitialized.Implementation considerations
If this has been left out due to some design decision, I suppose users can live without it, and instead try to catch specific errors resulting from not calling init. I searched a bit and couldn't find an explanation, so I imagine it may just be in the backlog?
Thanks!
The text was updated successfully, but these errors were encountered: