mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
Bump version 0.20.22. Refactored RtabmapThread commands handling. MainWindow/RtabmapThread/Statistics/UVariant: added new option to republish missing data on GUI side. MainWindow: fixed 1 sec lag when waypoints are used. Parameters: added Rtabmap/MaxRepublished (moved from rtabmap_ros). OccupancyGrid: fixed ground cells ignored if there are empty cells, also don't add pose in addedNodes if corresponding node was not in cache.
This commit is contained in:
@@ -193,6 +193,7 @@ protected Q_SLOTS:
|
||||
void dumpThePrediction();
|
||||
void sendGoal();
|
||||
void sendWaypoints();
|
||||
void postGoal();
|
||||
void postGoal(const QString & goal);
|
||||
void cancelGoal();
|
||||
void label();
|
||||
|
||||
@@ -286,6 +286,7 @@ public:
|
||||
|
||||
//
|
||||
bool isImagesKept() const;
|
||||
bool isMissingCacheRepublished() const;
|
||||
bool isCloudsKept() const;
|
||||
float getTimeLimit() const;
|
||||
float getDetectionRate() const;
|
||||
|
||||
Reference in New Issue
Block a user