Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] TraCI edge.setAllowed method doesn't work

It was a bug and is now fixed (https://github.com/eclipse/sumo/issues/12305)
Congratulations! You are the first known person to have called this function in all the history of SUMO.

Am Do., 15. Dez. 2022 um 13:48 Uhr schrieb Sasan Amini <aminissn@xxxxxxxxx>:
Dear all,
 I am trying to disallow vehicles during some period of my simulation
using TraCI but when I use traci.edge.setAllowed('xxx',['pedestrian'])
or traci.edge.setDisallowed('xxx',['DEFAULT_VEHTYPE'])  get the
following error:
traci.exceptions.TraCIException: Change Edge State: unsupported
variable 0x34 specified

is this a bug or the command I am using is wrong?
Thanks,
Sasan
_______________________________________________
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