-
Notifications
You must be signed in to change notification settings - Fork 665
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(map_based_prediction): fix search dist #1348
fix(map_based_prediction): fix search dist #1348
Conversation
Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>
Codecov Report
@@ Coverage Diff @@
## main #1348 +/- ##
========================================
- Coverage 9.64% 9.51% -0.13%
========================================
Files 1096 1088 -8
Lines 77119 70647 -6472
Branches 17705 17115 -590
========================================
- Hits 7436 6724 -712
+ Misses 62442 57183 -5259
+ Partials 7241 6740 -501
*This pull request uses carry forward flags. Click here to find out more.
Continue to review full report at Codecov.
|
I have observed negative velocity is estimated very ofteten
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
L
Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>
Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>
Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>
Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>
Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>
Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>
Signed-off-by: tomoya.kimura tomoya.kimura@tier4.jp
Description
In map_based_prediction, the searching distance of lanelet is calculated as following.
When twist.linear.x is negative, is not calculated correctly, and incorrectly very short predicted_paths are output.
prediction2.mp4
I fixed it.
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.
After all checkboxes are checked, anyone who has write access can merge the PR.