mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 01:20: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:
@@ -113,6 +113,7 @@ private:
|
||||
std::queue<ParametersMap> _stateParam;
|
||||
|
||||
std::list<OdometryEvent> _dataBuffer;
|
||||
std::list<double> _newMapEvents;
|
||||
UMutex _dataMutex;
|
||||
USemaphore _dataAdded;
|
||||
unsigned int _dataBufferMaxSize;
|
||||
|
||||
Reference in New Issue
Block a user