autoware.universe icon indicating copy to clipboard operation
autoware.universe copied to clipboard

Incorrect Detection of Roadside Trees as Obstacles on the Road (Autoware.universe+Carla 0.9.14 co-simulation)

Open sgNicola opened this issue 9 months ago • 4 comments

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

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

  1. Launch Autoware.Universe.
  2. Drive the vehicle towards areas around the tree
  3. Observe that the vehicle stops, treating it as an obstacle on the road.

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.

sgNicola avatar May 08 '24 07:05 sgNicola

Hi, I would like to upload the ros2bag for steps to reproduce, however, it doesn't support db3 file type. Uploading tree_rviz_view.png… tree_vehicle_view 2024-05-07_21-34

sgNicola avatar May 09 '24 12:05 sgNicola

@sgNicola FYI: I am working on kind of similar issue here https://github.com/autowarefoundation/autoware.universe/issues/5594

badai-nguyen avatar Jul 10 '24 04:07 badai-nguyen

This pull request has been automatically marked as stale because it has not had recent activity.

stale[bot] avatar Sep 08 '24 04:09 stale[bot]

@badai-nguyen

Since #5594 is solved, can we close this issue? Does new feature handle these cases?

amadeuszsz avatar Oct 02 '24 09:10 amadeuszsz