You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems behavior planner was supposed to refine the goal to closest lane first, but it was removed from this PR. #2340
We should probably redesign the system to switch between parking<->lane_driving mode, but I think reverting the commit would be the easiest fix for now.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Checklist
Description
When I follow the parking planner instruction in Autoware Documentation, it does not plan path correctly.
It should first plan path to the nearest lane, but it tries to reach goal directly without consideration of vehicle kinematic model.
![image](https://user-images.githubusercontent.com/43976834/206692546-363337df-9a86-4020-b093-7c4a6a7173e9.png)
Expected behavior
Fails to reach goal when goal is set in parking area.
Actual behavior
Succeeds to reach goal when goal is set in parking area.
Steps to reproduce
Follow parking scenario in Autoware Documentation
Versions
Possible causes
#2340
It seems behavior planner was supposed to refine the goal to closest lane first, but it was removed from this PR. #2340
We should probably redesign the system to switch between parking<->lane_driving mode, but I think reverting the commit would be the easiest fix for now.
Additional context
No response
The text was updated successfully, but these errors were encountered: