MainWindow: added signals after statistics/cameraInfo/odometry and 3D map event have been processed

This commit is contained in:
matlabbe
2017-10-25 09:48:00 +02:00
parent 6cee1d9ee6
commit d5200f859d
2 changed files with 12 additions and 0 deletions

View File

@@ -220,12 +220,16 @@ protected slots:
signals:
void statsReceived(const rtabmap::Statistics &);
void statsProcessed();
void cameraInfoReceived(const rtabmap::CameraInfo &);
void cameraInfoProcessed();
void odometryReceived(const rtabmap::OdometryEvent &, bool);
void odometryProcessed();
void thresholdsChanged(int, int);
void stateChanged(MainWindow::State);
void rtabmapEventInitReceived(int status, const QString & info);
void rtabmapEvent3DMapReceived(const rtabmap::RtabmapEvent3DMap & event);
void rtabmapEvent3DMapProcessed();
void rtabmapGlobalPathEventReceived(const rtabmap::RtabmapGlobalPathEvent & event);
void rtabmapLabelErrorReceived(int id, const QString & label);
void rtabmapGoalStatusEventReceived(int status);