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

Parking area permissions #14482

Closed
m-kro opened this issue Mar 11, 2024 · 3 comments
Closed

Parking area permissions #14482

m-kro opened this issue Mar 11, 2024 · 3 comments
Assignees
Milestone

Comments

@m-kro
Copy link
Contributor

m-kro commented Mar 11, 2024

During parking search, several parking areas may be considered. However there are several kinds of parking, which may be reserved to a closed group of vehicles. Example: parking on private ground next to residential buildings, reserved parking spaces for employees, ...

Application: Reroute electric vehicles to parking with charging station they have the right to access ("don't want my neighbour to use my private charging station").

@m-kro
Copy link
Contributor Author

m-kro commented Mar 12, 2024

Another aspect: technical compatibility (mostly of charging station and vehicle)

@m-kro
Copy link
Contributor Author

m-kro commented Mar 27, 2024

Proprosal:

  • add a vehicle / vehicle type attribute or generic parameter "parkingBadges" which collects the parking rights (something like "Charging_Public Charging_DLR Work_DLR Home_Personal_123")
  • add an attribute to parkingArea with one of the "parkingBadges" values (optionally more than one if one is lazy to define too many badges)
  • allow access to parkingArea with empty badge for everybody, otherwise check whether the vehicle has the right badge

@m-kro m-kro modified the milestones: 1.21.0, 1.20.0 Apr 30, 2024
m-kro added a commit that referenced this issue Apr 30, 2024
Signed-off-by: m-kro <m.barthauer@t-online.de>
m-kro added a commit that referenced this issue Apr 30, 2024
Signed-off-by: m-kro <m.barthauer@t-online.de>
m-kro added a commit that referenced this issue Apr 30, 2024
Signed-off-by: m-kro <m.barthauer@t-online.de>
m-kro added a commit that referenced this issue Apr 30, 2024
Signed-off-by: m-kro <m.barthauer@t-online.de>
@m-kro
Copy link
Contributor Author

m-kro commented Apr 30, 2024

Implemented as plain attribute of parkingArea, vehicle & vehicle type. For the time being still without TraCI support...

m-kro added a commit that referenced this issue Apr 30, 2024
Signed-off-by: m-kro <m.barthauer@t-online.de>
@m-kro m-kro closed this as completed May 2, 2024
m-kro added a commit that referenced this issue May 2, 2024
Signed-off-by: m-kro <m.barthauer@t-online.de>
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