-
Notifications
You must be signed in to change notification settings - Fork 406
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with Connecting UR3 with ROS #712
Comments
Hi @MDario1997, |
As @VinDp wrote: A WiFi connection isn't sufficient to run the driver. You'll need to have a PC on the robot connected through a cable to the robot in order to run the driver. |
yes What does the log on the teach pendant say? Could you -- for debugging this -- unplug the MIR from the switch to make sure there's not tons of network traffic blocking things from coming through. I don't necessarily expect that, but just to rule out that option. |
Affected ROS Driver version(s)
Noetic with ubuntu 20.04
Used ROS distribution.
Noetic
Which combination of platform is the ROS driver running on.
Linux in a virtual machine
How is the UR ROS Driver installed.
Build both the ROS driver and UR Client Library from source
Which robot platform is the driver connected to.
UR CB3 robot
Robot SW / URSim version(s)
UR software 3.13.1.10297
How is the ROS driver used.
Through the robot teach pendant using External Control URCap
Issue details
Summary
I am trying to connect the UR3 robot to ROS with the URcap program
Issue details
I have the UR3 robot on top of a MIR (mobile robot), the UR is connected to the MIR connection, as the computer, because the aim is to connect both to ROS, so i did set all the IP's and after disabling the ufw i launched : 'roslaunch ur_robot_driver ur3_bringup.launch robot_ip:=192.168.12.2 kinematics_config:=$(rospack find ur_calibration)/ur3_robot_calibration.yaml' . After doing this, i launched the URcap program on the teach pendant and i have this problem printed on the terminal:
i don't know if the problem is that the MIR connection is not like ' a classic Wi-Fi' connection, but if i ping both the UR and the MIR on ROS i can see them.
Expected Behavior
i did expect to just read on the terminal
[ INFO] [1721124400.383903627]: Robot connected to reverse interface. Ready to receive control commands.
waiting then for my commands
Relevant log output
No response
Accept Public visibility
The text was updated successfully, but these errors were encountered: