Your current approach generates 5000 vehicles over the span of 5000 second.
Naturally, some vehicles leave the network in the meantime.
To generate these vehicles in a shorter time (50 seconds, 100 vehicles per
second), use options
-e 50 --period 0.01
Unless you have a large network, this may lead to insertion backlog (
http://sumo.dlr.de/wiki/Simulation/VehicleInsertion#Delayed_Departure)
To keep a constant number of vehicles in the network see:
http://sumo.dlr.de/wiki/FAQ#How_do_I_maintain_a_constant_number_of_vehicles_in_the_net.3F

regards,
Jakob

2017-05-16 4:40 GMT+02:00 Thaer Thaher <[email protected]>:

> Dear,
>
> I used "randomTrips.py" generates a set of random trips for a given
> networkو I want to load the network with 5000 vehicles.  when I try to
> simulate the network I find that the maximum loaded vehicles are 3620.
>
>
> randomTrips.py -n third.net.xml -e 5000 --route-file third.rou.xml
> --trip-attributes="departureLane=\"best\" departu
> respeed=\"max\" departurepos=\"random\"
>
> ------------------------------------------------------------
> ------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> sumo-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/sumo-user
>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
sumo-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sumo-user

Reply via email to