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

lcStrategic Attribute in lane change model #11109

Closed
hesuieins opened this issue Jul 3, 2022 · 3 comments
Closed

lcStrategic Attribute in lane change model #11109

hesuieins opened this issue Jul 3, 2022 · 3 comments

Comments

@hesuieins
Copy link

Hi all,

I tried to set the lcStrategic's value to -1 to disable the strategic lane change.
image

However, after simulation, I found that there were still many strategic lane change maneuvers.
image

I'm wondering if there is any other settings that I need to adjust or I misunderstand the description for lcStrategic in link.

Thanks!

@namdre
Copy link
Contributor

namdre commented Jul 3, 2022

Possibly you are using an older SUMO version where the setting of -1 wasn't yet implemented. If you are using 1.13.0 this could be a bug. Can you attach a small example scenario for replicating this issue?

@hesuieins
Copy link
Author

Hi, I'm running 1.13.0 on Windows OS. I also tried same setting files on Ubuntu 18.04. The results are same. I attached the .sumocfg, passenger.trips.xml, net.xml and output. Can you have a try of my settings? Thanks!

Btw, an additional question, if all things go well, after I disable the strategic lane change, what will happen for the vehicles that can not find routes to their destinations?
Thanks!
sumo_setting.zip

namdre added a commit that referenced this issue Jul 4, 2022
@namdre namdre closed this as completed in 9026c91 Jul 4, 2022
namdre added a commit that referenced this issue Jul 4, 2022
@namdre
Copy link
Contributor

namdre commented Jul 4, 2022

Thanks for the example. There was some left-over code for non-urgent strategic changing that didn't check for the "-1" yet.

The expected behavior is for cars to "teleport" onto the next edge after 300s of being stuck on the wrong lane (time threshold configurable via option --time-to-teleport).

@namdre namdre added the bug label Jul 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants