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(map_based_prediction): use different time horizon #7157

Conversation

soblin
Copy link
Contributor

@soblin soblin commented May 29, 2024

Description

for vehicle, use longer prediction time

Related links

https://tier4.atlassian.net/browse/RT1-5447

Tests performed

https://evaluation.tier4.jp/evaluation/reports/5c831c1b-26fe-5879-8d68-66fc58e60d0a?project_id=prd_jt

Notes for reviewers

Interface changes

none

ROS Topic Changes

ROS Parameter Changes

Effects on system behavior

none

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.

@github-actions github-actions bot added the component:perception Advanced sensor data processing and environment understanding. (auto-assigned) label May 29, 2024
@soblin soblin added the run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label May 29, 2024
@soblin soblin changed the title feat(map_based_prediction): use different time horizon do not merge this May 29, 2024
@soblin soblin changed the title do not merge this feat(map_based_prediction): use different time horizon May 30, 2024
@soblin soblin force-pushed the feat/map_based_prediction/different-horizon branch from c8efc11 to 69ebedf Compare May 30, 2024 03:48
@@ -106,6 +106,13 @@ struct PredictedRefPath
Maneuver maneuver;
};

struct PredictionTimeHorizon
{
double vehicle;
Copy link
Contributor

Choose a reason for hiding this comment

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

How about add some comment in this description?
We use "vehicle" prediction in motorcycle and "pedestrian" prediction for bicycle for now and this is not obvious to users.

Copy link
Contributor

@YoshiRi YoshiRi left a comment

Choose a reason for hiding this comment

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

LGTM. My comment is just optional.

Signed-off-by: Mamoru Sobue <[email protected]>
@soblin soblin merged commit 3323c21 into autowarefoundation:main May 30, 2024
19 of 22 checks passed
@soblin soblin deleted the feat/map_based_prediction/different-horizon branch May 30, 2024 06:58
karishma1911 pushed a commit to Interplai/autoware.universe that referenced this pull request Jun 3, 2024
a-maumau pushed a commit to a-maumau/autoware.universe that referenced this pull request Jun 7, 2024
KhalilSelyan pushed a commit that referenced this pull request Jul 22, 2024
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) 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.

2 participants