SUMO MSMeanData assert fails [message #1840606] |
Tue, 20 April 2021 15:11 |
Eclipse User |
|
|
|
Hi SUMO folks,
When I try to collect simulation edge statistics, sumo/sumo_1_6_0/src/microsim/output/MSMeanData.cpp fails on "assert(timeBeforeEnter <= MIN2(timeBeforeEnterBack, timeBeforeLeaveFront))". When I looked into the failing vehicle, it is a default vehicle type and its state looks like below right before the assert:
lane length: 8.97
oldPos: -1.69
newPos: 8.97
oldPosBack: -6.69
newPosBack: 3.97
timeBeforeEnter: 0.16
timeBeforeEnterBack: 0.63
timeBeforeLeaveFront: 0.00
When I change --step-length from 1 to 0.5, the simulation succeeds. It seems like this assert is inconsistent.
My network and route files look alright. What could be causing this? How can I fix it?
I would appreciate any ideas and comments ! Thanks!
|
|
|
Powered by
FUDForum. Page generated in 0.02795 seconds