Skip to content

MotoROS2: Fatal Error Alarm 8011 [5] #125

Discussion options

You must be logged in to vote

It's likely the problem is the value configured for the node_namespace:

node_namespace: "yk-creator"

Dashes (ie: -) are not legal in ROS resource names.

The debug log also shows:

[2023-08-16 10:22:50.315183] [192.168.1.73:55479]: rclc_node_init_with_options = 202

The 202 maps to RCL_RET_NODE_INVALID_NAMESPACE.

I'd suggest removing the - (or replacing it with a _).

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
3 replies
@gavanderhoorn
Comment options

@shobhitagg
Comment options

@gavanderhoorn

This comment has been hidden.

Comment options

You must be logged in to vote
1 reply
@gavanderhoorn
Comment options

Answer selected by shobhitagg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rv:0.1.0 Reported in MotoROS2 0.1.0 yrc1000 ros2:humble
3 participants
Converted from issue

This discussion was converted from issue #124 on August 16, 2023 06:13.