Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] How to ignore invalid vehicle at runtime

It works! Thank you very much!

Jakob Erdmann <namdre.sumo@xxxxxxxxx> 于2020年11月18日周三 下午3:47写道:
run sumo with option --ignore-route-errors or preprocess the routes with
duarouter --ignore-errors to filter out the disconnected routes (use option --write-trips if you wish to load trips into the simulation)

Am Mi., 18. Nov. 2020 um 08:19 Uhr schrieb Han Wang <hanwgeek@xxxxxxxxx>:
Hi all,

I generated `.net.xml` from `.shp` file which may has some tiny errors. And I put some real-world vehicle data into sumo for simulation. But it tells me that:

Error: Vehicle 'v163' has no valid route. No connection between edge '39750' and edge '66620'.

I think the `netconvert`  failed to create a node between these two edge. I would like to know how to ignore thie vehicle and continue to simulate? Thanks!

Best regards,

Han
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top