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

Pedestrians Do Not Follow the Expected Path Through Walking Areas #16022

Open
13350932937 opened this issue Jan 16, 2025 · 1 comment
Open

Pedestrians Do Not Follow the Expected Path Through Walking Areas #16022

13350932937 opened this issue Jan 16, 2025 · 1 comment

Comments

@13350932937
Copy link

13350932937 commented Jan 16, 2025

In the SUMO simulation, pedestrians do not follow the designated walking areas (walkingarea) as expected. Instead, they directly bypass these areas. The walking areas are correctly defined in the .net.xml file, but pedestrians’ paths do not traverse through them.
SumoSimulationConfig.zip
Snipaste_2025-01-16_10-35-39

SUMO-version: 1.21.0

operating system: Windows 11

@namdre namdre self-assigned this Jan 16, 2025
@namdre namdre added this to the 1.23.0 milestone Jan 16, 2025
@namdre
Copy link
Contributor

namdre commented Jan 16, 2025

Each walkingare supplies an N x N matrix of paths between all connected sidwalks, footpaths and crossings.
At the moment, walkingarea-path generation happens at runtime and assumes a convex shape for the walkingare.

There is currently no workaround (i.e. by letting users define a custom path for some or all of the N x N relations)
The recommended solution is to consider the boundary of the wallkingarea when generating paths.

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

3 participants