Skip to content

Commit

Permalink
Formatting changes in parser_urdf.cc
Browse files Browse the repository at this point in the history
Signed-off-by: Aditya Agrawal <[email protected]>
  • Loading branch information
aagrawal05 authored Apr 5, 2024
1 parent 6e3b2e4 commit 3fffe4a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/parser_urdf.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2156,12 +2156,12 @@ void InsertSDFExtensionLink(tinyxml2::XMLElement *_elem,
}
}

// If we didn't find the link, emit a warning
if (!link_found) {
sdfwarn << "<gazebo> tag with reference[" << _linkName << "] does not exist"
// If we didn't find the link, emit a warning
if (!link_found) {
sdfwarn << "<gazebo> tag with reference[" << _linkName << "] does not exist"
<< " in the URDF model. Please ensure that the reference attribute"
<< " matches the name of a link.";
}
}
}

////////////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit 3fffe4a

Please sign in to comment.