-
Notifications
You must be signed in to change notification settings - Fork 51
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(autoware_trajectory): use move semantics and return expected<T, E> for propagating failure reason #254
base: main
Are you sure you want to change the base?
feat(autoware_trajectory): use move semantics and return expected<T, E> for propagating failure reason #254
Conversation
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
1a08627
to
ac80fbc
Compare
cd577d0
to
8ab0ed8
Compare
Signed-off-by: Mamoru Sobue <[email protected]>
Signed-off-by: Mamoru Sobue <[email protected]>
Signed-off-by: Mamoru Sobue <[email protected]>
Signed-off-by: Mamoru Sobue <[email protected]>
Signed-off-by: Mamoru Sobue <[email protected]>
Signed-off-by: Mamoru Sobue <[email protected]>
Signed-off-by: Mamoru Sobue <[email protected]>
This reverts commit 7b63d56.
2e5151e
to
f084050
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #254 +/- ##
===========================================
- Coverage 78.75% 25.62% -53.13%
===========================================
Files 11 88 +77
Lines 193 3781 +3588
Branches 73 993 +920
===========================================
+ Hits 152 969 +817
- Misses 11 2702 +2691
- Partials 30 110 +80
☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Description
see the diff here: tier4/autoware.core@tier4:autoware.core:refactor/trajectory-class...feat/trajectory-class-refactor
depends #255
Related links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.