Git Product home page Git Product logo

Comments (10)

tust13018211 avatar tust13018211 commented on July 17, 2024

I found that the translation grows fast,it seems strangeness

from direct_lidar_odometry.

kennyjchen avatar kennyjchen commented on July 17, 2024

Hi @tust13018211 -- are you using NanoGICP as part of DLO or outside of this package? Thanks.

from direct_lidar_odometry.

tust13018211 avatar tust13018211 commented on July 17, 2024

I try to use in dlo and outside , all the result is not good

from direct_lidar_odometry.

tust13018211 avatar tust13018211 commented on July 17, 2024

2683AD2C-796C-467e-AB48-928145A2D596
DE3EE3FE-E199-4e91-BE6F-54DDF390EB3E

from direct_lidar_odometry.

kennyjchen avatar kennyjchen commented on July 17, 2024

Are covariances and/or kdtrees of both clouds being properly set in your code?

from direct_lidar_odometry.

tust13018211 avatar tust13018211 commented on July 17, 2024

is there any pronlem above ?

from direct_lidar_odometry.

tust13018211 avatar tust13018211 commented on July 17, 2024

at first, I use the
m_iGicpScanToMap_.setInputTarget(map);
m_iGicpScanToMap_.calculateTargetCovariances();
to built target cloude Covariances and kdtree, and then
m_iGicpScanToMap_.setInputSource(m_pCurrentScan_);
m_iGicpScanToMap_.calculateSourceCovariance
use this to built source cloude Covariances and kdtree, at last,
m_iGicpScanToMap_.align(*aligned, init_pose.matrix.cast());

is there any pronlem above ?

from direct_lidar_odometry.

kennyjchen avatar kennyjchen commented on July 17, 2024

Hmm looks fine to me. Just to clarify: does DLO work on your end (without any modifications)? And in your code above, switching out NanoGICP with PCL's GICP works? The package should work as a replacement for PCL's GICP (sans some of the computational benefits from data structure recycling). A bit hard to help debug without more information.

from direct_lidar_odometry.

tust13018211 avatar tust13018211 commented on July 17, 2024

Thaks your reply, I just want to test nanogicp for location with a map, I adjust the parameter, it seems work. the result in the picture, the result seems not very good
11

from direct_lidar_odometry.

kennyjchen avatar kennyjchen commented on July 17, 2024

Oh I see. Unfortunately we have not tested DLO (or NanoGICP) for localization with a provided map (as mentioned here and here) and assumes no prior knowledge of the environment, so your results may vary.

from direct_lidar_odometry.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.