Skip to content

Commit

Permalink
Fix up a comment from an older version of the code. (#134)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Lalancette <[email protected]>
  • Loading branch information
clalancette authored and scpeters committed Jan 13, 2020
1 parent 1aef805 commit e067427
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions urdf_parser/include/urdf_parser/urdf_parser.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,7 @@ class URDFVersion final
return;
}

// We accept any of the following strings:
// 1
// 1.0
// We only accept version strings of the type <major>.<minor>
std::vector<std::string> split;
urdf::split_string(split, std::string(attr), ".");
if (split.size() == 2)
Expand Down

0 comments on commit e067427

Please sign in to comment.