Code Monkey home page Code Monkey logo

Comments (3)

VorpalBlade avatar VorpalBlade commented on May 23, 2024

Hi,

I no longer have easy access to robots (so I can't check). However I suspect the issue might be rather simple. For QuickMCL you must make sure to build with optimisation enabled as the Eigen library which is used performs poorly without it. This makes a massive difference.

If you build with catkin try catkin clean && catkin config --cmake-args -DCMAKE_BUILD_TYPE=Release && catkin build

If you use catkin_make I believe (it has been a while) you can use: catkin_make --cmake-args -DCMAKE_BUILD_TYPE=Release

Please let me know if this helps. If you still want to build other parts of your workspace with Debug build it can be useful to overlay mutiple workspaces as described here: http://wiki.ros.org/catkin/Tutorials/workspace_overlaying

from quickmcl.

Today20180409 avatar Today20180409 commented on May 23, 2024

Thank you very much. It dose work. The time consumption of the same parameter is reduced by at least 20 times.Now, even likelihood_ num_beams = 1000,Sensor model only took 20~40 ms . It's amazing. Thank you again for your help. @VorpalBlade

from quickmcl.

VorpalBlade avatar VorpalBlade commented on May 23, 2024

I'll add something to the readme about this and then close the issue.

from quickmcl.

Related Issues (16)

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.