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

fix(autoware_pid_longitudinal_controller, autoware_trajectory_follower_node): unite diagnostic_updater_ in PID and MPC. #7674

Merged

Conversation

HansOersted
Copy link
Contributor

@HansOersted HansOersted commented Jun 25, 2024

Description

This PR units diagnostic_updater_ in PID and MPC.

Tests performed

  1. Local test by manually setting m_control_state = ControlState::EMERGENCY;
    Screencast from 06-25-2024 11:48:17 AM.webm

  2. Scenario test
    https://evaluation.tier4.jp/evaluation/reports/a1a6f1d7-0cbb-56f4-bf11-3fb2cbea910d?project_id=prd_jt

Effects on system behavior

Not applicable.

Interface changes

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.

  • There are no open discussions or they are tracked via tickets.

After all checkboxes are checked, anyone who has write access can merge the PR.

Signed-off-by: Zhe Shen <[email protected]>
@github-actions github-actions bot added the component:control Vehicle control algorithms and mechanisms. (auto-assigned) label Jun 25, 2024
@HansOersted HansOersted added the run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Jun 25, 2024
Copy link

codecov bot commented Jun 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 18.15%. Comparing base (507e3f4) to head (e71b8f4).
Report is 133 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##             main    #7674       +/-   ##
===========================================
+ Coverage   14.84%   18.15%    +3.30%     
===========================================
  Files        1999      151     -1848     
  Lines      139163    13471   -125692     
  Branches    43716     2001    -41715     
===========================================
- Hits        20661     2445    -18216     
+ Misses      95731    10652    -85079     
+ Partials    22771      374    -22397     
Flag Coverage Δ
differential 18.15% <100.00%> (?)
total ?

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

@HansOersted HansOersted changed the title fix(autoware_pid_longitudinal_controller, autoware_trajectory_follower_node): Unite diagnostic_updater_ in PID and MPC. fix(autoware_pid_longitudinal_controller & autoware_trajectory_follower_node): Unite diagnostic_updater_ in PID and MPC. Jun 25, 2024
@HansOersted HansOersted changed the title fix(autoware_pid_longitudinal_controller & autoware_trajectory_follower_node): Unite diagnostic_updater_ in PID and MPC. fix(autoware_pid_longitudinal_controller): Unite diagnostic_updater_ in PID and MPC. Jun 25, 2024
@HansOersted HansOersted changed the title fix(autoware_pid_longitudinal_controller): Unite diagnostic_updater_ in PID and MPC. fix(autoware_pid_longitudinal_controller, autoware_trajectory_follower_node): unite diagnostic_updater_ in PID and MPC. Jun 25, 2024
Copy link
Contributor

@satoshi-ota satoshi-ota left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@HansOersted HansOersted merged commit cd86f0a into autowarefoundation:main Jun 26, 2024
45 of 51 checks passed
simon-eisenmann-driveblocks pushed a commit to simon-eisenmann-driveblocks/autoware.universe that referenced this pull request Jun 26, 2024
…r_node): unite diagnostic_updater_ in PID and MPC. (autowarefoundation#7674)

* diag_updater_ added in PID

Signed-off-by: Zhe Shen <[email protected]>

* correct the pointer form

Signed-off-by: Zhe Shen <[email protected]>

* pre-commit

Signed-off-by: Zhe Shen <[email protected]>

---------

Signed-off-by: Zhe Shen <[email protected]>
Signed-off-by: Simon Eisenmann <[email protected]>
mitukou1109 pushed a commit to mitukou1109/autoware.universe that referenced this pull request Jul 2, 2024
…r_node): unite diagnostic_updater_ in PID and MPC. (autowarefoundation#7674)

* diag_updater_ added in PID

Signed-off-by: Zhe Shen <[email protected]>

* correct the pointer form

Signed-off-by: Zhe Shen <[email protected]>

* pre-commit

Signed-off-by: Zhe Shen <[email protected]>

---------

Signed-off-by: Zhe Shen <[email protected]>
palas21 pushed a commit to palas21/autoware.universe that referenced this pull request Jul 12, 2024
…r_node): unite diagnostic_updater_ in PID and MPC. (autowarefoundation#7674)

* diag_updater_ added in PID

Signed-off-by: Zhe Shen <[email protected]>

* correct the pointer form

Signed-off-by: Zhe Shen <[email protected]>

* pre-commit

Signed-off-by: Zhe Shen <[email protected]>

---------

Signed-off-by: Zhe Shen <[email protected]>
Signed-off-by: palas21 <[email protected]>
tby-udel pushed a commit to tby-udel/autoware.universe that referenced this pull request Jul 14, 2024
…r_node): unite diagnostic_updater_ in PID and MPC. (autowarefoundation#7674)

* diag_updater_ added in PID

Signed-off-by: Zhe Shen <[email protected]>

* correct the pointer form

Signed-off-by: Zhe Shen <[email protected]>

* pre-commit

Signed-off-by: Zhe Shen <[email protected]>

---------

Signed-off-by: Zhe Shen <[email protected]>
KhalilSelyan pushed a commit that referenced this pull request Jul 22, 2024
…r_node): unite diagnostic_updater_ in PID and MPC. (#7674)

* diag_updater_ added in PID

Signed-off-by: Zhe Shen <[email protected]>

* correct the pointer form

Signed-off-by: Zhe Shen <[email protected]>

* pre-commit

Signed-off-by: Zhe Shen <[email protected]>

---------

Signed-off-by: Zhe Shen <[email protected]>
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) run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants