Skip to content

Commit

Permalink
merged cherry-pick
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsbore authored and RaresAmbrus committed Nov 12, 2015
1 parent 578dfe4 commit bb99d39
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,3 @@ namespace semantic_map_registration_features
}

#endif

Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@

sort(matchingObservations.begin(), matchingObservations.end(),
[](const std::string& a, const std::string& b )
{
{
std::string patrol_string = "patrol_run_";
std::string room_string = "room_";
std::string date_string = "YYYYMMDD";
Expand Down Expand Up @@ -516,4 +516,3 @@

return toRet;
}

0 comments on commit bb99d39

Please sign in to comment.