mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 17:40:23 +08:00
Added notification message box when a global path is computed. Refactoring occupancy grid.
This commit is contained in:
@@ -89,6 +89,7 @@ private slots:
|
||||
void refineAllLoopClosureLinks();
|
||||
void refineVisuallyAllNeighborLinks();
|
||||
void refineVisuallyAllLoopClosureLinks();
|
||||
void resetAllChanges();
|
||||
void sliderAValueChanged(int);
|
||||
void sliderBValueChanged(int);
|
||||
void sliderAMoved(int);
|
||||
|
||||
@@ -124,6 +124,7 @@ public:
|
||||
bool imageRejectedShown() const;
|
||||
bool imageHighestHypShown() const;
|
||||
bool beepOnPause() const;
|
||||
bool notifyWhenNewGlobalPathIsReceived() const;
|
||||
int getOdomQualityWarnThr() const;
|
||||
bool isPosteriorGraphView() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user