Skip to content

Commit

Permalink
Fix error message
Browse files Browse the repository at this point in the history
... due to copy-paster error in 9ea1692
  • Loading branch information
rhaschke committed Feb 11, 2025
1 parent 9a98a25 commit bad8e13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/stages/compute_ik.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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());
Expand Down

0 comments on commit bad8e13

Please sign in to comment.