-
Notifications
You must be signed in to change notification settings - Fork 682
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(simple_planning_simulator): fix acc output for the model sim_model_delay_steer_acc_geared_wo_fall_guard #8607
fix(simple_planning_simulator): fix acc output for the model sim_model_delay_steer_acc_geared_wo_fall_guard #8607
Conversation
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8607 +/- ##
==========================================
- Coverage 24.06% 24.06% -0.01%
==========================================
Files 1398 1400 +2
Lines 102639 102668 +29
Branches 39023 39024 +1
==========================================
+ Hits 24704 24710 +6
- Misses 75403 75426 +23
Partials 2532 2532
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…l_delay_steer_acc_geared_wo_fall_guard (autowarefoundation#8607) fix acceleration output Signed-off-by: Yuki Takagi <yuki.takagi@tier4.jp>
…l_delay_steer_acc_geared_wo_fall_guard (autowarefoundation#8607) fix acceleration output Signed-off-by: Yuki Takagi <yuki.takagi@tier4.jp>
…l_delay_steer_acc_geared_wo_fall_guard (autowarefoundation#8607) fix acceleration output Signed-off-by: Yuki Takagi <yuki.takagi@tier4.jp>
Description
A recently added vehicle model sim_model_delay_steer_acc_geared_wo_fall_guard has a bug that publish the input acc_cmd as the current acceleration. #7651
This PR fix this issue.
Related links
How was this PR tested?
psim
Notes for reviewers
I know the zero division line is newly added by this PR.
Interface changes
None.
Effects on system behavior
None.