Fix error message

... due to copy-paster error in 9ea1692f96
This commit is contained in:
Robert Haschke 2025-02-11 07:59:02 +01:00
parent 9a98a252a0
commit bad8e13254

View File

@ -267,7 +267,7 @@ void ComputeIK::compute() {
return;
}
if (!eef_jmg && !jmg) {
report_failure(msg);
report_failure("Neither eef nor group are well defined");
return;
}
properties().property("timeout").setDefaultValue(jmg->getDefaultIKTimeout());