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

fix(autoware_multi_object_tracker): stabilize bicycle model slip #10264

Conversation

technolojin
Copy link
Contributor

@technolojin technolojin commented Mar 12, 2025

Description

Apply exponential decay to slip angle over time, with a half-life (2 seconds).

The current bicycle motion model assumes constant turn rate. However, it can cause slip angle instability, oscillation or divergence. Especially, the oscillation or divergence occurs with high turn-rate object and newly spawned object, normally has high covariance of yaw.

Therefore, the decay is introduced to mitigate this system instability.

Related links

Parent Issue:

  • Link

How was this PR tested?

TIER IV INTERNAL

Notes for reviewers

None.

Interface changes

None.

Effects on system behavior

None.

@technolojin technolojin self-assigned this Mar 12, 2025
@github-actions github-actions bot added the component:perception Advanced sensor data processing and environment understanding. (auto-assigned) label Mar 12, 2025
Copy link

github-actions bot commented Mar 12, 2025

Thank you for contributing to the Autoware project!

🚧 If your pull request is in progress, switch it to draft mode.

Please ensure:

@technolojin technolojin force-pushed the fix/multi-object-tracker/stabilize-bicycle-model-slip branch from 03239a2 to b32b93c Compare March 13, 2025 02:20
…angle in state prediction

Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
@technolojin technolojin force-pushed the fix/multi-object-tracker/stabilize-bicycle-model-slip branch from b32b93c to 3fedce3 Compare March 17, 2025 00:39
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: Done
Development

Successfully merging this pull request may close these issues.

1 participant