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(simple_planning_simulator): fix acc output for the model sim_model_delay_steer_acc_geared_wo_fall_guard #8607

Merged

Conversation

yuki-takagi-66
Copy link
Contributor

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.

Signed-off-by: Yuki Takagi <yuki.takagi@tier4.jp>
@github-actions github-actions bot added the component:simulation Virtual environment setups and simulations. (auto-assigned) label Aug 26, 2024
Copy link

Thank you for contributing to the Autoware project!

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

Please ensure:

@maxime-clem maxime-clem added the run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Aug 26, 2024
Copy link

codecov bot commented Aug 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 24.06%. Comparing base (b9b0fa9) to head (cd8e2a9).
Report is 4 commits behind head on main.

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              
Flag Coverage Δ *Carryforward flag
differential 26.53% <100.00%> (?)
total 24.06% <ø> (-0.01%) ⬇️ Carriedforward from b9b0fa9

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

@yuki-takagi-66 yuki-takagi-66 merged commit 43efc6f into autowarefoundation:main Aug 26, 2024
41 checks passed
@yuki-takagi-66 yuki-takagi-66 deleted the takagi/vehicle-model-fix-acc branch August 26, 2024 03:07
kyoichi-sugahara pushed a commit to kyoichi-sugahara/autoware.universe that referenced this pull request Aug 27, 2024
…l_delay_steer_acc_geared_wo_fall_guard (autowarefoundation#8607)

fix acceleration output

Signed-off-by: Yuki Takagi <yuki.takagi@tier4.jp>
a-maumau pushed a commit to a-maumau/autoware.universe that referenced this pull request Sep 2, 2024
…l_delay_steer_acc_geared_wo_fall_guard (autowarefoundation#8607)

fix acceleration output

Signed-off-by: Yuki Takagi <yuki.takagi@tier4.jp>
ktro2828 pushed a commit to ktro2828/autoware.universe that referenced this pull request Sep 18, 2024
…l_delay_steer_acc_geared_wo_fall_guard (autowarefoundation#8607)

fix acceleration output

Signed-off-by: Yuki Takagi <yuki.takagi@tier4.jp>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:simulation Virtual environment setups and simulations. (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.

2 participants