-
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
feat(control_validator): measure predicted path deviation from trajectory #4549
Merged
kyoichi-sugahara
merged 40 commits into
autowarefoundation:main
from
kyoichi-sugahara:feature/predicted_path_deviation_from_trajectory
Aug 15, 2023
Merged
feat(control_validator): measure predicted path deviation from trajectory #4549
kyoichi-sugahara
merged 40 commits into
autowarefoundation:main
from
kyoichi-sugahara:feature/predicted_path_deviation_from_trajectory
Aug 15, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
…tory Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
…tory Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
…tory Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
…tory Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
…tory Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
…tory Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
…tory Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #4549 +/- ##
==========================================
- Coverage 14.98% 14.79% -0.19%
==========================================
Files 1530 1533 +3
Lines 105991 105765 -226
Branches 32602 32122 -480
==========================================
- Hits 15883 15651 -232
- Misses 72800 73010 +210
+ Partials 17308 17104 -204
*This pull request uses carry forward flags. Click here to find out more.
☔ View full report in Codecov by Sentry. |
Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
TakaHoribe
reviewed
Aug 13, 2023
Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com>
Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
TakaHoribe
approved these changes
Aug 15, 2023
LeoDriveProject
pushed a commit
to leo-drive/autoware.universe.golf
that referenced
this pull request
Aug 16, 2023
…tory (autowarefoundation#4549) * add feature for getting predicted path deviation from trajectory Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * fix for build success Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * fix topic name Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * temp Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * temp Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * cut off extra length on predicted path Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * cut off extra length on predicted path Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * style(pre-commit): autofix * minor refactor Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * change function name Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * add control validator Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * style(pre-commit): autofix * add max_deviation calculation Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * refactor Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * style(pre-commit): autofix * update launch Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * style(pre-commit): autofix * change maintainer Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * refactor Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * style(pre-commit): autofix * feat(dynamic_avoidance): object polygon based drivable area generation (autowarefoundation#4598) Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * update Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * update README Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * fix typo Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * apply clang-tidy check Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * Update control/control_validator/include/control_validator/utils.hpp Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com> * remove debug code Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * add maintainer Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> --------- Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Takayuki Murooka <takayuki5168@gmail.com> Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com>
This was referenced Aug 18, 2023
kminoda
pushed a commit
to kminoda/autoware.universe
that referenced
this pull request
Aug 21, 2023
…tory (autowarefoundation#4549) * add feature for getting predicted path deviation from trajectory Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * fix for build success Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * fix topic name Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * temp Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * temp Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * cut off extra length on predicted path Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * cut off extra length on predicted path Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * style(pre-commit): autofix * minor refactor Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * change function name Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * add control validator Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * style(pre-commit): autofix * add max_deviation calculation Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * refactor Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * style(pre-commit): autofix * update launch Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * style(pre-commit): autofix * change maintainer Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * refactor Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * style(pre-commit): autofix * feat(dynamic_avoidance): object polygon based drivable area generation (autowarefoundation#4598) Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * update Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * update README Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * fix typo Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * apply clang-tidy check Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * Update control/control_validator/include/control_validator/utils.hpp Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com> * remove debug code Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * add maintainer Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> --------- Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Takayuki Murooka <takayuki5168@gmail.com> Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com>
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
component:control
Vehicle control algorithms and mechanisms. (auto-assigned)
component:launch
Launch files, scripts and initialization tools. (auto-assigned)
run:build-and-test-differential
Mark to enable build-and-test-differential workflow. (used-by-ci)
type:documentation
Creating or refining documentation. (auto-assigned)
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Add feature of control validator.
The
control_validator
is a module that checks the validity of the output of the control component. The status of the validation can be viewed in the/diagnostics
topic.invalid when the largest deviation between the predicted trajectory and reference trajectory is greater than the given threshold.
![image](https://private-user-images.githubusercontent.com/32741405/260225012-b1e12b0f-b6df-4275-82d4-03bd2be42108.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNjQ4OTAsIm5iZiI6MTczOTM2NDU5MCwicGF0aCI6Ii8zMjc0MTQwNS8yNjAyMjUwMTItYjFlMTJiMGYtYjZkZi00Mjc1LTgyZDQtMDNiZDJiZTQyMTA4LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDEyNDk1MFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWRjYzlhYzMxY2I3NGQxNjdhYzUxNzM1ZWQ2YmU0N2FjNmM5MDJlZTI0NjBkYjBhZWQ1NTAwM2M0MjQ4OTkwZDkmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.6ablnQGaVHJaElpmu_gdqMjNcygxTn3LQTXWLRVhYHE)
should be merged with this PR
Tests performed
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.
After all checkboxes are checked, anyone who has write access can merge the PR.