Skip to content

Commit

Permalink
Fix a print in parametricCalibratorEth (robotology#960)
Browse files Browse the repository at this point in the history
  • Loading branch information
valegagge authored and MSECode committed May 14, 2024
1 parent d248049 commit f49b18c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -825,7 +825,7 @@ bool parametricCalibratorEth::checkCalibrateJointEnded(std::list<int> set)
{
if (timeout > timeout_calibration[*lit])
{
yError() << deviceName << ": Timeout while calibrating " << (*lit);
yError() << deviceName << ": Timeout while calibrating joint" << (*lit);
calibration_ok = false;
lit++;
timeout = 0;
Expand Down

0 comments on commit f49b18c

Please sign in to comment.