How to ignore routing error when adding invalid vehicle on SUMO? -
i using sumo 0.29.0 (the newest version on macports) create simulation. added <param key="has.rerouting.device" value="true"/> vehicle definition vehicles can find route themselves.
but every once in while face invalid trip start position doesn’t connect destination. error cause simulation stop error:
error: vehicle 'kglh5owzt3e7evaaos54.go_to_restaurant.0u5ijqaqbp' has no valid route. no connection between edge '-165742422' , edge
'19845843#4'. quitting (on error).
is there way me ignore invalid trip , continue simulation?
thank you!
you can start sumo --ignore-route-errors may lead vehicle stopping infinitely @ end of first edge.
Comments
Post a Comment