Giter Site home page Giter Site logo

Comments (4)

magicant avatar magicant commented on July 1, 2024

問題が思ったより複雑であることが分かった。

既に bve-autopilot は勾配を考慮した計算式を使用しているが、惰行時の減速が想定より大きい場合に手前に止まってしまう。ただこれまで惰行時の抵抗や勾配加速度の誤差を考慮した計算は行っていない (しうまいやり方も見当たらない) のでこれを正攻法で解決できる見込みは立っていない。

また、減速パターンに抵触する前に加速をやめるようにしているため、勾配加速度による減速と目標減速パターンの減速が近い曲線となるときに加速が不足する。

from bve-autopilot.

magicant avatar magicant commented on July 1, 2024

出力制御::力行する余裕あり は主に速度が出過ぎることを防止するために力行をやめさせるための計算をしているのに対し、ここの課題で必要となっているのは速度が足りないときに力行させるという逆方向の計算なので、無理に同じ計算過程で両方を取り扱おうとするより別々に扱った方が良い気がしてきた。

from bve-autopilot.

magicant avatar magicant commented on July 1, 2024

657ef2d..3a17d8f でだいぶ良くなった

from bve-autopilot.

magicant avatar magicant commented on July 1, 2024

さらにコミットを追加: 657ef2d..30ddd92

from bve-autopilot.

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.