-
Notifications
You must be signed in to change notification settings - Fork 14
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
Vehicles ignore safe distances #14
Comments
You are injecting platoons into an on ramp but the leader, which is driven by an ACC, has no notion of stops of right of ways, as it is in the real world. Platoons entering the highway thus basically jump into the main road without looking for incoming cars, as your car would do if you had ACC and you would not switch it off. This causes the first collision and the successive pile up. |
thank you so much.So how to solve this problem? Change the leader car's following model? By the way, I want the platoon vehicle to be released after reaching a certain road section. How should it be implemented? |
This is the same problem in issue #9. At the end I suggest a way to do what you want to do, but you would need to modify the car following model |
thank you so much.so the solution is to change the leader car's car-following model? By the way, if I want the vehicle platoon to be released after reaching a certain road segment, how should I achieve it?
…------------------ 原始邮件 ------------------
发件人: "michele-segata/plexe-pyapi" ***@***.***>;
发送时间: 2022年9月26日(星期一) 下午3:27
***@***.***>;
***@***.******@***.***>;
主题: Re: [michele-segata/plexe-pyapi] Vehicles ignore safe distances (Issue #14)
You are injecting platoons into an on ramp but the leader, which is driven by an ACC, has no notion of stops of right of ways, as it is in the real world. Platoons entering the highway thus basically jump into the main road without looking for incoming cars, as your car would do if you had ACC and you would not switch it off. This causes the first collision and the successive pile up.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
No, changing the platoon leader car following model will not work as Plexe relies on
Please read the dedicated thread you opened. |
|
By the way, the car will not brake when I use the ACC or CACC following model. |
Yes, as I said before, you will need to modify |
Thank you so much for your replying. The next question is how to re-compile SUMO. |
Please follow the instructions on the official SUMO website |
hello,developers,why do vehicles ignore the safety distance, and some vehicles stop suddenly, and then the front and rear vehicles are piled up together as the picture shows:
The text was updated successfully, but these errors were encountered: