mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-03 10:00:23 +08:00
Updated UPlot data copy to include data of all curves (common x-axis), added also mean and max along stddev in legend item option
This commit is contained in:
@@ -1924,7 +1924,8 @@ void MainWindow::processStats(const rtabmap::Statistics & stat)
|
||||
std::map<int, std::string> labels = _currentLabels;
|
||||
|
||||
mapIds.insert(std::make_pair(stat.getLastSignatureData().id(), stat.getLastSignatureData().mapId()));
|
||||
if(!stat.getLastSignatureData().getGroundTruthPose().isNull())
|
||||
if(!stat.getLastSignatureData().getGroundTruthPose().isNull() &&
|
||||
_cachedSignatures.contains(stat.getLastSignatureData().id()))
|
||||
{
|
||||
groundTruth.insert(std::make_pair(stat.getLastSignatureData().id(), stat.getLastSignatureData().getGroundTruthPose()));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user