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

Non-blocking obstacle makes the vehicle stop. #9816

Open
3 tasks done
Kim-mins opened this issue Dec 31, 2024 · 1 comment
Open
3 tasks done

Non-blocking obstacle makes the vehicle stop. #9816

Kim-mins opened this issue Dec 31, 2024 · 1 comment
Assignees
Labels
component:perception Advanced sensor data processing and environment understanding. (auto-assigned)

Comments

@Kim-mins
Copy link
Contributor

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 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.

Here's more information for the reproduction:

  • Starting/Goal pose (from launch.log)
initial pose - x: -71.782125, y: 88.019365, z: 0.069840
initial orientation - qx: -0.000343, qy: 0.000011, qz: -0.001882, qw: 0.999998
goal pose - x: -195.079193, y: 29.398745, z: 2.600000
goal orientation - qx: 0.000000, qy: 0.000000, qz: -0.707009, qw: 0.707204

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

  1. 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.
  2. Run ros2bag file linked above.

Versions

  • OS: Ubuntu 22.04 (Docker), Ubuntu 20.04 (host)
  • Autoware: 0.39.1
  • Carla: 0.9.15
  • autoware_carla_interface: link

Possible causes

No response

Additional context

No response

@amadeuszsz amadeuszsz added the component:perception Advanced sensor data processing and environment understanding. (auto-assigned) label Jan 10, 2025
@badai-nguyen
Copy link
Contributor

@Kim-mins Thank you for your rising issue.

@amadeuszsz amadeuszsz moved this from To Triage to In Progress in Software Working Group Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:perception Advanced sensor data processing and environment understanding. (auto-assigned)
Projects
Status: In Progress
Development

No branches or pull requests

3 participants