Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Set road restrictions following vType and emissionClass

The easiest way to model this is by using additional vClasses (i.e. custom1 and custom2) i.e

passenger: cannot drive into the zone
custom1: passenger car that can drive into the zone
truck: cannot drive into the zone
custom2: truck that can drive into the zone

using allow/disallow for all used vClasses you can then customize your zones

regards,
Jakob

Am Mi., 4. Mai 2022 um 11:30 Uhr schrieb Alejandro Rodríguez Sánchez <alrodr25@xxxxxx>:
Hello everyone,

I would like to know if it could be possible to set road restrictions depending on both the vehicle type and its associated emission class (i.e. to create a low emissions zone on the network that forbids certain vehicles to circulate on specific edges depending on both their emission class and vehicle type, as emission-based restrictions can differ for different vTypes).

I've read the https://sumo.dlr.de/docs/Simulation/VehiclePermissions.html documentation, but I'm still not sure if I could use this to set edge restrictions for a subset of my vType distribution depending on their attributes.

Best regards,
Alejandro.
--
Alejandro Rodríguez Sánchez
PhD student
CIEMAT // Universidad Complutense de Madrid
28040 Madrid
email: alrodr25@xxxxxx
_______________________________________________
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