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_prediciton): consider y component of the velocity vector #4728

Merged

Conversation

YoshiRi
Copy link
Contributor

@YoshiRi YoshiRi commented Aug 23, 2023

Description

Related to #4637, map_based_prediction package also need to consider vy component of the velocity.

Most of changes is conversion from abs(vx) to hypot(vx, vy).

Tests performed

Tested with Psim.

image

Effects on system behavior

Not applicable.

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.

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.

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

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
@github-actions github-actions bot added the component:perception Advanced sensor data processing and environment understanding. (auto-assigned) label Aug 23, 2023
@YoshiRi YoshiRi marked this pull request as ready for review August 24, 2023 10:32
@YoshiRi YoshiRi added the tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Aug 28, 2023
@YoshiRi YoshiRi enabled auto-merge (squash) August 28, 2023 03:40
@YoshiRi YoshiRi disabled auto-merge August 28, 2023 03:42
@codecov
Copy link

codecov bot commented Aug 28, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.05% ⚠️

Comparison is base (b3d62fa) 15.11% compared to head (dd6710a) 15.06%.
Report is 32 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4728      +/-   ##
==========================================
- Coverage   15.11%   15.06%   -0.05%     
==========================================
  Files        1563     1563              
  Lines      107835   108169     +334     
  Branches    33061    33061              
==========================================
  Hits        16296    16296              
- Misses      73803    74137     +334     
  Partials    17736    17736              
Flag Coverage Δ *Carryforward flag
differential 0.00% <0.00%> (?)
total 15.11% <ø> (+<0.01%) ⬆️ Carriedforward from b3d62fa

*This pull request uses carry forward flags. Click here to find out more.

Files Changed Coverage Δ
...based_prediction/src/map_based_prediction_node.cpp 0.00% <0.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@takayuki5168 takayuki5168 merged commit 8613b51 into autowarefoundation:main Aug 28, 2023
34 of 38 checks passed
takayuki5168 pushed a commit to tier4/autoware.universe that referenced this pull request Aug 30, 2023
…or (autowarefoundation#4728)

* consider y component of the velocity vector

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>

* uncomment compensateTimeDelay function because it is not used

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>

* style(pre-commit): autofix

---------

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
kyoichi-sugahara pushed a commit to tier4/autoware.universe that referenced this pull request Sep 7, 2023
…or (autowarefoundation#4728)

* consider y component of the velocity vector

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>

* uncomment compensateTimeDelay function because it is not used

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>

* style(pre-commit): autofix

---------

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
kosuke55 pushed a commit to tier4/autoware.universe that referenced this pull request Sep 12, 2023
…or (autowarefoundation#4728)

* consider y component of the velocity vector

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>

* uncomment compensateTimeDelay function because it is not used

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>

* style(pre-commit): autofix

---------

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
@YoshiRi YoshiRi deleted the feat/consider_linear_y_velocity branch October 16, 2023 10:58
takayuki5168 pushed a commit to tier4/autoware.universe that referenced this pull request Nov 26, 2023
…or (autowarefoundation#4728)

* consider y component of the velocity vector

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>

* uncomment compensateTimeDelay function because it is not used

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>

* style(pre-commit): autofix

---------

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
takayuki5168 pushed a commit to tier4/autoware.universe that referenced this pull request Dec 25, 2023
…or (autowarefoundation#4728)

* consider y component of the velocity vector

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>

* uncomment compensateTimeDelay function because it is not used

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>

* style(pre-commit): autofix

---------

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
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) 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.

2 participants