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
Can we discuss what the intended return of get_lane_tailway and get_lane_headway is? My understanding is that this returns the lane_tailway/lane_headway within the edge of the object veh_id.For the tailway case (and consider the converse for the headway case), we'll naturally want to extend this to include the edges preceding the edge of the object veh_id (correct me if this implementation already exists). If there are multiple edges directly proceeding the object veh_id's current edge, do we want to sort the lane_tailway by route/edge, or simply return the tailways of vehicles closest in distance?
The text was updated successfully, but these errors were encountered:
kjang96
pushed a commit
to kjang96/flow
that referenced
this issue
Aug 17, 2018
Can we discuss what the intended return of get_lane_tailway and get_lane_headway is? My understanding is that this returns the lane_tailway/lane_headway within the edge of the object veh_id.For the tailway case (and consider the converse for the headway case), we'll naturally want to extend this to include the edges preceding the edge of the object veh_id (correct me if this implementation already exists). If there are multiple edges directly proceeding the object veh_id's current edge, do we want to sort the lane_tailway by route/edge, or simply return the tailways of vehicles closest in distance?
The text was updated successfully, but these errors were encountered: