A possible bug in scenario_selector when multiple parking lots are available? #2576
-
I tried a parking scenario in Autoware, but it behaves oddly when there exist multiple parking lots on a map. I hope you can get the point with the following video: From now on, I will refer to Briefly looking at the implementation of
However, when multiple I think the most simple solution would be to search for the |
Beta Was this translation helpful? Give feedback.
Replies: 0 comments 2 replies
-
Actually, the parking scenario isn't tested in many use cases. You can show an ideal use case scenario and fix the code to accomplish the use case. |
Beta Was this translation helpful? Give feedback.
Actually, the parking scenario isn't tested in many use cases.
With the current implementation, it simply combines all cost maps from lanes, parking lots, and parking spaces, and finds a path.
You can show an ideal use case scenario and fix the code to accomplish the use case.
In this situation, I feel it's good to start with the lane driving scenario.
So I guess you should fix the initialization condition to check if it's on a lane.
Or as you say, you can check there if the vehicle is in a parking lot of the target parking space.