Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ボタン操作応答遅延 #92

Open
magicant opened this issue Feb 14, 2021 · 1 comment
Open

ボタン操作応答遅延 #92

magicant opened this issue Feb 14, 2021 · 1 comment

Comments

@magicant
Copy link
Owner

発進時のみ? 他のボタン操作も?

@magicant
Copy link
Owner Author

インチングも応答遅延があって良いかもしれない。


応答遅延が何のために発生するのか (何をシミュレートしているのか) をはっきりさせないと仕様が決められない。

  • 発進時だけ、時間のかかる処理を ATO が行うので力行指令が出るまで少し時間がかかる → 「発進時だけ ATO の動作が遅い」という前提があまり自然ではない。(実物ではありうるのかもしれないが bve-autopilot の内部設計とは一致しない)
  • ボタンを押したら力行指令はすぐに出るが、画面表示が変わるまでに時間がかかる → 発進ボタン操作の時だけ遅延させるのは合理的でない。画面表示にだけ遅延を入れたいなら他のプラグインを併用したらいい
  • ボタンを長押ししないと押したことにならないようになっている → これは bve-autopilot に実装する観点では比較的合理的に思われる。(実物がそうかは知らないが)

@magicant magicant moved this to To do in bve-autopilot May 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: To do
Development

No branches or pull requests

1 participant