You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I previously raised issue #16096, and I appreciate your prompt response in making insertionChecks="none" functional. I have since cloned the updated code and successfully built it on Linux.
However, in the attached test case (test.zip), I still observe departDelay when attempting to insert more than three vehicles into a single mesoscopic segment within one timestep, despite the segment's capacity exceeding five vehicles..
Does this imply that additional conditions beyond those specified in insertionChecks must be met for vehicle insertion? Additionally, is there an alternative approach to enforce vehicle insertion in mesoscopic mode? For instance, would it be possible to enable the moveTo function for mesoscopic simulations?
Thank you for your time and assistance!
The text was updated successfully, but these errors were encountered:
Hi SUMO community,
I previously raised issue #16096, and I appreciate your prompt response in making
insertionChecks="none"
functional. I have since cloned the updated code and successfully built it on Linux.However, in the attached test case (test.zip), I still observe departDelay when attempting to insert more than three vehicles into a single mesoscopic segment within one timestep, despite the segment's capacity exceeding five vehicles..
Does this imply that additional conditions beyond those specified in
insertionChecks
must be met for vehicle insertion? Additionally, is there an alternative approach to enforce vehicle insertion in mesoscopic mode? For instance, would it be possible to enable themoveTo
function for mesoscopic simulations?Thank you for your time and assistance!
The text was updated successfully, but these errors were encountered: