mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 17:40:23 +08:00
fixed Ubuntu build
This commit is contained in:
@@ -192,7 +192,7 @@ bool importPoses(
|
||||
std::string str;
|
||||
std::getline(file, str);
|
||||
|
||||
if(str.front() == '#' || str.empty())
|
||||
if(str.at(0) == '#' || str.empty())
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user