Skip to content

Commit

Permalink
(robot) fix styling of log msg (#1080)
Browse files Browse the repository at this point in the history
Signed-off-by: Matthijs van der Burgh <[email protected]>
  • Loading branch information
MatthijsBurgh authored Oct 31, 2023
1 parent bd95f1f commit 90cfbda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rviz_default_plugins/src/rviz_default_plugins/robot/robot.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -258,9 +258,9 @@ void Robot::log_error(
// TODO(wjwwood): restore throttle behavior of ROS_ERROR_THROTTLE
RVIZ_COMMON_LOG_ERROR_STREAM(
// 1.0,
visual_or_collision << position_or_orientation << link->getName().c_str() <<
visual_or_collision << ": " << position_or_orientation << " of link " << link->getName() <<
" contains NaNs. Skipping render as long as the " << position_or_orientation <<
"is invalid.";
" is invalid.";
);
}

Expand Down

0 comments on commit 90cfbda

Please sign in to comment.