mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-03 10:00:23 +08:00
DataRecorder: Can record odometry data if odometry is published by the camera (zed or realsense)
This commit is contained in:
@@ -4601,7 +4601,7 @@ void MainWindow::startDetection()
|
||||
}
|
||||
}
|
||||
|
||||
if(_dataRecorder && _camera)
|
||||
if(_dataRecorder && _camera && _odomThread)
|
||||
{
|
||||
UEventsManager::createPipe(_camera, _dataRecorder, "CameraEvent");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user