mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
Fixed #409
This commit is contained in:
@@ -568,6 +568,8 @@ bool CameraRealSense2::init(const std::string & calibrationFolder, const std::st
|
||||
sensors.resize(1);
|
||||
sensors[0] = elem;
|
||||
stereo = true;
|
||||
sensors[0].set_option(rs2_option::RS2_OPTION_ENABLE_POSE_JUMPING, 0);
|
||||
sensors[0].set_option(rs2_option::RS2_OPTION_ENABLE_RELOCALIZATION, 0);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user