autoware.universe
autoware.universe copied to clipboard
Can't stop before blocking obstacle in parking
Checklist
- [X] I've read the contribution guidelines.
- [X] I've searched other issues and no duplicate issues were found.
- [X] I'm convinced that this is not my fault but a bug.
Description
When simulating in parking lot , if an obstacle blocks the trajectory and there is no available trajectory to reach the goal, the car can't stop before the obstacle and passes through it.
Expected behavior
Vehicle should stop if there is no available path.
Actual behavior
Vehicle can't stop and passes through the obstacle.
Steps to reproduce
- Run the planning simulator with parking lot, set a goal and engage.
- Put a obstacle to block the ego vehicle.
Versions
ubuntu 20.04 galactic universe:main
Possible causes
the published stop trajectory doesn't actually work because it's current pose, and control module can't stop the car with 0 distance.
Additional context
No response
@alanmengg could you please share the resources and commands to reproduce this issue? Like maps used.
@TakaHoribe It would be nice if you can assign someone from TIER IV's planning team to take a look at this.
Related PR https://github.com/autowarefoundation/autoware.universe/pull/985
@alanmengg : Hi, can you pls share me map used for this parking scenario
@alanmengg : I confirm the same behavior . Ego vehicle is not stopping if there is an obstacle in trajectory path in Parking.
g
@alanmengg Looks like this issue is not completed yet? If completed, it is helpful to give us the evidence.
@alanmengg friendly ping.