mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-01 17:10:26 +08:00
Added Depth information to ImageView's keypoint items
This commit is contained in:
@@ -126,7 +126,7 @@ private:
|
||||
// GREEN = NEW
|
||||
color = Qt::green;
|
||||
}
|
||||
view1_->addFeature(id, i->second, color);
|
||||
view1_->addFeature(id, i->second, 0, color);
|
||||
}
|
||||
ULOGGER_DEBUG("source time = %f s", timer.ticks());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user