-
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
refactor(behavior_velocity_planner): remove unused local interpolate function #435
refactor(behavior_velocity_planner): remove unused local interpolate function #435
Conversation
Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com>
Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com>
Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com>
Codecov Report
@@ Coverage Diff @@
## tier4/proposal #435 +/- ##
=================================================
- Coverage 10.20% 6.19% -4.01%
=================================================
Files 705 71 -634
Lines 49427 4873 -44554
Branches 6413 678 -5735
=================================================
- Hits 5043 302 -4741
+ Misses 40213 4428 -35785
+ Partials 4171 143 -4028
Continue to review full report at Codecov.
|
Signed-off-by: Takamasa Horibe <horibe.takamasa@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.
LGTM
…function (autowarefoundation#435) * move functions from interpolate.cpp to path_utilization.cpp Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * remove unused LinearInterpolate library Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * fix format Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * fix cpplint Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com>
…model (#435) fix(planning_launch): modify delay_response_time for lexus model Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
… rtc_auto_mode_manager (autowarefoundation#435) * add enable_rtc param Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * fix typo Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * revert change of rviz config Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * revert change of rviz config Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> --------- Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
…commit-error-fix refactor(cmd_helper): enclose the variable in double quotes (autowarefoundation#431)
chore: sync awf-latest
Related Issue(required)
#430
Description(required)
LinearInterpolate
class has been removed frominterpolate.cpp
.path_utilization.cpp
and theinterpolate.cpp/hpp
files have been removed.Review Procedure(required)
Related PR(optional)
Pre-Review Checklist for the PR Author
PR Author should check the checkboxes below when creating the PR.
If you are adding new package following items are required:
Checklist for the PR Reviewer
Reviewers should check the checkboxes below before approval.
Post-Review Checklist for the PR Author
PR Author should check the checkboxes below before merging.
CI Checks