Skip to content

Commit 15f69ce

Browse files
author
Felix Exner
committed
Add actual documentation link into calibration checker output
The output was generated when we didn't have the final repository available. However, updating the output got lost over time...
1 parent 8e2ee63 commit 15f69ce

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ur_robot_driver/src/ur/calibration_checker.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ bool CalibrationChecker::consume(std::shared_ptr<primary_interface::PrimaryPacka
3232
LOG_ERROR("The calibration parameters of the connected robot don't match the ones from the given kinematics "
3333
"config file. Please be aware that this can lead to critical inaccuracies of tcp positions. Use the "
3434
"ur_calibration tool to extract the correct calibration from the robot and pass that into the "
35-
"description. See [TODO Link to documentation] for details.");
35+
"description. See "
36+
"[https://github.com/UniversalRobots/Universal_Robots_ROS_Driver#extract-calibration-information] for "
37+
"details.");
3638
}
3739
else
3840
{

0 commit comments

Comments
 (0)