mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
RtabmapThread: when receiving new map event from odometry, wait until the buffer has reached the corresponding timestamp before triggering a new map. DBReader: regenerate stamps when sync capture rate with stamps in database is false. MainWindow: ask for PNG or JPEG format when activating auto capture.
This commit is contained in:
@@ -263,7 +263,7 @@ private:
|
||||
void saveFigures();
|
||||
void loadFigures();
|
||||
void exportPoses(int format);
|
||||
QString captureScreen(bool cacheInRAM = false);
|
||||
QString captureScreen(bool cacheInRAM = false, bool png = true);
|
||||
|
||||
protected:
|
||||
Ui_mainWindow * ui() { return _ui; }
|
||||
@@ -366,6 +366,7 @@ private:
|
||||
QMap<int, QString> _exportPosesFileName;
|
||||
bool _autoScreenCaptureOdomSync;
|
||||
bool _autoScreenCaptureRAM;
|
||||
bool _autoScreenCapturePNG;
|
||||
QMap<QString, QByteArray> _autoScreenCaptureCachedImages;
|
||||
|
||||
QVector<int> _refIds;
|
||||
|
||||
Reference in New Issue
Block a user