-
Notifications
You must be signed in to change notification settings - Fork 650
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
feat(obstacle_avoidance_planner): parameterize bounds search widths #807
feat(obstacle_avoidance_planner): parameterize bounds search widths #807
Conversation
Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
0f6be8c
to
31e1c39
Compare
Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
Codecov Report
@@ Coverage Diff @@
## main #807 +/- ##
========================================
- Coverage 9.63% 9.58% -0.05%
========================================
Files 907 907
Lines 56544 56810 +266
Branches 6694 6694
========================================
Hits 5448 5448
- Misses 46601 46867 +266
Partials 4495 4495
*This pull request uses carry forward flags. Click here to find out more.
Continue to review full report at Codecov.
|
b96c5e8
to
b6ce8c6
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.
LGTM
I also confirmed that the parameters are reflected with tier4/autoware_launch#295 |
...ane_driving/motion_planning/obstacle_avoidance_planner/obstacle_avoidance_planner.param.yaml
Show resolved
Hide resolved
Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
Description
Just set bounds_search_widths as a ros parameter, which will be different depending on the vehicle size
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.