UniversalRobots / Universal_Robots_ROS_Driver

Universal Robots ROS driver supporting CB3 and e-Series
Apache License 2.0
747 stars 401 forks source link

Connection refused with UR5e and ROS noetic #590

Closed stevensu1838 closed 1 year ago

stevensu1838 commented 1 year ago

The IP of Ubuntu machine is 192.168.0.180 image

Set up the IP of UR5e robot, I first got this IP by click DHCP and then made this same IP 192.168.0.177 as Static

image

image image

I can ping the UR5e robot (192.168.0.177) from Ubuntu PC (192.168.0.180) with no problem, however, when I click play, It throws the error below on the teach pendant: image

And in Rviz no UR5e robot shows up. Could you please help?

Versions

fmauch commented 1 year ago

Did you run the ros driver on the ROS machine before pressing play as written in the README?

If yes, this sounds like a firewall issue.

fmauch commented 1 year ago

Or maybe a more stupid question: Did you start the ROS driver beforehand?