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

introduce parkingAreaReroute attribute 'visible' #4244

Closed
namdre opened this issue Jun 19, 2018 · 0 comments
Closed

introduce parkingAreaReroute attribute 'visible' #4244

namdre opened this issue Jun 19, 2018 · 0 comments
Assignees
Milestone

Comments

@namdre
Copy link
Contributor

namdre commented Jun 19, 2018

Currently, vehicles that encounter a reroute with parkingAreaReroute definitions have full knowledge regarding occupancy of the included parkingAreas. The attribute 'visible' models eye contact or an information system that shows occupancy status.

The attribute 'visible' (default 'false') shall be introduced with the following semantics:

  • if a vehicle reaches the position of a parkingArea it always knows its occupancy status
  • for all other parkingAreas it only knows the occupancy status if visible=true
  • for all parkingAreas with unknown occupancy status, the assumed occupancy value shall be chosen randomly from [0,capacity[ (always assuming at least one space might be free) before determining an alternative (a better model with memory may be introduced later)
@namdre namdre self-assigned this Jun 19, 2018
@palvarezlopez palvarezlopez added this to the 1.0.0 milestone Jun 19, 2018
namdre added a commit that referenced this issue Jun 19, 2018
@namdre namdre closed this as completed in c2a8712 Jun 19, 2018
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