sumo
                                
                                 sumo copied to clipboard
                                
                                    sumo copied to clipboard
                            
                            
                            
                        vehicle.setRoute(simulation.findRoute(vehicle.getRoadID()...)) fails while on junction
it's reasonable to assume that you can always find a usable route from the current road. The setRoute function however, expects a route that starts beyond the intersection.
Solutions would be to either
- modify the result of findRoute
- let MSVehicle.cpp::replaceRoute handle a route which starts at the (current) internal edge
may have been fixed in the meantime via another ticket.
@bcoueraud87 for you
@behrisch Please assign me.