Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] Randomtrips: How to generate another randomtrips with different routes?

Good morning, I am using SUMO 1.7.0. I never touched computer coding prior to
using SUMO. Therefore, I apologize if my question sounds easy. Currently,
what I want to do is simulate the traffic for the selected network randomly
while using 'flow' to insert vehicles into route A. I want to take note how
long it takes for route A to jam up and then take an average which is why I
need to simulate using randomtrips a few times. I used the command "python
randomTrips.py -n osm.net.xml -r output.rou.xml -e 100 –p 1" for my
simulation. The problem is, the route file in simulation 1 and 2 are exactly
the same. *How can I make it so that I can simulate using randomtrips 5
times but for 5 simulations, the routes taken for all vehicles are
different?* I remember that I could have different route files if I were to
create new folder. but that doesn't seem to work anymore. Thanks for reading
and your help.



--
Sent from: http://sumo-user-mailing-list.90755.n8.nabble.com/


Back to the top