We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
現状、人が並列して歩く幅を、決め打ちで 1m 間隔としている。 これはあきらかにダメな仮定。 将来性も何もない。
並進する幅を設定できるところが必要。
The text was updated successfully, but these errors were encountered:
直さないといけないのは、MapLink.java の getLaneWidth()
Sorry, something went wrong.
なお、lane の幅について、WalkingAgent のところで、lane の幅を、現在デフォルトで 0.9 で計算している。隣のレーンとは、0.9 離れている、という計算を行っている。
つまり、すでに、「道幅からレーン数を割り出すところ」では、1.0 を、socialForce と計算するところでは、0.9 を使っている。
なお、0.9 という数字は、ちょうどいい頃合いの渋滞になるよう、適当に決めた値。根拠があるわけではない。
レーン幅の設定と関連するパラメータを fallbackParameters.json で設定するように拡張します。
t-ymst
No branches or pull requests
現状、人が並列して歩く幅を、決め打ちで 1m 間隔としている。
これはあきらかにダメな仮定。
将来性も何もない。
並進する幅を設定できるところが必要。
The text was updated successfully, but these errors were encountered: