MotoRos2 installation issue #283
-
I’m having an issue while installing MotoRos2 on a YRC1000 controller: the MotoPlus application does not seem to be started or working properly at the end of the procedure. The micro ros agent and the debug_listener tool never receive any connection. The controller is reachable (response to ping) so I don’t think it’s a network issue. For information, I have already installed MotoRos2 on 3 other YRC1000 controllers successfully in the past few months, so I’m quite confident with the execution of the procedure. I have however noticed 2 things I’m not sure it has a relation with the problem:
The release used is 0.1.2. I have attached the PANELBOX.LOG file and the config file loaded. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 11 replies
-
This reminds me of #200, which unfortunately didn't get resolved. (difference however is there is a line under To skip to the end of #200 (#200 (reply in thread)): @rsaintobert: do you perhaps have a VGA connector kit for your YRC1000? |
Beta Was this translation helpful? Give feedback.
The issue is solved now, the problem was indeed a networking issue on the PC side.
After inspecting the network (I should have done it before), I saw UDP packets sent by the controller with a payload indicating an attempt to connect to the PC. It turns out that the UDP packets were not allowed on the connected interface (it's a fresh install of Ubuntu 22.04, I don't know why the configuration is done like this).
I updated the firewalling rules to allow UDP on it and everything is ok now.
Maybe something to add in the troubleshooting guide when no job is automatically created (which may indicate a connectivity issue) ?
Many thanks for your help anyway.