You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
SUMO-version: 1.21.0
operating system: Windows 11
The text was updated successfully, but these errors were encountered:
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.
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
SUMO-version: 1.21.0
operating system: Windows 11
The text was updated successfully, but these errors were encountered: