Skip to content

Getting zero correspondences with ICP based odometry #5

@tanajikamble13

Description

@tanajikamble13

I am trying with other type of odometry, Rgbd-ICP and ICP. Its not working, unable to find correspondences, I changed main code accordingly as shown below:

odom = std::make_shared<rgbd::RgbdICPOdometry>(
          cameraMatrix, MIN_DEPTH, MAX_DEPTH, MAX_DEPTH_DIFF, MAX_POINTS_PART, iterCounts,
          minGradMagnitudes, rgbd::Odometry::RIGID_BODY_MOTION);
      /* 
      odom = std::make_shared<rgbd::ICPOdometry>(
          cameraMatrix, MIN_DEPTH, MAX_DEPTH, MAX_DEPTH_DIFF, MAX_POINTS_PART, iterCounts,
          rgbd::Odometry::RIGID_BODY_MOTION);
      */

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions