0.11.2: First Google Tango release

This commit is contained in:
matlabbe
2016-02-15 19:35:24 -05:00
parent 8dc01c491b
commit c6a46a7238
415 changed files with 73300 additions and 3193 deletions

View File

@@ -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())