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

chore(radar_object_tracker): refine radar object tracker #996

Merged

Conversation

YoshiRi
Copy link

@YoshiRi YoshiRi commented Oct 30, 2023

Description

ARS408の出力に合わせて遠距離のRadar object trackingの調整を施しました。
パラメータファイルがガッツリ増えるのでautoware_launch.xx1へのPRの後にMergeします。

Related links

Tests performed

Notes for reviewers

Interface changes

Effects on system behavior

Pre-review checklist for the PR author

The PR author must check the checkboxes below when creating the PR.

In-review checklist for the PR reviewers

The PR reviewers must check the checkboxes below before approval.

  • The PR follows the pull request guidelines.
  • The PR has been properly tested.
  • The PR has been reviewed by the code owners.

Post-review checklist for the PR author

The PR author must check the checkboxes below before merging.

  • There are no open discussions or they are tracked via tickets.
  • The PR is ready for merge.

After all checkboxes are checked, anyone who has write access can merge the PR.

…filtering for radar tracking (autowarefoundation#4935)

* refactor: put node parameter to config yaml file

Signed-off-by: yoshiri <[email protected]>

* use lane information and distance information to filter outliers

Signed-off-by: yoshiri <[email protected]>

* enable to tune tracker lifetime

Signed-off-by: yoshiri <[email protected]>

* update readme documents

Signed-off-by: yoshiri <[email protected]>

* brushup model information and fix typo

Signed-off-by: yoshiri <[email protected]>

---------

Signed-off-by: yoshiri <[email protected]>
…table radar input (autowarefoundation#5409)

* fix include file

Signed-off-by: yoshiri <[email protected]>

* switchable trust/untrust input yaw and twist information via parameters

Signed-off-by: yoshiri <[email protected]>

* Set measurement count threshold tunable

Signed-off-by: yoshiri <[email protected]>

* enable to switch off acceleration estimation

Signed-off-by: yoshiri <[email protected]>

* add constant turn rate tracker model

Signed-off-by: yoshiri <[email protected]>

* tune default parameters

Signed-off-by: yoshiri <[email protected]>

* set orientation unreliable when object is yaw input is not trusted

Signed-off-by: yoshiri <[email protected]>

* set ekf parameter to static so that it reduces yaml loading function calls

Signed-off-by: yoshiri <[email protected]>

* fix launch file to load tracking_config_directory as arguments

Signed-off-by: yoshiri <[email protected]>

* update readme

Signed-off-by: yoshiri <[email protected]>

---------

Signed-off-by: yoshiri <[email protected]>
@github-actions github-actions bot added documentation Improvements or additions to documentation perception labels Oct 30, 2023
Copy link
Collaborator

@shmpwk shmpwk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@shmpwk shmpwk merged commit cf64cca into tier4:beta/v0.10.4 Oct 30, 2023
19 of 20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation perception
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants