mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
GUI: Added "Edit->Post processing..." action to detect more loop closures and/or refine all links in the graph with ICP 3D.
git-svn-id: http://rtabmap.googlecode.com/svn/trunk/rtabmap@1940 f169173b-cf89-36c8-b27e-44dbe73f0c83
This commit is contained in:
@@ -57,6 +57,13 @@ void MapVisibilityWidget::showEvent(QShowEvent * event)
|
||||
updateCheckBoxes();
|
||||
}
|
||||
|
||||
void MapVisibilityWidget::clear()
|
||||
{
|
||||
_poses.clear();
|
||||
_mask.clear();
|
||||
updateCheckBoxes();
|
||||
}
|
||||
|
||||
void MapVisibilityWidget::updateCheckBoxes()
|
||||
{
|
||||
QWidget * area = this->findChild<QWidget*>("area");
|
||||
|
||||
Reference in New Issue
Block a user