Skip to content

Commit 8437787

Browse files
committed
add note about looking for error in console
1 parent 23a32db commit 8437787

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

ur_robot_driver/doc/usage/startup.rst

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,19 @@ Verify calibration info is being used correctly
7979
.. _verify_calibration:
8080

8181
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:
8584

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
90+
you should see:
91+
92+
.. code-block:: none
8793
88-
$ [INFO] [1694437690.406932381] [URPositionHardwareInterface]: Calibration checksum: 'calib_xxxxxxxxxxxxxxxxxxx'
94+
[INFO] [1694437690.406932381] [URPositionHardwareInterface]: Calibration checksum: 'calib_xxxxxxxxxxxxxxxxxxx'
8995
9096
Verify that the printed checksum matches that on the final line of your extracted calibration file.
9197

0 commit comments

Comments
 (0)