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

Lazy object tracking makes Autoware collide with a pedestrian #6709

Closed
3 tasks done
Kim-mins opened this issue Mar 29, 2024 · 2 comments
Closed
3 tasks done

Lazy object tracking makes Autoware collide with a pedestrian #6709

Kim-mins opened this issue Mar 29, 2024 · 2 comments
Labels
component:perception Advanced sensor data processing and environment understanding. (auto-assigned) simulator:carla Issue related to CARLA simulator

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 the situation that lazy object tracking makes Autoware collide with a pedestrian.
Here are the videos and the log of the situation: [rviz] [frontview] [launch.log]

In rviz video, it seems the pedestrian is sensed well by the pointcloud, but he is not perceived as a pedestrian until he invades the drivable area of Autoware.
The vehicle does not have enough stopping distance, and it eventually makes collision.

Expected behavior

I expected the vehicle to detect the pedestrian well and no collision to happen.

Actual behavior

The vehicle collides with a pedestrian.

Steps to reproduce

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

Versions

Possible causes

No response

Additional context

No response

@maxime-clem maxime-clem added simulator:carla Issue related to CARLA simulator component:perception Advanced sensor data processing and environment understanding. (auto-assigned) perception labels Mar 29, 2024
@technolojin
Copy link
Contributor

Hi.

I saw your reporting video. It seems that the object is filtered out.

  1. Lanenet filter
  • Solution 1: expand your lanenet
  • Solution 2: use position_filter instead. you may can select the launch option DOCUMENTATION
  1. Initial object tracking performance
    There was an update to adjust parameter for initial tracking. PR fix(multi_object_tracker): tune parameters for pedestrian tracker #6343
    Please try the latest version.

@Kim-mins
Copy link
Contributor Author

Kim-mins commented Apr 1, 2024

Thank you for the response @technolojin!!

I should have checked the PR too.. sorry for bothering you.
The video in the PR you provided, it seems the tracking works really well.
I'll try the latest version, and let you know if I face the same issue.

Thank you!

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) simulator:carla Issue related to CARLA simulator
Projects
None yet
Development

No branches or pull requests

3 participants