mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-01 17:10:26 +08:00
version 0.10.4: sync build with rtabmap_ros
This commit is contained in:
@@ -5439,7 +5439,7 @@ void MainWindow::changeState(MainWindow::State newState)
|
||||
_state = newState;
|
||||
_elapsedTime->start();
|
||||
_oneSecondTimer->start();
|
||||
this->post(new RtabmapEventCmd(RtabmapEventCmd::kCmdPause, "", 0));
|
||||
this->post(new RtabmapEventCmd(RtabmapEventCmd::kCmdResume));
|
||||
break;
|
||||
case kMonitoringPaused:
|
||||
_ui->actionPause->setToolTip(tr("Continue"));
|
||||
@@ -5457,7 +5457,7 @@ void MainWindow::changeState(MainWindow::State newState)
|
||||
_ui->statusbar->showMessage(tr("Monitoring paused..."));
|
||||
_state = newState;
|
||||
_oneSecondTimer->stop();
|
||||
this->post(new RtabmapEventCmd(RtabmapEventCmd::kCmdPause, "", 1));
|
||||
this->post(new RtabmapEventCmd(RtabmapEventCmd::kCmdPause));
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user