You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ur_robot_driver/doc/usage/startup.rst
+11-5Lines changed: 11 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,13 +79,19 @@ Verify calibration info is being used correctly
79
79
.. _verify_calibration:
80
80
81
81
If you passed a path to extracted calibration via the *kinematics_params_file*
82
-
parameter, verify that the checksum of the loaded calibration matches that of your extracted
83
-
calibration. Search for the term *checksum* in the console output after launching the driver,
84
-
and you should see:
82
+
parameter, ensure that the loaded calibration matches that of the robot by inspecting the console
83
+
output after launching ur_robot_driver. If the calibration does not match, you will see an error:
85
84
86
-
.. code-block:: console
85
+
.. code-block:: none
86
+
87
+
[ERROR] [1694437624.484381456] [URPositionHardwareInterface]: The calibration parameters of the connected robot don't match the ones from the given kinematics config file.
88
+
89
+
Alternatively, search for the term *checksum* in the console output after launching the driver, and
0 commit comments