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
following error happen for first ros2 node but that node can continue working. It seems ros2 node is working, this is not blocking
>>> [rcutils|error_handling.c:108] rcutils_set_error_state()
This error state is being overwritten:
'rcl node implementation is invalid, at /home/admin/UE_tools/ros2_ws/src/ros2/rcl/rcl/src/rcl/node.c:414'
with this new error message:
'Handle's typesupport identifier (rosidl_typesupport_cpp) is not supported by this library, at ./src/type_support_dispatch.hpp:111'
rcutils_reset_error() should be called after error handling to avoid this.
<<<
The text was updated successfully, but these errors were encountered:
following error happen for first ros2 node but that node can continue working. It seems ros2 node is working, this is not blocking
The text was updated successfully, but these errors were encountered: