mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 17:40:23 +08:00
Added Marker Max Range option (default 1m)
This commit is contained in:
@@ -273,7 +273,6 @@ RTABMapApp::RTABMapApp() :
|
||||
metricSystem_(true),
|
||||
measuringTextSize_(0.05f),
|
||||
snapAxisThr_(0.95),
|
||||
markerDetection_(false),
|
||||
measuringMode_(0),
|
||||
addMeasureClicked_(false),
|
||||
teleportClicked_(false),
|
||||
|
||||
@@ -285,7 +285,6 @@ class RTABMapApp : public UEventsHandler {
|
||||
float measuringTextSize_;
|
||||
float snapAxisThr_;
|
||||
std::vector<cv::Vec3f> snapAxes_;
|
||||
bool markerDetection_;
|
||||
int measuringMode_;
|
||||
bool addMeasureClicked_;
|
||||
bool teleportClicked_;
|
||||
|
||||
Reference in New Issue
Block a user