Giter Site home page Giter Site logo

navigation's People

Contributors

aaronhoy avatar bulwahn avatar contradict avatar corot avatar dlu avatar garaemon avatar garyservin avatar hersh avatar hershwg avatar iou16 avatar jihoonl avatar jkammerl avatar jspricke avatar kwatts avatar mani-monaj avatar martimorta avatar mikeferguson avatar nasupl avatar piyushk avatar rainct avatar sachih avatar shiina-shiotani avatar stonier avatar stwirth avatar tfoote avatar v4hn avatar vrabaud avatar wjwwood avatar yasuohayashibara avatar zklapow avatar

Watchers

 avatar  avatar

navigation's Issues

ウェイトの変動を緩やかにする

ウェイトの変動を緩やかにした.
オドメトリ誤差20%で比較した.
リセットの時にウェイトの合計が多いパーティクル群から派生させる処理を追加したアルゴリズムに追加している.

従来の手法よりは,パーティクルの変動が緩やかになっているが,有効かどうかはさらに検証する必要がある.

■従来
ウェイトの計算
amcl_laser.cpp の sample->weight *= p;
https://youtu.be/Amny8yAPVvA

■ウエイトの変動を緩やかにした.
sample->weight = 0.95 * sample->weight + 0.05 * p;
https://youtu.be/5bduEax4ak0

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.