Jakob Erdmann
Jakob Erdmann
After thinking about this some more: The code path, with vSafeMin is only triggered in a critical situation: The vehicle has committed to passing an unprioritized intersection and is too...
@bcoueraud87 easy intro to C++ stuff
was already mentioned in 2019 (#3330)
@domsall The junction model is telling EIDM to brake hard for a closed link (oncoming foe traffic). However, the model insists on reduced braking (~ 1/3 of the needed deceleration)...
> This is probably the output from the test?! Yes: `tests/sumo/cf_model/EIDM/ticket11183`
Arguably, it's easier to estimate the distance to a fixed point in space (compared to judging distance and speed of a moving leader) and it becomes progressively easier as the...
There seems to be a misunderstanding somewhere. The problem I observe is this: - ego vehicle wants to wait within the intersection but is not supposed to drive beyond the...
> I think the solution is to change the respectMinGap variable to always be false. `respectMinGap` is currently `false` in the context `EIDM::stopSpeed` and yet this method is causing the...
The problem with the current IDM model (and supposedly inherited by EIDM) is that the minGap violation increases the lower `myAccel` becomes. I'm thinking Treiber and Helbing never intended the...
@yunpangfloetteroed can you perform a local test for cadytsiterate and replicate the problem?