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(control_validator): fix sign miss and add code test #10341

Merged

Conversation

yuki-takagi-66
Copy link
Contributor

@yuki-takagi-66 yuki-takagi-66 commented Mar 25, 2025

Description

fix sign miss in #10326
commits/9d2c834fff208d4a977bde96882ad5b6a94b0876

increase cut off velocity

add code tests

Related links

#10326

How was this PR tested?

does not judge as error with current params including stop/start on slope(12.5%)
Screencast from 2025年03月26日 17時24分09秒.webm

detect error if acc_time_delay: 1.1 in simulator_model.param.yaml
Screencast from 2025年03月26日 17時24分09秒.webm

tier4 scenario test was passed
https://evaluation.tier4.jp/evaluation/reports/eae98895-960f-5841-9981-afebd1a0553a?project_id=prd_jt

Notes for reviewers

None.

Interface changes

None.

Effects on system behavior

None.

@github-actions github-actions bot added the component:control Vehicle control algorithms and mechanisms. (auto-assigned) label Mar 25, 2025
Copy link

github-actions bot commented Mar 25, 2025

Thank you for contributing to the Autoware project!

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

Please ensure:

Copy link

codecov bot commented Mar 26, 2025

Codecov Report

Attention: Patch coverage is 62.50000% with 3 lines in your changes missing coverage. Please review.

Project coverage is 25.65%. Comparing base (ec13b8e) to head (f249b27).
Report is 6 commits behind head on main.

Files with missing lines Patch % Lines
...toware_control_validator/src/control_validator.cpp 62.50% 3 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main   #10341   +/-   ##
=======================================
  Coverage   25.64%   25.65%           
=======================================
  Files        1362     1362           
  Lines      104703   104706    +3     
  Branches    39824    39822    -2     
=======================================
+ Hits        26855    26859    +4     
+ Misses      75241    75240    -1     
  Partials     2607     2607           
Flag Coverage Δ *Carryforward flag
differential 9.78% <62.50%> (?)
total 25.65% <ø> (+<0.01%) ⬆️ Carriedforward from 8796045

*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.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@yuki-takagi-66 yuki-takagi-66 force-pushed the takagi/add-acc-validator branch from d681da0 to b19f4c7 Compare March 26, 2025 08:29
@github-actions github-actions bot added the type:ci Continuous Integration (CI) processes and testing. (auto-assigned) label Mar 26, 2025
@yuki-takagi-66 yuki-takagi-66 marked this pull request as draft March 26, 2025 09:35
Signed-off-by: yuki-takagi-66 <yuki.takagi@tier4.jp>
@yuki-takagi-66 yuki-takagi-66 force-pushed the takagi/add-acc-validator branch from b19f4c7 to f249b27 Compare March 26, 2025 11:46
@github-actions github-actions bot removed the type:ci Continuous Integration (CI) processes and testing. (auto-assigned) label Mar 26, 2025
@yuki-takagi-66 yuki-takagi-66 marked this pull request as ready for review March 26, 2025 11:46
Copy link
Contributor

@kyoichi-sugahara kyoichi-sugahara left a comment

Choose a reason for hiding this comment

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

LGTM!
Thank you for the detailed explanation!

@yuki-takagi-66 yuki-takagi-66 merged commit e048399 into autowarefoundation:main Mar 26, 2025
34 of 35 checks passed
@yuki-takagi-66 yuki-takagi-66 deleted the takagi/add-acc-validator branch March 26, 2025 12:09
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
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants