-
Notifications
You must be signed in to change notification settings - Fork 650
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(pure_pursuit): add predicted trajectory #2115
Conversation
@brkay54 Thank you for your great work!!! In the code, the I want it to be like
(This is just an image. I'm not sure if it can be implemented.) |
Codecov ReportBase: 11.89% // Head: 11.87% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #2115 +/- ##
==========================================
- Coverage 11.89% 11.87% -0.03%
==========================================
Files 1111 1111
Lines 80812 80991 +179
Branches 20737 20831 +94
==========================================
Hits 9614 9614
- Misses 61072 61250 +178
- Partials 10126 10127 +1
*This pull request uses carry forward flags. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
@TakaHoribe Thank you for your review, you are right, it was little messy. I organised the |
The following PRs should be merged after this PR merged: |
@TakaHoribe Would you take another look at this PR? @brkay54 seems to have updates to your comment. |
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.
THank you for the refactoring. Basically, it looks good to me! One minor comment before merge.
control/pure_pursuit/src/pure_pursuit/pure_pursuit_lateral_controller.cpp
Outdated
Show resolved
Hide resolved
@TakaHoribe could you review this please? |
control/pure_pursuit/src/pure_pursuit/pure_pursuit_lateral_controller.cpp
Outdated
Show resolved
Hide resolved
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.
LGTM! Please take one suggestion before merge.
Signed-off-by: Berkay Karaman <berkay@leodrive.ai>
Signed-off-by: Berkay Karaman <berkay@leodrive.ai>
Signed-off-by: Berkay Karaman <berkay@leodrive.ai>
de92cd4
to
5067346
Compare
* feat(pure_pursuit): add predicted trajectory Signed-off-by: Berkay Karaman <berkay@leodrive.ai> * ci(pre-commit): autofix * clear up Signed-off-by: Berkay Karaman <berkay@leodrive.ai> * Use operator || instead of or Signed-off-by: Berkay Karaman <berkay@leodrive.ai> * comment update Signed-off-by: Berkay Karaman <berkay@leodrive.ai> Signed-off-by: Berkay Karaman <berkay@leodrive.ai> Co-authored-by: Berkay Karaman <berkay@leodrive.ai> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Signed-off-by: Kotaro Yoshimoto <pythagora.yoshimoto@gmail.com>
* feat(pure_pursuit): add predicted trajectory Signed-off-by: Berkay Karaman <berkay@leodrive.ai> * ci(pre-commit): autofix * clear up Signed-off-by: Berkay Karaman <berkay@leodrive.ai> * Use operator || instead of or Signed-off-by: Berkay Karaman <berkay@leodrive.ai> * comment update Signed-off-by: Berkay Karaman <berkay@leodrive.ai> Signed-off-by: Berkay Karaman <berkay@leodrive.ai> Co-authored-by: Berkay Karaman <berkay@leodrive.ai> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
Signed-off-by: Berkay Karaman berkay@leodrive.ai
Description
Closes #2066
In current implementation of autoware universe,
pure_pursuit
does not create predicted trajectory. In this PR,pure_pursuit
creates predicted trajectory by iterating estimated pose.Related links
Tests performed
Tested in real vehicle tests, worked good.
Notes for reviewers
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.