Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

matching person and vehicle positions at stops #5938

Open
behrisch opened this issue Aug 15, 2019 · 4 comments
Open

matching person and vehicle positions at stops #5938

behrisch opened this issue Aug 15, 2019 · 4 comments

Comments

@behrisch
Copy link
Contributor

Matching person locations to vehicle locations on stops should follow these rules:

  1. The vehicle always needs to be stopped at the stopping place or the stop.
  2. If the stop is a stopping place (bus stop, parking area etc.) the person location needs to be in the range of the stopping place (between begin and end pos).
  3. If the stop has a defined range (endPos > startPos + 2 eps) the same rule applies.
  4. If the stop has no range the tolerance should be given via a command line option which defaults to 10m in the micro case and the segment length in the meso case.

This is related to #3560 and #5424.

@behrisch behrisch self-assigned this Aug 15, 2019
behrisch added a commit that referenced this issue Aug 19, 2019
@namdre namdre added the knownbug "orange" test at sumo.dlr.de/daily label Jan 14, 2020
@namdre namdre added the a:sumo label Jul 1, 2020
@namdre
Copy link
Contributor

namdre commented Jul 2, 2020

What is still missing to close this ticket? The microsim stuff seems to be there.

@namdre namdre removed the knownbug "orange" test at sumo.dlr.de/daily label Jul 2, 2020
@namdre
Copy link
Contributor

namdre commented Jul 2, 2020

Also, the remaining flagged test was already working as expected (bffa573)

@behrisch
Copy link
Contributor Author

behrisch commented Jul 2, 2020

It is probably the mesosim which is still missing.

@namdre
Copy link
Contributor

namdre commented Nov 11, 2020

ride.stop-tolerance is now applied for all kinds of stops as discussed in #6204

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants