-
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(mission_planner): delete default values #3127
refactor(mission_planner): delete default values #3127
Conversation
param_.goal_angle_threshold_deg = node_->declare_parameter("goal_angle_threshold_deg"); | ||
param_.enable_correct_goal_pose = node_->declare_parameter("enable_correct_goal_pose"); |
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.
A template type is necessary.
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.
@isamu-takagi Thanks for your comment.
@yamazakiTasuku Could you fix it?
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.
I fixed in 2e7e30a.
@yamazakiTasuku Thanks for your work. Btw, please don't check following checkbox before the review was NOT finished 🙏 |
9d8cc60
to
2e7e30a
Compare
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.
@yamazakiTasuku |
@yamazakiTasuku @isamu-takagi I take over this PR. |
Signed-off-by: yamazakiTasuku <tasuku.yamazaki@tier4.jp>
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
32e299d
to
62919c1
Compare
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #3127 +/- ##
=======================================
Coverage 12.36% 12.37%
=======================================
Files 1368 1368
Lines 96023 95979 -44
Branches 27574 27537 -37
=======================================
+ Hits 11874 11876 +2
+ Misses 71609 71564 -45
+ Partials 12540 12539 -1
*This pull request uses carry forward flags. Click here to find out more.
... and 4 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
@kosuke55 @isamu-takagi I would like you to check this PR as code owner. |
planning/static_centerline_optimizer/test/test_static_centerline_optimizer.test.py
Outdated
Show resolved
Hide resolved
* delete param Signed-off-by: yamazakiTasuku <tasuku.yamazaki@tier4.jp> * fix(mission_planner): add type Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(static_centerline_optimizer): add mission planner param path Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix Co-authored-by: Kosuke Takeuchi <kosuke.tnp@gmail.com> --------- Signed-off-by: yamazakiTasuku <tasuku.yamazaki@tier4.jp> Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> Co-authored-by: yamazakiTasuku <tasuku.yamazaki@tier4.jp> Co-authored-by: satoshi-ota <satoshi.ota928@gmail.com> Co-authored-by: Satoshi OTA <44889564+satoshi-ota@users.noreply.github.com> Co-authored-by: Kosuke Takeuchi <kosuke.tnp@gmail.com>
Description
Removed default values defined in declare_parameter function.
mission_planner_delete_param.webm
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.