Skip to content

Commit

Permalink
Fix typo (#1104)
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Fröhlich <[email protected]>
  • Loading branch information
christophfroehlich authored Dec 7, 2023
1 parent 5b22898 commit ae8c885
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -888,7 +888,7 @@ void RobotLink::createInertia(const urdf::LinkConstSharedPtr & link)
if (link->parent_joint && link->parent_joint->type != urdf::Joint::FIXED) {
// Do not show error message for base link or static links
RVIZ_COMMON_LOG_ERROR_STREAM(
"The link " << link->name << " is has unrealistic "
"The link " << link->name << " has unrealistic "
"inertia, so the equivalent inertia box will not be shown.\n");
}
return;
Expand Down

0 comments on commit ae8c885

Please sign in to comment.