Skip to content

Commit

Permalink
fixing argument type to avoid problems with libsumo/libtraci. refs #21
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Apr 17, 2024
1 parent 2c0a49e commit dbfbda8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
while traci.simulation.getMinExpectedNumber() > 0:
if traci.simulation.getTime() == 5:
traci.vehicle.insertStop(vehID, 1, "busStop_B2C2",
flags=tc.STOP_BUS_STOP, duration="30")
flags=tc.STOP_BUS_STOP, duration=30)
traci.simulationStep()
traci.close()

0 comments on commit dbfbda8

Please sign in to comment.