mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
fixed #435
This commit is contained in:
@@ -303,7 +303,7 @@ void CameraRealSense2::getPoseAndIMU(
|
||||
return;
|
||||
}
|
||||
|
||||
int maxWaitTime = 30;
|
||||
int maxWaitTime = 35;
|
||||
|
||||
// Interpolate pose
|
||||
if(!poseBuffer_.empty())
|
||||
|
||||
Reference in New Issue
Block a user