-
Notifications
You must be signed in to change notification settings - Fork 667
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(motion_velocity_smoother): velocity limit when engage status #621
fix(motion_velocity_smoother): velocity limit when engage status #621
Conversation
Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com>
Codecov Report
@@ Coverage Diff @@
## main #621 +/- ##
==========================================
- Coverage 10.74% 0.00% -10.75%
==========================================
Files 713 10 -703
Lines 50671 1776 -48895
Branches 6572 0 -6572
==========================================
- Hits 5443 0 -5443
+ Misses 40821 1776 -39045
+ Partials 4407 0 -4407
Continue to review full report at Codecov.
|
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
Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com>
…owarefoundation#621) Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com>
Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com>
…sage (autowarefoundation#4058) (autowarefoundation#621) fix(behavior_path_planner): print avoidance and lane change debug mes… (autowarefoundation#4058) fix(behavior_path_planner): print avoidance and lane change debug message Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp> Co-authored-by: Zulfaqar Azmi <93502286+zulfaqar-azmi-t4@users.noreply.github.com>
* chore: replace set-output with $GITHUB_OUTPUT Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> * Update update-beta-branch.yaml --------- Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com>
Signed-off-by: Makoto Kurihara mkuri8m@gmail.com
Description
Fixed an issue that when velocity limit is updated during engage status, the velocity limit before the update remains.
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.
After all checkboxes are checked, anyone who has write access can merge the PR.