forked from autowarefoundation/autoware_universe
-
Notifications
You must be signed in to change notification settings - Fork 35
feat(control_validator, tier4_diagnostics): sync upstream #1983
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
Merged
Conversation
This file contains hidden or 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
…utowarefoundation#10240) * feat(control_validator): add diag to check control component latency Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix: missing param Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> --------- Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Signed-off-by: yuki-takagi-66 <yuki.takagi@tier4.jp>
…10326) Signed-off-by: yuki-takagi-66 <yuki.takagi@tier4.jp>
…dation#10341) Signed-off-by: yuki-takagi-66 <yuki.takagi@tier4.jp>
… increment bug (autowarefoundation#10355) Signed-off-by: yuki-takagi-66 <yuki.takagi@tier4.jp>
…ation#10363) Signed-off-by: yuki-takagi-66 <yuki.takagi@tier4.jp>
…ndation#10422) Signed-off-by: Yuki Takagi <yuki.takagi@tier4.jp>
…dation#10508) Signed-off-by: yuki-takagi-66 <yuki.takagi@tier4.jp>
@rej55 追加修正 (autowarefoundation#10508 ) を取り込み、PRを再openしました。お願いします。 |
|
rej55
approved these changes
Apr 23, 2025
yuki-takagi-66
added a commit
that referenced
this pull request
May 9, 2025
* feat(control_validator): add diag to check control component latency (autowarefoundation#10240) * feat(control_validator): add diag to check control component latency Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix: missing param Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> --------- Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * feat(control_validator)!: add overrun check (autowarefoundation#10236) Signed-off-by: yuki-takagi-66 <yuki.takagi@tier4.jp> * feat(control_validator)!: add acceleration check (autowarefoundation#10326) Signed-off-by: yuki-takagi-66 <yuki.takagi@tier4.jp> * fix(control_validator): fix sign miss and add code test (autowarefoundation#10341) Signed-off-by: yuki-takagi-66 <yuki.takagi@tier4.jp> * fix(control validator): combine callback functions to fix error count increment bug (autowarefoundation#10355) Signed-off-by: yuki-takagi-66 <yuki.takagi@tier4.jp> * refactor(control validaor): refactor control_validator (autowarefoundation#10363) Signed-off-by: yuki-takagi-66 <yuki.takagi@tier4.jp> * feat(control_validator): add over run estimation feature (autowarefoundation#10422) Signed-off-by: Yuki Takagi <yuki.takagi@tier4.jp> * fix(control_validator): fix less trajectory point check (autowarefoundation#10508) Signed-off-by: yuki-takagi-66 <yuki.takagi@tier4.jp> --------- Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> Signed-off-by: yuki-takagi-66 <yuki.takagi@tier4.jp> Signed-off-by: Yuki Takagi <yuki.takagi@tier4.jp> Co-authored-by: Satoshi OTA <44889564+satoshi-ota@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
beta/v0.41のcontrol_validator関係の設定をv0.41からv0.44相当に更新する変更です。
リファクタリングを含みますので、変更自体はそこそこの大きさがありますが、パイプラインからは独立しているモジュールですので、影響は限定的かと想定しています。
How was this PR tested?
psimにおいて、以下を確認しました。
Related links
launch: tier4/autoware_launch#838
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.