Replies: 2 comments 2 replies
-
Typical usage would be to create a custom package that contains all the configuration for your specific robot arm(s) in one place. This is described in the ur_calibration README. The incorrect checksum should however not lead to you not being able to control the robot. My first guess would be that the urcap is not running on the robot (you should see a line |
Beta Was this translation helpful? Give feedback.
-
Hello, many thanks for the quick answer! So, I provide here more detail about the problem that I am facing.
When I run the command I get the following output log:
In the log I can see, for example, that the scaled_joint_trajectory_controller failed to load for some reason. It's after running this command that I run the program for the external control on the UR tablet, since before running the launch file, it says "Connection refused". When I run in a separate terminal
Any help appreciated, |
Beta Was this translation helpful? Give feedback.
-
I get the following error while running:
Command:
ros2 launch ur_robot_driver ur_control.launch.py ur_type:=ur10e robot_ip:=192.168.1.102 launch_rviz:=true
Error:
[ur_ros2_control_node-1] [INFO] [1710949399.473507842] [URPositionHardwareInterface]: Calibration checksum: 'calib_5119701370761913513'.
[ur_ros2_control_node-1] [ERROR] [1710949400.482764365] [URPositionHardwareInterface]: The calibration parameters of the connected robot don't match the ones from the given kinematics config file. Please be aware that this can lead to critical inaccuracies of tcp positions. Use the ur_calibration tool to extract the correct calibration from the robot and pass that into the description. See [https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/blob/main/ur_calibration/README.md] for details.
I generated the calibration.yaml file according to the docs, do I need to follow additional steps to copy it into the UR description. If so, how can I do so?
And then, the controllers do not show when running
ros2 control list_controllers
or does the Moveit interface work...Any help appreciated,
Thanks
Beta Was this translation helpful? Give feedback.
All reactions