-
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_crosswalk_module): use std::optional instead of boost::optional #4311
refactor(behavior_velocity_crosswalk_module): use std::optional instead of boost::optional #4311
Conversation
6922164
to
a3ad9ce
Compare
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #4311 +/- ##
==========================================
- Coverage 14.17% 14.17% -0.01%
==========================================
Files 1601 1601
Lines 110214 110217 +3
Branches 31602 31611 +9
==========================================
Hits 15623 15623
- Misses 77603 77606 +3
Partials 16988 16988
*This pull request uses carry forward flags. Click here to find out more.
☔ View full report in Codecov by Sentry. |
Thanks @takayuki5168 for your PR. |
…ad of boost::optional Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
a3ad9ce
to
381b52b
Compare
@satoshi-ota |
OK. I got it. |
…ad of boost::optional (autowarefoundation#4311) Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
…al instead of boost::optional (autowarefoundation#4311)" This reverts commit 37cbd8d.
…ad of boost::optional (autowarefoundation#4311) Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
Description
Depends on #4284
use std::optional instead of boost::optional
Tests performed
planning simulator
Effects on system behavior
Nothing
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.