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(velocity_smoother): add acc limit on manual driving #4113

Merged
merged 1 commit into from
Jun 30, 2023

Conversation

TakaHoribe
Copy link
Contributor

@TakaHoribe TakaHoribe commented Jun 29, 2023

Description

Add an acceleration limit to enable "engage on manual driving when accelerating".

Tests performed

Run psim, and real vehicle experiment

Effects on system behavior

enable "engage on manual driving when accelerating".

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: Takamasa Horibe <horibe.takamasa@gmail.com>
@TakaHoribe TakaHoribe requested review from rej55, mkuri, purewater0901 and a team as code owners June 29, 2023 03:47
@github-actions github-actions bot added the component:planning Route planning, decision-making, and navigation. (auto-assigned) label Jun 29, 2023
@codecov
Copy link

codecov bot commented Jun 29, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (2919364) 14.35% compared to head (16b2772) 14.35%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4113   +/-   ##
=======================================
  Coverage   14.35%   14.35%           
=======================================
  Files        1569     1569           
  Lines      107995   107997    +2     
  Branches    31250    31251    +1     
=======================================
+ Hits        15499    15501    +2     
  Misses      75642    75642           
  Partials    16854    16854           
Flag Coverage Δ *Carryforward flag
differential 11.59% <100.00%> (?)
total 14.35% <ø> (ø) Carriedforward from 2919364

*This pull request uses carry forward flags. Click here to find out more.

Impacted Files Coverage Δ
...ity_smoother/src/motion_velocity_smoother_node.cpp 28.43% <100.00%> (+0.26%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@tkimura4 tkimura4 self-requested a review June 29, 2023 12:21
Copy link
Contributor

@tkimura4 tkimura4 left a comment

Choose a reason for hiding this comment

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

We tested on a real vehicle.

@TakaHoribe TakaHoribe enabled auto-merge (squash) June 30, 2023 01:31
@TakaHoribe TakaHoribe merged commit f5b4053 into autowarefoundation:main Jun 30, 2023
@TakaHoribe TakaHoribe deleted the fix-smoother-acc-lim branch June 30, 2023 01:32
tkimura4 pushed a commit to tier4/autoware.universe that referenced this pull request Jul 3, 2023
…dation#4113)

Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:planning Route planning, decision-making, and navigation. (auto-assigned)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants