Skip to content

Commit

Permalink
Fixed #1232
Browse files Browse the repository at this point in the history
  • Loading branch information
matlabbe committed Mar 9, 2024
1 parent 52e1b01 commit 2577c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion corelib/src/Odometry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Odometry * Odometry::create(Odometry::Type & type, const ParametersMap & paramet
break;
case Odometry::kTypeORBSLAM:
#if defined(RTABMAP_ORB_SLAM) and RTABMAP_ORB_SLAM == 2
odometry = new OdometryORBSLAM(parameters);
odometry = new OdometryORBSLAM2(parameters);
#else
odometry = new OdometryORBSLAM3(parameters);
#endif
Expand Down

0 comments on commit 2577c47

Please sign in to comment.