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

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

Open
3 tasks done
Kim-mins opened this issue May 9, 2024 · 2 comments
Open
3 tasks done

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

Kim-mins opened this issue May 9, 2024 · 2 comments
Labels
CARLA Issue when using the CARLA simulator type:bug Software flaws or errors.

Comments

@Kim-mins
Copy link

Kim-mins commented May 9, 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

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:

rviz.mp4

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.

@idorobotics idorobotics added the type:bug Software flaws or errors. label May 9, 2024
@maxime-clem maxime-clem added the CARLA Issue when using the CARLA simulator label May 9, 2024
@sgNicola
Copy link

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
Copy link
Member

brkay54 commented May 14, 2024

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.

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 type:bug Software flaws or errors.
Development

No branches or pull requests

5 participants