Skip to main content

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

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


Back to the top