-
Notifications
You must be signed in to change notification settings - Fork 712
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
fix(control_validator): fix sign miss and add code test #10341
Conversation
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Codecov ReportAttention: Patch coverage is
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
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
d681da0
to
b19f4c7
Compare
b19f4c7
to
f249b27
Compare
There was a problem hiding this 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!
e048399
into
autowarefoundation:main
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.yamlScreencast 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.