mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
MainWindow: added "Edit->Anchor clouds to ground truth" action. Graph::importPoses() Fixed error when loading RGBD-SLAM poses.
This commit is contained in:
@@ -770,6 +770,10 @@ void GraphViewer::clearGraph()
|
||||
_localPathLinkItems.clear();
|
||||
qDeleteAll(_globalPathLinkItems);
|
||||
_globalPathLinkItems.clear();
|
||||
qDeleteAll(_gtNodeItems);
|
||||
_gtNodeItems.clear();
|
||||
qDeleteAll(_gtLinkItems);
|
||||
_gtLinkItems.clear();
|
||||
|
||||
_referential->resetTransform();
|
||||
_localRadius->resetTransform();
|
||||
|
||||
Reference in New Issue
Block a user