Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Pedestrian Interaction with Vehicles

You have a choice between pedestrian crossings that have priority (white stripes) versus no priority (grey stripes).
Alternatively, you can let vehicles some vehicles ignore all pedestrians (<param key="junctionModel.ignoreTypes" value="pedestrianType"/>)
or probabilistically ignore every junction foe (jmIgnoreFoeProb, jmIgnoreJunctionFoeProb).
See https://sumo.dlr.de/docs/Simulation/Safety.html#junction_model
and https://sumo.dlr.de/docs/Simulation/Safety.html#collisions_at_intersections

Am Mi., 19. März 2025 um 22:34 Uhr schrieb Pedro Oliveira via sumo-user <sumo-user@xxxxxxxxxxx>:
Good evening!

I would like to know which of the Junction Model Parameters would be the most appropriate to model a behavior in which the driver is less "polite" in giving way to a pedestrian and they have to wait for either a gap in the traffic or a "good driver". In the model we have, vehicles stop for pedestrians so that they do not have to wait for a while, which harms our simulation.

Sds,

Pedro Oliveira
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top