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

Traci crashing when bicycle transitions from one lanes sidewalk to another #14729

Open
JulianCzymmeck opened this issue Apr 17, 2024 · 4 comments

Comments

@JulianCzymmeck
Copy link

Hi Sumo team,

I want to simulate bicycles and escooters driving on different types of lanes. That includes sidewalks.
When I add those vehicle types to the allowed list of my sidewalks, sumo automatically generates the connections the next lanes sidewalk, and also adds an internal junction with the expected allowed vehicles types.
But upon reaching the end of the sidewalk of one lane (with a bicycle, pedestrians are able to proceed as usual), traci crashes with ...\connection.py", line 137, in _sendExact raise FatalTraCIError("Connection closed by SUMO.")

I know that other vehicles types are not supposed to drive on sidewalks, but is there a way to make this work?
Let me know if I should send more context for the problem.

Thanks in advance.

Kind regards :)

@m-kro
Copy link
Contributor

m-kro commented Apr 17, 2024

The message suggests that sumo crashed. Can you retrieve an error message from sumo, possibly by running sumo-gui? You can provide a failing example as well. Do you use the latest release?

@namdre
Copy link
Contributor

namdre commented Apr 17, 2024

did you modify the .net.xml file directly or did you use netedit/netconvert?

@JulianCzymmeck
Copy link
Author

While creating a example to demonstrate I realized that the issue only exists when a vehicle is blocking the junction. In my case I had a car stopped at the end of the normal vehicle lane. For some reason that also affects the pathing on the sidewalk for the bicycle.
When there is no stopped vehicle on the road, no problem exists.

I am using the latest nightly snapshot.

Thank you for the swift response

@namdre
Copy link
Contributor

namdre commented Apr 17, 2024

We'll still need a reproducible example to fix the crash.

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