mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-03 10:00:23 +08:00
0.12.3: Increased Tango rendering performance, modified all handleEvent() with new interface (now returning bool)
This commit is contained in:
@@ -722,7 +722,7 @@ void MainWindow::closeEvent(QCloseEvent* event)
|
||||
UDEBUG("");
|
||||
}
|
||||
|
||||
void MainWindow::handleEvent(UEvent* anEvent)
|
||||
bool MainWindow::handleEvent(UEvent* anEvent)
|
||||
{
|
||||
if(anEvent->getClassName().compare("RtabmapEvent") == 0)
|
||||
{
|
||||
@@ -856,6 +856,7 @@ void MainWindow::handleEvent(UEvent* anEvent)
|
||||
}
|
||||
}
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
void MainWindow::processCameraInfo(const rtabmap::CameraInfo & info)
|
||||
|
||||
Reference in New Issue
Block a user