#include <OdometryViewer.h>
Definition at line 48 of file OdometryViewer.h.
rtabmap::OdometryViewer::OdometryViewer |
( |
int |
maxClouds = 10 , |
|
|
int |
decimation = 2 , |
|
|
float |
voxelSize = 0.0f , |
|
|
float |
maxDepth = 0 , |
|
|
int |
qualityWarningThr = 0 , |
|
|
QWidget * |
parent = 0 , |
|
|
const ParametersMap & |
parameters = ParametersMap() |
|
) |
| |
rtabmap::OdometryViewer::~OdometryViewer |
( |
| ) |
|
|
virtual |
void rtabmap::OdometryViewer::clear |
( |
| ) |
|
|
virtualslot |
bool rtabmap::OdometryViewer::handleEvent |
( |
UEvent * |
event | ) |
|
|
protectedvirtual |
Method called by the UEventsManager to handle an event. Important : this method must do a minimum of work because the faster the dispatching loop is done; the faster the events are received. If a handling function takes too much time, the events list can grow faster than it is emptied. The event can be modified.
- Returns
- "true" to notify UEventsManager that this handler took ownership of the event (meaning it must delete it). The event will not be dispatched to next handlers.
-
"false" to let event be dispatched to next handlers (default behavior). UEventsManager will take care of deleting the event.
Implements UEventsHandler.
Definition at line 496 of file OdometryViewer.cpp.
void rtabmap::OdometryViewer::reset |
( |
| ) |
|
|
privateslot |
QList<std::string> rtabmap::OdometryViewer::addedClouds_ |
|
private |
QCheckBox* rtabmap::OdometryViewer::cloudShown_ |
|
private |
QSpinBox* rtabmap::OdometryViewer::decimationSpin_ |
|
private |
QCheckBox* rtabmap::OdometryViewer::featuresShown_ |
|
private |
int rtabmap::OdometryViewer::id_ |
|
private |
ImageView* rtabmap::OdometryViewer::imageView_ |
|
private |
Transform rtabmap::OdometryViewer::lastOdomPose_ |
|
private |
QSpinBox* rtabmap::OdometryViewer::maxCloudsSpin_ |
|
private |
QDoubleSpinBox* rtabmap::OdometryViewer::maxDepthSpin_ |
|
private |
bool rtabmap::OdometryViewer::odomImageDepthShow_ |
|
private |
bool rtabmap::OdometryViewer::odomImageShow_ |
|
private |
bool rtabmap::OdometryViewer::processingData_ |
|
private |
int rtabmap::OdometryViewer::qualityWarningThr_ |
|
private |
QCheckBox* rtabmap::OdometryViewer::scanShown_ |
|
private |
QLabel* rtabmap::OdometryViewer::timeLabel_ |
|
private |
int rtabmap::OdometryViewer::validDecimationValue_ |
|
private |
QDoubleSpinBox* rtabmap::OdometryViewer::voxelSpin_ |
|
private |
The documentation for this class was generated from the following files: