Cannot pull calibration information from UR30 as no connection is established #1185
Unanswered
sachinkundu
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have Ubuntu 24.04.1 LTS running on a laptop(not a VM). ROS_DISTRO = jazzy
PolyScope version = 5.17.3
I installed jazzy version of driver using
sudo apt-get install ros-${ROS_DISTRO}-ur
I have connected an ethernet cable from the laptop to the control box.
I go to Hambunger > Settings > System > Network and after putting the Admin password set the network method to Static Address as
I then set wired connection on the laptop side to
When I verify with
ping 192.168.1.102
it WORKS!Even though on the Network page on the teach pendant is says Not connected to network
I ignored this error and proceeded with the installation by installing externalcontrol urcap as described in Installing a URCap on a e-Series robot
The Robot program has a single statement with ExternalControl and pointing to Host IP: 192.168.1.101 which is the laptop ip.
Next I run
$ ros2 launch ur_calibration calibration_correction.launch.py \ robot_ip:=192.168.1.102 target_filename:="${HOME}/my_robot_calibration.yaml"
but it fails to connect and the console stream says
The robot is surely booted. On the laptop side I have disabled the firewall with
sudo ufw disable
What steps do I need to do differently? I have not started the driver on the laptop side neither have I started the program from teach pendant.
I continued onward ignoring pulling the calibration file from robot with the next step
ros2 launch ur_robot_driver ur_control.launch.py ur_type:=ur5e robot_ip:=192.168.56.101
But that fails with
Seems like a networking issue or are the steps to be done in another order?
Beta Was this translation helpful? Give feedback.
All reactions