Skip to content

Commit

Permalink
Modify some code to adopt original code base.
Browse files Browse the repository at this point in the history
  • Loading branch information
skylerpan committed Feb 11, 2020
1 parent 277fa2a commit e2d35f2
Show file tree
Hide file tree
Showing 37 changed files with 276 additions and 288 deletions.
4 changes: 2 additions & 2 deletions openslam_gmapping/gridfastslam/gfsreader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,6 @@ void RecordList::printPath(ostream& os, unsigned int i, bool err, bool rawodom)
cout << "average error" << totalError/count << endl;
}

} //gfsreader
}; //gfsreader

} //GMapping;
}; //GMapping;
4 changes: 2 additions & 2 deletions openslam_gmapping/gridfastslam/gfsreader.h
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ struct RecordList: public list<Record*>{
void destroyReferences();
};

} //end namespace GFSReader
}; //end namespace GFSReader

} //end namespace GMapping
}; //end namespace GMapping

#endif
Loading

0 comments on commit e2d35f2

Please sign in to comment.