mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-12 22:40:19 +08:00
saving CloudViewer settings (Camera,Trajectory,Grid) in the config file
This commit is contained in:
@@ -126,7 +126,7 @@ private slots:
|
||||
if(!data.pose().isNull())
|
||||
{
|
||||
// update camera position
|
||||
cloudViewer_->updateCameraPosition(data.pose());
|
||||
cloudViewer_->updateCameraTargetPosition(data.pose());
|
||||
}
|
||||
}
|
||||
cloudViewer_->render();
|
||||
|
||||
Reference in New Issue
Block a user