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

feat(tier4_perception_launch): add radar far object integration in tracking stage #5269

Merged

Conversation

YoshiRi
Copy link
Contributor

@YoshiRi YoshiRi commented Oct 11, 2023

Description

Use radar_long_range_integration parameter to control radar far detection will merged by detection or tracking.

image

Related links

There are Dependencies in this PR.
Must merge following PRs before merge this PR.

  • autoware_launch PR#627
  • tracking object merger PR#

Tests performed

Check the node activated in sample-rosbag simulation.

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.

@YoshiRi YoshiRi requested a review from scepter914 October 11, 2023 08:19
@github-actions github-actions bot added the component:launch Launch files, scripts and initialization tools. (auto-assigned) label Oct 11, 2023
Copy link
Contributor

@miursh miursh left a comment

Choose a reason for hiding this comment

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

LGTM

@YoshiRi YoshiRi enabled auto-merge (squash) October 16, 2023 04:37
<!-- Radar long range integration methods -->
<arg
name="radar_long_range_integration"
default="tracking"
Copy link
Contributor

Choose a reason for hiding this comment

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

[IMO]
Now, we reduced weight by reducing various functions.
I guess radar tracking is a little heavy process (about 20ms processing time), so I want lightweight perception as this default parameter for now.
And I want to put it into operation that if there is enough computational power for project, this parameter can change.

So I think default parameter of should be detection.
If changing to use_radar_tracking_fusion, it should be false.

@YoshiRi YoshiRi disabled auto-merge October 16, 2023 05:02
@YoshiRi YoshiRi added tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) component:perception Advanced sensor data processing and environment understanding. (auto-assigned) labels Oct 16, 2023
@YoshiRi YoshiRi enabled auto-merge (squash) October 16, 2023 07:20
@github-actions github-actions bot removed the component:perception Advanced sensor data processing and environment understanding. (auto-assigned) label Oct 16, 2023
@YoshiRi YoshiRi removed the tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Oct 16, 2023
@YoshiRi YoshiRi added the tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Oct 16, 2023
@YoshiRi YoshiRi merged commit fb35f62 into autowarefoundation:main Oct 16, 2023
53 checks passed
YoshiRi added a commit to YoshiRi/autoware.universe that referenced this pull request Oct 16, 2023
…acking stage (autowarefoundation#5269)

* update tracking/perception launch

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

* switch tracker launcher mode with argument

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

* update prediction to switch by radar_long_range_integration paramter

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

* make radar far object integration switchable between detection/tracking

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

* fix camera lidar radar fusion flow when 'tracking' is used.

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

* fix spelling and appearance

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

* reconstruct topic flow when use tracking to merge far object detection and near object detection

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

* fix input topic miss in tracking.launch

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

* fix comment in camera_lidar_radar fusion

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

* refactor: rename and remove paramters in prediction.launch

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

* refactor: rename merger control variable from string to bool

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

---------

Signed-off-by: yoshiri <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:launch Launch files, scripts and initialization tools. (auto-assigned) tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants