fixed OdometryViewer where clouds were not all removed or shown

This commit is contained in:
Mathieu Labbe
2015-04-06 14:32:32 -04:00
parent 5b5a32839c
commit 39ef8c0f0a
5 changed files with 39 additions and 34 deletions

View File

@@ -70,6 +70,7 @@ private:
Transform lastOdomPose_;
int qualityWarningThr_;
int id_;
QList<std::string> addedClouds_;
QSpinBox * maxCloudsSpin_;
QDoubleSpinBox * voxelSpin_;