autowarefoundation / autoware.universe

https://autowarefoundation.github.io/autoware.universe/
Apache License 2.0
929 stars 608 forks source link

Cannot go downhill even though there's no obstacle in front. #6962

Open Kim-mins opened 3 months ago

Kim-mins commented 3 months ago

Checklist

Description

Hi team,

I'm currently running Autoware with Carla, and I found a situation that the ego vehicle cannot go downhill even though there's no obstacle in front of him.

Here's a frontview: [frontview] and rviz video:

https://github.com/autowarefoundation/autoware.universe/assets/50267797/2d28ad93-efda-4ee9-89a9-c7a89df80c8c

At 0:11 of the video, the ground not filtered well is considered as an obstacle, and after that, the ego vehicle stops at the end of the downhill.

Expected behavior

I hope the ego vehicle to drive downhill with no interference.

Actual behavior

The ego vehicle cannot drive down the hill.

Steps to reproduce

Here's the corresponding ros2bag file for the reproduction: [ros2bag]

Versions

Possible causes

I think the ground perceived as an obstacle is a problem, but it ended in short term, and it was filtered anyway. But I think the situation that, even after the ground is filtered well, the ego vehicle cannot move is the problem.

Additional context

This issue could be similar to #6555, but I thought that the ground is not a sudden obstacle.

sgNicola commented 3 months ago

Hi, @idorobotics, I think the cause of this issue is similar to #6936 because the planning component also subscribes the unfiltered pointcloud topic /perception/obstacle_segmentation/pointcloud besides the final output of the perception component. The unfiltered pointcloud introduces ghost obstacles to the planning component.

brkay54 commented 3 months ago

Hi, we switched obstacle_cruise_planner recently (here) which is using the predicted objects rather than pointcloud. A newer version would solve the problem. However, I think we should improve the ground filtering in high-slope roads.

Kim-mins commented 3 months ago

Sorry for late reply @sgNicola @brkay54.

I checked the PR and tried to run Autoware version here, which is much more recent, but it seems the problem still remains..

Here's the rviz video: [rviz]

As you can see in the video, the ground is perceived as an obstacle while downing the hill, and it is clearly filtered at all. However, after the filtering the vehicle does not move, which seems the same as the issue of the past version.

You can also reproduce the issue with ros2bag here: [ros2bag]

Thank you!

stale[bot] commented 1 month ago

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