rtabmap_ros icon indicating copy to clipboard operation
rtabmap_ros copied to clipboard

ros2 humble + D435i -- RGB-D odometry strategy

Open lilweary opened this issue 1 year ago • 1 comments

hi, I am using D435i for RGB-D odometry in ros2 Humble. i would like to know how the odometry is computed. which feature extractors or methods are being used. Is there a parameter file or code where I could find the information. thank you!

lilweary avatar Sep 17 '24 08:09 lilweary

For the default odometry approach, you may start there: https://github.com/introlab/rtabmap/blob/master/corelib/src/odometry/OdometryF2M.cpp

For what the code does, see this paper Section 3.1.1 (following F2M approach).

matlabbe avatar Sep 21 '24 22:09 matlabbe