mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 17:40:23 +08:00
GUI: added options to hide map/odom frames and yellow TF links. CloudViewer: added option to show/hide camera axis
This commit is contained in:
@@ -290,6 +290,8 @@ public:
|
||||
void setTrajectoryShown(bool shown);
|
||||
void setTrajectorySize(unsigned int value);
|
||||
void clearTrajectory();
|
||||
bool isCameraAxisShown() const;
|
||||
void setCameraAxisShown(bool shown);
|
||||
bool isFrustumShown() const;
|
||||
float getFrustumScale() const;
|
||||
QColor getFrustumColor() const;
|
||||
@@ -404,6 +406,7 @@ private:
|
||||
QAction * _aShowTrajectory;
|
||||
QAction * _aSetTrajectorySize;
|
||||
QAction * _aClearTrajectory;
|
||||
QAction * _aShowCameraAxis;
|
||||
QAction * _aShowFrustum;
|
||||
QAction * _aSetFrustumScale;
|
||||
QAction * _aSetFrustumColor;
|
||||
|
||||
@@ -165,6 +165,7 @@ public:
|
||||
|
||||
bool isGraphsShown() const;
|
||||
bool isLabelsShown() const;
|
||||
bool isFramesShown() const;
|
||||
bool isLandmarksShown() const;
|
||||
double landmarkVisSize() const;
|
||||
bool isIMUGravityShown(int index) const;
|
||||
|
||||
Reference in New Issue
Block a user