Giter Site home page Giter Site logo

Comments (4)

magicant avatar magicant commented on July 18, 2024

出力ブレーキノッチに対してプラグイン側の想定する減速度は当てにならないので、実際の減速度を見る必要がある。


やりたいことは、

条件: 以下が全て満たされたときに

  • 停止位置に十分に近い
    • 具体的には、0.5 メートル以内。普通の TASC の動作目標として求められる停止位置の許容誤差に基づく距離。
    • 逆に停止位置から離れているときは直ちに止める必要はない
  • 速度が十分に低い
    • 具体的には?
    • 逆に速度が高いときは直ちに止めることはできない
  • 減速度が十分に低い
    • 具体的には?
    • 逆に十分な減速度で減速しているときはそのままで良い

要件: 一定時間以内に停止するために十分な強さのブレーキをかけ続ける (具体的には何秒以内に停止する? どれくらいの強さのブレーキをかける?)

from bve-autopilot.

magicant avatar magicant commented on July 18, 2024

目標位置をじわじわと手前に持ってくると良い?

from bve-autopilot.

magicant avatar magicant commented on July 18, 2024

停止位置まで 0.5 メートル以内になってから 1 秒以内に停止しない場合は 0.25 m/s の速度で停止位置を仮想的に手前に移動させる、でどうか。

from bve-autopilot.

magicant avatar magicant commented on July 18, 2024

まだ止まるまで時間がかかりすぎる気がする。

停止位置まで 0.5 メートル以内になったら 0.3 km/h/s の減速度で減速して停止する位置を新しい停止位置とするように停止位置を仮想的に手前に移動させる、に変更。

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.