mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
OctoMap::createCloud() added cloud probability output option.
CameraRealSense2: added new warnings to debug easier timestamps problems. GUI: added gravity visualization. DbViewer: empty clouds in OctoMap mode have color depending on probability of occupancy. Brought general changes from local xvision branch.
This commit is contained in:
@@ -38,6 +38,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
class QSpinBox;
|
||||
class QCheckBox;
|
||||
class QPushButton;
|
||||
class QLabel;
|
||||
|
||||
namespace rtabmap {
|
||||
|
||||
@@ -63,9 +64,9 @@ private:
|
||||
CloudViewer* cloudView_;
|
||||
bool processingImages_;
|
||||
QSpinBox * decimationSpin_;
|
||||
int validDecimationValue_;
|
||||
ParametersMap parameters_;
|
||||
QPushButton * pause_;
|
||||
QLabel * imageSizeLabel_;
|
||||
QCheckBox * showCloudCheckbox_;
|
||||
QCheckBox * showScanCheckbox_;
|
||||
};
|
||||
|
||||
@@ -167,6 +167,9 @@ public:
|
||||
bool isLabelsShown() const;
|
||||
bool isLandmarksShown() const;
|
||||
double landmarkVisSize() const;
|
||||
bool isIMUGravityShown(int index) const;
|
||||
double getIMUGravityLength(int index) const;
|
||||
bool isIMUAccShown() const;
|
||||
bool isMarkerDetection() const;
|
||||
double getMarkerLength() const;
|
||||
double getVoxel() const;
|
||||
@@ -430,6 +433,8 @@ private:
|
||||
QVector<QCheckBox*> _3dRenderingShowFeatures;
|
||||
QVector<QCheckBox*> _3dRenderingShowFrustums;
|
||||
QVector<QSpinBox*> _3dRenderingPtSizeFeatures;
|
||||
QVector<QCheckBox*> _3dRenderingGravity;
|
||||
QVector<QDoubleSpinBox*> _3dRenderingGravityLength;
|
||||
};
|
||||
|
||||
Q_DECLARE_OPERATORS_FOR_FLAGS(PreferencesDialog::PANEL_FLAGS)
|
||||
|
||||
Reference in New Issue
Block a user