Hello,
the undesired behavior is caused by the double edge in the walk between the
stops:
      <walk arrivalPos="20"
            edges="4  4"
            type="Walking"/>
If the input is changed to
      <walk arrivalPos="20"
            edges="4"
            type="Walking"/>
the person walks backwards as intended (in the original input the "best"
route is found that uses the edge twice).

regards,
Jakob

2018-07-13 21:45 GMT+02:00 Albiston, Gregory 2012 (PGR) <
[email protected]>:

> Hello,
>
> I've encountered an issue with the pedestrian model when moving between
> two stops on the same lane.
> According to the wiki (http://sumo.dlr.de/wiki/
> Simulation/Pedestrians#Adding_sidewalks_with_NETEDIT) the default model
> is "striping". This model description refers to pedestrians moving along
> the edge towards the node in either the lane's positive or negative
> direction. However, when the pedestrian is walking between two stops on the
> same lane it seems that only the positive direction is used.
>
> For example, a car travels past the final destination to
> perform drop-off/parking. The pedestrian exits the vehicle and if the next
> stop is behind them walks forwards to the end of the edge and then back
> down it again. On long edges this can considerably, and unnecessarily,
> increase the travel time.
>
> Attached is a simple test case to show the behaviour with the latest
> Winx64 nightly build (v0_32_0+2524-4bc8d3e05e).
>
> Thanks,
>
> Greg
>
> DISCLAIMER: This email is intended solely for the addressee. It may
> contain private and confidential information. If you are not the intended
> addressee, please take no action based on it nor show a copy to anyone. In
> this case, please reply to this email to highlight the error. Opinions and
> information in this email that do not relate to the official business of
> Nottingham Trent University shall be understood as neither given nor
> endorsed by the University. Nottingham Trent University has taken steps to
> ensure that this email and any attachments are virus-free, but we do advise
> that the recipient should check that the email and its attachments are
> actually virus free. This is in keeping with good computing practice.
>
> _______________________________________________
> sumo-user mailing list
> [email protected]
> To change your delivery options, retrieve your password, or unsubscribe
> from this list, visit
> https://dev.eclipse.org/mailman/listinfo/sumo-user
>
>
_______________________________________________
sumo-user mailing list
[email protected]
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/sumo-user

Reply via email to