Problems with routing in EgoAgent
-
EgoAgent::UpdatePositionInGraph()
returns wrong result if a road is skipped by an agent (i.e. because the road length is shorter than the traveled distance in one timestep) - In
EgoAgent::GetLaneDirection()
there is a copy/paste issue (callingGetLaneWidth()
)