Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] using Calibrator with routeProbe

insertionCheck is an input attribute. By setting 'insertionCheck="none", all insertion attempts succeed and this should be able to achieve the desired insertion flow (and lots of collisions). By setting a different list of checks you could narrow it down to the check that is most influential in preventing insertion (and this would help me in diagnosing the problem).

If you can boil it down to a small test case with bad behavior (at default insertionChecks), send all inputs to me.

regards,
Jakob

Am Mi., 23. Feb. 2022 um 18:22 Uhr schrieb Sasan Amini <aminissn@xxxxxxxxx>:
I am not sure if I can find the output of the attribute. I set it and looked at the log and tripinfo but couldn't find anything useful. But the calibrator is indeed inserting some vehicles which I see in both detector output and tripinfo. 

On Wed, Feb 23, 2022 at 4:28 PM Jakob Erdmann <namdre.sumo@xxxxxxxxx> wrote:
I'd guess that insertion fails for some reason. You could try the new 'insertionCheck' feature to see which check it runs afoul of. https://github.com/eclipse/sumo/issues/10114

Am Mi., 23. Feb. 2022 um 16:23 Uhr schrieb Sasan Amini <aminissn@xxxxxxxxx>:
Dear all,

I was trying to test the calibrator for a network without any ODs following the instructions on: https://sumo.dlr.de/docs/Simulation/Calibrator.html.
I have created an additional file in which I define an edge calibrator to increase the flow on that edge to 2500 veh/h (just to make sure I can make it work). But it seems that the calibrator doesn't add that many vehicles. I can see in the detector output that it adds only 20 vehs. Is there something that I am missing? 

Thanks for the help.
Sasan 

_______________________________________________
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
_______________________________________________
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