Giter Site home page Giter Site logo

Comments (3)

magicant avatar magicant commented on July 18, 2024

32e06d7 で発進可能かどうかの判定基準を変えたが、結果としてうまくいっていない。
判定基準 (と停止基準も?) をもっと正しくする必要がある。

ato::発進可能 が、TASC が発進可能かどうかも判定に含めているのもこの問題に絡んでいる。列車が動き出した瞬間に TASC がブレーキをかけようとするので、 共通状態の基準ではまだ停車中であるにもかかわらず ato::発進可能 が偽になり制御状態が走行に移行してしまう。

アイディア:

  • TASC が発進可能かどうかの判定基準: 停止位置許容誤差以内に到達していないかどうか
  • ATO が自動発進可能かどうかの判定基準: 現在の停止位置から 1 メートル進んだ状態を仮定して、出力ノッチが力行かどうか

from bve-autopilot.

magicant avatar magicant commented on July 18, 2024

https://github.com/magicant/bve-autopilot/compare/issue89a657c00 までの修正で、下り勾配の停止位置直前で発進できない問題は解決した。が、 32e06d7 の一部をリバートしているので今度は発進可能条件の判定が正しくなくなっているはずである。

from bve-autopilot.

magicant avatar magicant commented on July 18, 2024

結局 32e06d7 全体をリバートして #87 を改めて修正し直した方がよさそう

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.