You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've searched other issues and no duplicate issues were found.
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 cannot move due to an obstacle, which does not block the vehicle actually.
Here's the rviz video of the situation: [rviz]
The vehicle stops twice, and I think the details are as below:
The vehicle stops at [0:02] first. It seems the pointclouds from the tree are filtered well, but after the vehicle is at below of the tree, the points are not filtered and it makes the vehicle stop.
After recovering from the first stop ([0:06]), another tree in front makes the vehicle stop. It seems the pointcloud is filtered well at first, but they are not filtered well as the vehicle gets closer to the tree.
I also checked the similar issue #6940 and I thought the issue could be resolved for the latest release, but it seems the issue remains.
I hope Autoware to ignore the irrelevant pointcloud.
Actual behavior
However, the irrelevant pointcloud is not filtered and makes the vehicle stop.
Steps to reproduce
Pull image from https://github.com/autowarefoundation/autoware/pkgs/container/autoware/321564631?tag=universe-devel-cuda-0.39.1-amd64 and run Autoware with Carla, using autoware_carla_interface.
BWT could you enable the new filter(image_segmentation based filter) by this and test autoware in camera_lidar_fusion mode to test the filter on the simulator simulation?
Checklist
Description
Hi team,
I'm currently running Autoware with Carla, and I found a situation that the ego vehicle cannot move due to an obstacle, which does not block the vehicle actually.
Here's the rviz video of the situation: [rviz]
The vehicle stops twice, and I think the details are as below:
I also checked the similar issue #6940 and I thought the issue could be resolved for the latest release, but it seems the issue remains.
Here's more information for the reproduction:
Expected behavior
I hope Autoware to ignore the irrelevant pointcloud.
Actual behavior
However, the irrelevant pointcloud is not filtered and makes the vehicle stop.
Steps to reproduce
https://github.com/autowarefoundation/autoware/pkgs/container/autoware/321564631?tag=universe-devel-cuda-0.39.1-amd64
and run Autoware with Carla, using autoware_carla_interface.Versions
Possible causes
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: