Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] randomTrips.py creates trips for invalid routes

Hello,

I have created a box network of roads. Using randomTrips.py, I have to insert 240 cars/min. Done that using parameters -e 3600 and -p 15. This creates a trips.trips.xml file with 240 trips. However, some vehicle IDs are missing from trips.alt.xml because they are not routed through connected edges. The following warnings and error pop up in between simulation

Warning: No connection between edge '1' and edge '4' found.
Warning: No route for vehicle '8' found.
Error: Vehicle '8' has no valid route.

How do I tell randomTrips.py to configure routes on connected edges only?

Thanks,
Hemalatha

Back to the top