-
Notifications
You must be signed in to change notification settings - Fork 683
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(pid_longitudinal_controller): fixed nearest/target index before/after insertion and removal of path points #6391
Conversation
control/pid_longitudinal_controller/src/pid_longitudinal_controller.cpp
Outdated
Show resolved
Hide resolved
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #6391 +/- ##
=======================================
Coverage 14.88% 14.89%
=======================================
Files 1838 1838
Lines 126717 126722 +5
Branches 38049 38051 +2
=======================================
+ Hits 18865 18869 +4
Misses 86553 86553
- Partials 21299 21300 +1
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…fter insertion and removal of path points Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
…oller.cpp Co-authored-by: Takayuki Murooka <takayuki5168@gmail.com> Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
99833cd
to
da231e4
Compare
…fter insertion and removal of path points (autowarefoundation#6391) Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
…fter insertion and removal of path points (autowarefoundation#6391) Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
Description
in getControlData(), path points of control_data.interpolated_traj are inserted/removed so the nearest/target index should be obtained later.
Related links
Tests performed
https://evaluation.tier4.jp/evaluation/reports/af48cc3a-7c07-5188-8a73-62d2450d8a9b?project_id=prd_jt
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.
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.