MotoROS2: Fatal Error Alarm 8011 [5] #125
-
I follow all the installation steps and steps for setting up micro-ros-agent as per the README.md file. When I start the micro_ros_agent on the workstation, I get the following messages. Seems like the session establishes and then closes immediately after. The controller shows the following error. Attaching PANELBOX.LOG
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hi @shobhitagg That alarm indicates there was a failure creating the node.
|
Beta Was this translation helpful? Give feedback.
-
It's likely the problem is the value configured for the node_namespace: "yk-creator" Dashes (ie: The debug log also shows:
The I'd suggest removing the |
Beta Was this translation helpful? Give feedback.
It's likely the problem is the value configured for the
node_namespace
:Dashes (ie:
-
) are not legal in ROS resource names.The debug log also shows:
The
202
maps toRCL_RET_NODE_INVALID_NAMESPACE
.I'd suggest removing the
-
(or replacing it with a_
).