mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
MainWindow: added signals after statistics/cameraInfo/odometry and 3D map event have been processed
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user