-
Notifications
You must be signed in to change notification settings - Fork 163
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
RCL overwriting error state after rmw_create_node #983
Comments
i think this is bug. Lines 251 to 261 in 493ebf3
Lines 305 to 311 in 493ebf3
and call this leads to call |
#985 can fix the problem, but according to #985 (review), it would be nice to refactor the |
Bug report
Required Info:
Expected behavior
RCL should fail gracefully when
rmw_create_node
returnsNULL
and sets the error state viaRMW_SET_ERROR_MSG
Actual behavior
RCL ignores the fact the
rmw_create_node
set an error and returnedNULL
and then proceeds to overwrite the error state as follows:The text was updated successfully, but these errors were encountered: