Skip to content

Commit

Permalink
Merge pull request #1 from k-okada/check-position-is-nan
Browse files Browse the repository at this point in the history
[src/rviz/default_plugin/wrench_display.cpp] update comment by comments
  • Loading branch information
garaemon committed Mar 9, 2015
2 parents 6a74ee3 + 6c885ac commit ba4ce01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rviz/default_plugin/wrench_display.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ namespace rviz

if ( position.isNaN() )
{
ROS_ERROR_THROTTLE(1.0, "Wrench position contains NaNs. Will skip rendering as long as it will have valid position");
ROS_ERROR_THROTTLE(1.0, "Wrench position contains NaNs. Skipping render as long as the position is invalid");
return;
}

Expand Down

0 comments on commit ba4ce01

Please sign in to comment.