mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-03 01:50:24 +08:00
added Odometry view to MainWindow, increased version to 0.7.3
This commit is contained in:
@@ -147,7 +147,8 @@ public:
|
||||
bool getPose(const std::string & id, Transform & pose); //including meshes
|
||||
bool getCloudVisibility(const std::string & id);
|
||||
|
||||
const QMap<std::string, Transform> & getAddedClouds() {return _addedClouds;} //including meshes
|
||||
const QMap<std::string, Transform> & getAddedClouds() const {return _addedClouds;} //including meshes
|
||||
const QColor & getBackgroundColor() const;
|
||||
|
||||
void setCameraTargetLocked(bool enabled = true);
|
||||
void setCameraTargetFollow(bool enabled = true);
|
||||
@@ -197,6 +198,7 @@ private:
|
||||
std::list<std::string> _gridLines;
|
||||
QSet<Qt::Key> _keysPressed;
|
||||
QString _workingDirectory;
|
||||
QColor _backgroundColor;
|
||||
};
|
||||
|
||||
} /* namespace rtabmap */
|
||||
|
||||
Reference in New Issue
Block a user