mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-03 01:50:24 +08:00
0.11.2: First Google Tango release
This commit is contained in:
@@ -249,7 +249,7 @@ void OdometryViewer::processData(const rtabmap::OdometryEvent & odom)
|
||||
}
|
||||
else
|
||||
{
|
||||
cloudView_->addOrUpdateCloud("cloudtmp", cloud, lastOdomPose_);
|
||||
cloudView_->addCloud("cloudtmp", cloud, lastOdomPose_);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -271,7 +271,7 @@ void OdometryViewer::processData(const rtabmap::OdometryEvent & odom)
|
||||
(*cloud)[i].y = iter->second.y;
|
||||
(*cloud)[i++].z = iter->second.z;
|
||||
}
|
||||
cloudView_->addOrUpdateCloud("localmap", cloud);
|
||||
cloudView_->addCloud("localmap", cloud);
|
||||
}
|
||||
|
||||
if(!odom.data().imageRaw().empty())
|
||||
|
||||
Reference in New Issue
Block a user