-
Notifications
You must be signed in to change notification settings - Fork 683
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(behavior_velocity_planner): lerp stop point z coordinate #1370
fix(behavior_velocity_planner): lerp stop point z coordinate #1370
Conversation
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
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.
Codecov Report
@@ Coverage Diff @@
## main #1370 +/- ##
========================================
- Coverage 9.66% 9.63% -0.03%
========================================
Files 1094 1094
Lines 76981 77200 +219
Branches 17719 17882 +163
========================================
Hits 7440 7440
- Misses 62299 62506 +207
- Partials 7242 7254 +12
*This pull request uses carry forward flags. Click here to find out more.
Continue to review full report at Codecov.
|
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
…efoundation#1370) Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
…n_pose_instability_detector fix(pose_instability_detector): fix a crash bug in pose_instability_detector
Signed-off-by: satoshi-ota satoshi.ota928@gmail.com
Description
Before (use z position of the front point)
After (lerp z position)
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.