mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 01:20:25 +08:00
fixed not all graph nodes visible of the current map in GraphView
git-svn-id: http://rtabmap.googlecode.com/svn/trunk/rtabmap@1906 f169173b-cf89-36c8-b27e-44dbe73f0c83
This commit is contained in:
@@ -1220,7 +1220,7 @@ void MainWindow::updateMapCloud(
|
||||
// Update occupancy grid map in 3D map view and graph view
|
||||
if(_ui->graphicsView_graphView->isVisible() && constraints.size())
|
||||
{
|
||||
_ui->graphicsView_graphView->updateGraph(poses, constraints);
|
||||
_ui->graphicsView_graphView->updateGraph(posesIn, constraints);
|
||||
}
|
||||
cv::Mat map8U;
|
||||
if((_ui->graphicsView_graphView->isVisible() || _preferencesDialog->getGridMapShown()) && (_createdScans.size() || _preferencesDialog->isGridMapFrom3DCloud()))
|
||||
|
||||
Reference in New Issue
Block a user