Skip to content

Commit

Permalink
More clear error message when body found but location null
Browse files Browse the repository at this point in the history
"Data is full of nans" is an implementation detail
  • Loading branch information
joonas-fi authored Oct 5, 2023
1 parent b1323b8 commit 9f2b471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mocap_pose.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ void MocapPose::WorkerThread()
else
{
RCLCPP_WARN_THROTTLE(get_logger(), *clock_, 2000,
"Data is full of NaNs and thus NOT PUBLISHED!");
"body found but location null - not publishing");
}
}
}
Expand Down

0 comments on commit 9f2b471

Please sign in to comment.