mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
CameraRealSense2: updated how stamping is done, updated default D435 frame resolution/fps
This commit is contained in:
@@ -114,6 +114,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_;
|
||||
|
||||
bool emitterEnabled_;
|
||||
bool irDepth_;
|
||||
|
||||
Reference in New Issue
Block a user