mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-13 15:00:21 +08:00
fixed a warning
This commit is contained in:
@@ -1217,7 +1217,7 @@ void DatabaseViewer::updateIds()
|
||||
}
|
||||
else
|
||||
{
|
||||
links_.insert(std::make_pair(ids_[i], jter->second))->second;
|
||||
links_.insert(std::make_pair(ids_[i], jter->second));
|
||||
}
|
||||
addPose = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user