Skip to content
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(pid_longitudinal_controller): remove trans/rot deviation validation since the control_validator has the same feature #9675

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

takayuki5168
Copy link
Contributor

@takayuki5168 takayuki5168 commented Dec 17, 2024

Description

Currently, several nodes have a translational/rotational deviation checker.
Among them, the control_validator should be responsible for it, so I removed it from the pid_longiudinal_controller.

Related links

How was this PR tested?

psim worked.

Notes for reviewers

None.

Interface changes

None.

Effects on system behavior

None.

…ion since the control_validator has the same feature

Signed-off-by: Takayuki Murooka <[email protected]>
@github-actions github-actions bot added type:documentation Creating or refining documentation. (auto-assigned) component:control Vehicle control algorithms and mechanisms. (auto-assigned) labels Dec 17, 2024
Copy link

github-actions bot commented Dec 17, 2024

Thank you for contributing to the Autoware project!

🚧 If your pull request is in progress, switch it to draft mode.

Please ensure:

Signed-off-by: Takayuki Murooka <[email protected]>
Copy link

codecov bot commented Dec 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 29.86%. Comparing base (86ba21f) to head (34e3921).
Report is 30 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #9675      +/-   ##
==========================================
- Coverage   29.88%   29.86%   -0.02%     
==========================================
  Files        1440     1440              
  Lines      108347   108334      -13     
  Branches    42467    42450      -17     
==========================================
- Hits        32376    32351      -25     
- Misses      72730    72743      +13     
+ Partials     3241     3240       -1     
Flag Coverage Δ *Carryforward flag
differential 31.64% <ø> (?)
total 29.86% <ø> (-0.02%) ⬇️ Carriedforward from 86ba21f

*This pull request uses carry forward flags. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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) tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) type:documentation Creating or refining documentation. (auto-assigned)
Projects
Status: To Triage
Development

Successfully merging this pull request may close these issues.

2 participants