-
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
feat(behavior_path_planner): use akima spline for xy only first #2800
feat(behavior_path_planner): use akima spline for xy only first #2800
Conversation
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #2800 +/- ##
==========================================
- Coverage 12.76% 12.76% -0.01%
==========================================
Files 1222 1222
Lines 86234 86238 +4
Branches 24623 24627 +4
==========================================
Hits 11008 11008
- Misses 63813 63817 +4
Partials 11413 11413
*This pull request uses carry forward flags. Click here to find out more.
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. |
5f1fa34
to
f843184
Compare
@takayuki5168 |
@tkimura4 It seems I have to make a PR to awf/autoware_launch. |
@takayuki5168 |
Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
c011e57
to
d52a4a3
Compare
Description
enable option to apply akima spline for xy only first when getting centerline from lanelet.
default: false
TODO
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.