Skip to content

Commit

Permalink
parser_urdf.cc: fix comment
Browse files Browse the repository at this point in the history
Co-authored-by: Alejandro Hernández Cordero <[email protected]>
Signed-off-by: Steve Peters <[email protected]>
  • Loading branch information
scpeters and ahcorde authored Oct 3, 2023
1 parent 309e611 commit 6c55ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser_urdf.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3420,7 +3420,7 @@ void URDF2SDF::InitModelString(const std::string &_urdfStr,

try
{
// URDF is compatible with version 1.7. The automatic conversion script
// URDF is compatible with version 1.11. The automatic conversion script
// will up-convert URDF to SDF.
sdf->SetAttribute("version", "1.11");
// add robot to sdf
Expand Down

0 comments on commit 6c55ffd

Please sign in to comment.