-
Notifications
You must be signed in to change notification settings - Fork 665
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
Comments
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. |
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. |
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. You can also reproduce the issue with ros2bag here: [ros2bag] Thank you! |
This pull request has been automatically marked as stale because it has not had recent activity. |
Closing due to inactivity. Feel free to reopen if needed. |
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:
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.
The text was updated successfully, but these errors were encountered: