mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 17:40:23 +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.resize(1);
|
||||||
sensors[0] = elem;
|
sensors[0] = elem;
|
||||||
stereo = true;
|
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
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user