Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Cannot set trafficlights logic

Please read the doc properly. You have one argument more than needed (the third zero):

logic = traci.trafficlight.Logic("new-program", 0, 0, 0, phases=phases)

Regards
Mirko

Am 28.02.2019 um 16:05 schrieb matthew_zammit:
Ok I changed that line:

/logic = traci.trafficlights.Logic("new-program", 0, 0, 0, phases=phases)/ 

Now I get this:

/File "rl_test.py", line 97, in set_sig
    logic = traci.trafficlights.Logic("new-program", 0, 0, 0, phases=phases)
TypeError: __init__() got multiple values for argument 'phases'
Error: tcpip::Socket::recvAndCheck @ recv: peer shutdown
Quitting (on error)./

Also how do I get /
traci.trafficlights.setCompleteRedYellowGreenDefinition("tl1")/ to work and
print out the values because I'm doing all this because I don't know how to
set the parameters properly for my particular traffic light?

Thanks again.




--
Sent from: http://sumo-user-mailing-list.90755.n8.nabble.com/
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top