We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e2ee63 commit 15f69ceCopy full SHA for 15f69ce
ur_robot_driver/src/ur/calibration_checker.cpp
@@ -32,7 +32,9 @@ bool CalibrationChecker::consume(std::shared_ptr<primary_interface::PrimaryPacka
32
LOG_ERROR("The calibration parameters of the connected robot don't match the ones from the given kinematics "
33
"config file. Please be aware that this can lead to critical inaccuracies of tcp positions. Use the "
34
"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.");
+ "description. See "
36
+ "[https://github.com/UniversalRobots/Universal_Robots_ROS_Driver#extract-calibration-information] for "
37
+ "details.");
38
}
39
else
40
{
0 commit comments