You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ros2/rcl#1115 created the new return code RCL_RET_NOT_FOUND and added it to rcl_logging_rosout_add_sublogger, so technically this does not break the API/ABI. However, if client code is compiled with assumptions about a fixed set of return values and behaves incorrectly when receiving a new value, it might cause unintended behavior without breaking ABI in the strictest sense.
at this moment, i do not think we are going to work on the backport for humble.
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Execute the next code.
Expected behavior
Both loggers should be apeear in rosout.
Screenshots
Only the message from the parent is received in the topic /rosout
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: