Use Case / Motivation
The current parking process is entirely driven by routing, which presents several problems:
- Routing automatically selects parking spaces instead of choosing one after approaching it.
- Parking planning is coupled with driving scenarios.
Proposed Implementation
The parking function is refactored using a misspelling mechanism, dividing parking into two tasks:
- Approaching the parking area;
- Selecting a parking space and parking. The parking planning module only handles the parking scenario.
Alternatives Considered
No response
Use Case / Motivation
The current parking process is entirely driven by routing, which presents several problems:
Proposed Implementation
The parking function is refactored using a misspelling mechanism, dividing parking into two tasks:
Alternatives Considered
No response