URCAPS External Control: Connection refused

asked 2022-03-15 09:52:07 -0500

yadrian gravatar image

Good evening, I am trying to follow this tutorial https://github.com/UniversalRobots/Un...

Reproducing every step works except step 5 under "Connect to External Control via URCap".

What we have tried:

  • Using default port
  • Using port that we thought it would listen to

Errors we get when configuring on universal robot pad:

  • "The connection to the remote pc at 192.16.1.100:50002 could not be established. Reason: Connection refused"

I doublechecked the IP-address of my ROS PC in externalcontrol under the installation tab on the tablet and it is correct. We can ping the robot (192.168.1.10) which is working. Robot specifications:

UR10
URSoftware 3.15
External Control URcap version 1.0.5

IP addr show output:

1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
   valid_lft forever preferred_lft forever
inet6 ::1/128 scope host 
   valid_lft forever preferred_lft forever

2: eno1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
link/ether 88:51:fb:42:ca:47 brd ff:ff:ff:ff:ff:ff
altname enp0s25
inet 192.168.1.100/24 brd 192.168.1.255 scope global dynamic noprefixroute eno1
edit retag flag offensive close merge delete

Comments

I encounter the same problem on foxy (and through docker). I tried both the IP of the pc in native ubuntu and the ip of the docker but nothing works. Any luck on that?

AlexandrosNic gravatar image AlexandrosNic  ( 2022-06-01 09:23:10 -0500 )edit