Skip to content

Commit

Permalink
Fix error line in movi
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterBowman committed Nov 25, 2021
1 parent f86d713 commit 309bf57
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ void BasicCartesianControl::movi(const std::vector<double> &x)

if (!checkJointLimits(currentQ, qdiff))
{
yCError(BCC) << "Joint position or velocity limits exceeded, not moving";
yCError(BCC) << "Joint position limits exceeded, not moving";
return;
}

Expand Down

0 comments on commit 309bf57

Please sign in to comment.