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
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,21 +78,23 @@ Verify calibration info is being used correctly
78
78
79
79
.. _verify_calibration:
80
80
81
-
If you passed a path to extracted calibration via the *kinematics_params_file*
81
+
If you passed a path to an extracted calibration via the *kinematics_params_file*
82
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:
83
+
output after launching the ``ur_robot_driver``. If the calibration does not match, you will see an error:
84
84
85
-
.. code-block::none
85
+
.. code-block::
86
86
87
-
[ERROR] [1694437624.484381456] [URPositionHardwareInterface]: The calibration parameters of the connected robot don't match the ones from the given kinematics config file.
[ERROR] [1694437690.516957265] [URPositionHardwareInterface]: The calibration parameters of the connected robot don't match the ones from the given kinematics config file.
88
89
89
-
Alternatively, search for the term *checksum* in the console output after launching the driver, and
0 commit comments