mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 01:20:25 +08:00
fixed colored loop closure detection rect when no images are in GUI cache. Modified some logged info.
This commit is contained in:
@@ -128,7 +128,8 @@ public:
|
||||
std::map<int, std::string> & labels,
|
||||
std::map<int, std::vector<unsigned char> > & userDatas,
|
||||
bool optimized,
|
||||
bool global);
|
||||
bool global,
|
||||
bool posesConstraintsOnly = false);
|
||||
void clearPath();
|
||||
bool computePath(int targetNode, bool global);
|
||||
bool computePath(const Transform & targetPose, bool global);
|
||||
|
||||
@@ -95,7 +95,7 @@ private:
|
||||
void pushNewState(State newState, const ParametersMap & parameters = ParametersMap());
|
||||
void setDataBufferSize(int size);
|
||||
void publishMap(bool optimized, bool full) const;
|
||||
void publishTOROGraph(bool optimized, bool full) const;
|
||||
void publishGraph(bool optimized, bool full) const;
|
||||
|
||||
private:
|
||||
UMutex _stateMutex;
|
||||
|
||||
Reference in New Issue
Block a user