mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 01:20:25 +08:00
fixed build on linux
This commit is contained in:
@@ -386,7 +386,7 @@ int main(int argc, char * argv[])
|
||||
rmse = rtabmap.getStatistics().data().at(Statistics::kGtTranslational_rmse());
|
||||
}
|
||||
|
||||
if(data.keypoints().size() == 0 && data.laserScanRaw().cols)
|
||||
if(data.keypoints().size() == 0 && data.laserScanRaw().size())
|
||||
{
|
||||
if(rmse >= 0.0f)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user