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

[Bug] Bicycles will go backwards at the intersection. #12870

Closed
LiXiuqiXJTU opened this issue Mar 21, 2023 · 4 comments
Closed

[Bug] Bicycles will go backwards at the intersection. #12870

LiXiuqiXJTU opened this issue Mar 21, 2023 · 4 comments

Comments

@LiXiuqiXJTU
Copy link

image

As is  depicted on the image above, we've drown a trajectory of a bicycle and found that the bicycle went backwards while going through an intersection at the coordinate of (92.5, 297), (94.5, 298.2) and (95.7, 300.2). We would be glad if your team can fix this BUG ASAP.

SUMO-version:
1.15.0
operating system:
ubuntu 20.04

@m-kro
Copy link
Contributor

m-kro commented Mar 21, 2023

Could you please add the SUMO files to reproduce your result? You can attach a zip file to this issue.

@namdre
Copy link
Contributor

namdre commented Mar 21, 2023

I suspect it's the same problem as discussed in #11643 and #8790 (this has a nice picture)

@zicyair
Copy link

zicyair commented Mar 22, 2023

I suspect it's the same problem as discussed in #11643 and #8790 (this has a nice picture)

Seems the same problem from my view.

And here's our SUMO files which can reproduce our result: Issue_12870.zip

@namdre
Copy link
Contributor

namdre commented Mar 23, 2023

The task you are trying to accomplish (extremely high-fidelity trajectories) is at the margin of what SUMO was designed to accomplish. (From the perspective of the vehicle they are continuously moving forward so the trajectory errors do not affect vehicle interactions).
While, there is a possible improvement described in #11643 (storing outer borders), there probably won't be a fix anytime soon.
You might either increase the simulation step length to smooth over the error or add some post-processing of your own.

@namdre namdre closed this as not planned Won't fix, can't repro, duplicate, stale Mar 23, 2023
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

4 participants