autoware.universe
autoware.universe copied to clipboard
The vehicle collides with the obstacle at the corner while turning
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
Hi team,
I'm currently running Autoware with Carla, and I found a situation that the ego vehicle collides with the obstacle at the corner while turning.
https://github.com/autowarefoundation/autoware.universe/assets/50267797/1b9176fd-6f62-4703-82b3-5bdf23f93b80
https://github.com/autowarefoundation/autoware.universe/assets/50267797/d996e4ed-c0f0-4b61-8b06-de2e7565b9d7
On rviz video, the points from the fence are detected and overlap with the edge of the drivable area, but the ego vehicle eventually collides with the obstacle.
Expected behavior
No collision while turning
Actual behavior
But the collision was made.
Steps to reproduce
Here's a [ros2bag file] for the reproduction.
Versions
- Autoware: 20240115, prebuilt docker
- Carla: 0.9.13
- OS (host): Ubuntu 20.04
- OS (docker): Ubuntu 22.04
Possible causes
No response
Additional context
No response