Skip to content
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

Open
3 tasks done
sgNicola opened this issue May 8, 2024 · 1 comment
Labels
CARLA Issue when using the CARLA simulator

Comments

@sgNicola
Copy link

sgNicola commented May 8, 2024

Checklist

  • I've read the contribution guidelines.
  • I've searched other issues and no duplicate issues were found.
  • 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
Copy link
Author

sgNicola commented May 9, 2024

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

@mehmetdogru mehmetdogru added the CARLA Issue when using the CARLA simulator label May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CARLA Issue when using the CARLA simulator
Projects
None yet
Development

No branches or pull requests

2 participants