Giter Site home page Giter Site logo

Comments (4)

magicant avatar magicant commented on July 18, 2024

TASC 停止位置や信号現示受信の地上子と同様の手法で地上子の位置の誤差を吸収できたらできそうな気がする。

from bve-autopilot.

magicant avatar magicant commented on July 18, 2024

「停車場へ移動」したときに通過する地上子をうまく処理 (無視?) できればよい。

from bve-autopilot.

magicant avatar magicant commented on July 18, 2024

「停車場へ移動」したときに通過する地上子をうまく処理 (無視?) できればよい。

「停車場へ移動」するとき (地上子通過直前の自車の位置が 0 のとき) は地上子を無視するという風にすることも考えられる。しかし、これまで地上子仕様に

駅構内に制限速度が課せられている場合は、「停車場へ移動」や「シナリオをやり直す」で移動した直後に制限速度を正しく反映するために、駅の停止位置に d = 0 で地上子を置くことを奨めます。

と書いているので、移動時に地上子を無視するようにすると後方互換性がない。
となると無視しないようにした方が良いが、制限速度の変化する地点は正確には分からないので、地上子を通過した順に (移動後の位置で制限速度が変化するとみなして) 処理するしかない。結果として、移動時の動作はこれまでと変わらない。

ただし、速度変化地点のある範囲が非常に大きいままだとその後に普通に通過する地上子からの制限速度区間と混同して正しく処理できないので、「停車場へ移動」の時に登録する制限速度区間の始点の範囲は必ず [0, 0] とする。(地上子から区間までの距離が 0 以外で指定されている場合でも)

from bve-autopilot.

magicant avatar magicant commented on July 18, 2024

Wiki の説明も更新したのでこの件は完了。

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.