-
Notifications
You must be signed in to change notification settings - Fork 703
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect Detection of Roadside Trees as Obstacles on the Road (Autoware.universe+Carla 0.9.14 co-simulation) #6940
Comments
This pull request has been automatically marked as stale because it has not had recent activity. |
Since #5594 is solved, can we close this issue? Does new feature handle these cases? |
Closing due to inactivity and issue might be already solved. Feel free to reopen this issue if needed. |
@amadeuszsz I appologize for missed your mention. |
Checklist
Description
Where trees located beside roads are incorrectly considered as obstacles on the road. It disrupts normal vehicle operations by causing unnecessary avoidance maneuvers or stops.
Expected behavior
The vehicle should go ahead.
Actual behavior
The vehicle stops and does not proceed upon approaching a tree, mistaking it for an obstacle on the road.
Steps to reproduce
Versions
-OS: Ubuntu 20.04
-ROS2: ros2 galactic
-Autoware: Autoware.universe galactic
Possible causes
This behavior likely originates from the Surround Obstacle Checker module, which subscribes to the /perception/obstacle_segmentation/pointcloud topic. Furthermore, the absence of detected objects in the /perception/object_recognition/objects topic output may exacerbate the issue, indicating potential malfunctions in the perception module.
Additional context
This may have the same root cause as #6936.
The text was updated successfully, but these errors were encountered: