Skip to content

Commit cc90e81

Browse files
committed
Some minor rewordings and clarifications
1 parent 8437787 commit cc90e81

File tree

2 files changed

+15
-10
lines changed

2 files changed

+15
-10
lines changed

ur_robot_driver/doc/installation/robot_setup.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,11 @@ For this, there exists a helper script:
8787
$ ros2 launch ur_calibration calibration_correction.launch.py \
8888
robot_ip:=<robot_ip> target_filename:="${HOME}/my_robot_calibration.yaml"
8989
90+
.. note::
91+
The robot must be powered on (can be idle) before executing this script.
92+
93+
9094
For the parameter ``robot_ip`` insert the IP address on which the ROS pc can reach the robot. As
91-
``target_filename`` provide an absolute path where the result will be saved to. The robot must be
92-
powered on (can be idle) before executing this script.
95+
``target_filename`` provide an absolute path where the result will be saved to.
9396

94-
See :ref:`ur_robot_driver_startup` for instructions on using the extracted calibration information.
97+
See :ref:`ur_robot_driver_startup` for instructions on using the extracted calibration information.

ur_robot_driver/doc/usage/startup.rst

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -78,21 +78,23 @@ Verify calibration info is being used correctly
7878

7979
.. _verify_calibration:
8080

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*
8282
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:
8484

85-
.. code-block:: none
85+
.. code-block::
8686
87-
[ERROR] [1694437624.484381456] [URPositionHardwareInterface]: The calibration parameters of the connected robot don't match the ones from the given kinematics config file.
87+
[INFO] [1694437690.406932381] [URPositionHardwareInterface]: Calibration checksum: 'calib_xxxxxxxxxxxxxxxxxxx'
88+
[ERROR] [1694437690.516957265] [URPositionHardwareInterface]: The calibration parameters of the connected robot don't match the ones from the given kinematics config file.
8889
89-
Alternatively, search for the term *checksum* in the console output after launching the driver, and
90-
you should see:
90+
With the correct calibration you should see:
9191

92-
.. code-block:: none
92+
.. code-block::
9393
9494
[INFO] [1694437690.406932381] [URPositionHardwareInterface]: Calibration checksum: 'calib_xxxxxxxxxxxxxxxxxxx'
95+
[INFO] [1694437690.516957265] [URPositionHardwareInterface]: Calibration checked successfully.
9596
97+
Alternatively, search for the term *checksum* in the console output after launching the driver.
9698
Verify that the printed checksum matches that on the final line of your extracted calibration file.
9799

98100

0 commit comments

Comments
 (0)