mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
DbViewer: added checkbox to enable Add for nodes not linked to graph
This commit is contained in:
@@ -145,6 +145,7 @@ private Q_SLOTS:
|
||||
void updateStereo();
|
||||
void notifyParametersChanged(const QStringList &);
|
||||
void setupMainLayout(bool vertical);
|
||||
void updateConstraintButtons();
|
||||
|
||||
private:
|
||||
QString getIniFilePath() const;
|
||||
@@ -176,7 +177,6 @@ private:
|
||||
bool updateImageSliders = true,
|
||||
const Signature & signatureFrom = Signature(0),
|
||||
const Signature & signatureTo = Signature(0));
|
||||
void updateConstraintButtons();
|
||||
Link findActiveLink(int from, int to);
|
||||
bool containsLink(
|
||||
std::multimap<int, Link> & links,
|
||||
|
||||
Reference in New Issue
Block a user