mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 17:40:23 +08:00
Gui: show graph color based on visual features
This commit is contained in:
@@ -65,7 +65,7 @@ public:
|
||||
const std::map<int, GPS> & gpsValues);
|
||||
void updateReferentialPosition(const Transform & t);
|
||||
void updateMap(const cv::Mat & map8U, float resolution, float xMin, float yMin);
|
||||
void updatePosterior(const std::map<int, float> & posterior);
|
||||
void updatePosterior(const std::map<int, float> & posterior, float fixedMax = 0.0f);
|
||||
void updateLocalPath(const std::vector<int> & localPath);
|
||||
void setGlobalPath(const std::vector<std::pair<int, Transform> > & globalPath);
|
||||
void setCurrentGoalID(int id, const Transform & pose = Transform());
|
||||
|
||||
@@ -339,6 +339,7 @@ private:
|
||||
long _createdCloudsMemoryUsage;
|
||||
std::set<int> _cachedEmptyClouds;
|
||||
std::pair<int, std::pair<std::pair<pcl::PointCloud<pcl::PointXYZRGB>::Ptr, pcl::PointCloud<pcl::PointXYZRGBNormal>::Ptr>, pcl::IndicesPtr> > _previousCloud; // used for subtraction
|
||||
std::map<int, float> _cachedWordsCount;
|
||||
|
||||
std::map<int, LaserScan> _createdScans;
|
||||
|
||||
|
||||
@@ -154,6 +154,7 @@ public:
|
||||
int getOdomQualityWarnThr() const;
|
||||
bool isOdomOnlyInliersShown() const;
|
||||
bool isPosteriorGraphView() const;
|
||||
bool isWordsCountGraphView() const;
|
||||
int getOdomRegistrationApproach() const;
|
||||
bool isOdomDisabled() const;
|
||||
bool isGroundTruthAligned() const;
|
||||
@@ -265,6 +266,7 @@ public:
|
||||
float getDetectionRate() const;
|
||||
bool isSLAMMode() const;
|
||||
bool isRGBDMode() const;
|
||||
int getKpMaxFeatures() const;
|
||||
|
||||
//specific
|
||||
bool isStatisticsPublished() const;
|
||||
|
||||
Reference in New Issue
Block a user