mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 17:40:23 +08:00
CameraRealSense2: Updated how D435i timestamp issue is handled (see also https://github.com/IntelRealSense/librealsense/issues/4505)
This commit is contained in:
@@ -117,9 +117,8 @@ private:
|
||||
std::map<double, std::pair<Transform, unsigned int> > poseBuffer_; // <stamp, <Pose, confidence: 1=lost, 2=low, 3=high> >
|
||||
UMutex poseMutex_;
|
||||
UMutex imuMutex_;
|
||||
double hostStartStamp_;
|
||||
double cameraStartStamp_;
|
||||
double lastImuStamp_;
|
||||
bool clockSyncWarningShown_;
|
||||
|
||||
bool emitterEnabled_;
|
||||
bool ir_;
|
||||
|
||||
Reference in New Issue
Block a user