-
Notifications
You must be signed in to change notification settings - Fork 672
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(motion_utils): add planning factor interface #9676
feat(motion_utils): add planning factor interface #9676
Conversation
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #9676 +/- ##
==========================================
+ Coverage 29.81% 29.83% +0.02%
==========================================
Files 1443 1444 +1
Lines 108607 108664 +57
Branches 42668 42678 +10
==========================================
+ Hits 32378 32425 +47
- Misses 73049 73053 +4
- Partials 3180 3186 +6
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…#9676) * feat(motion_utils): add planning factor interface Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix: use extern template Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix: define function in header Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> --------- Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Description
Add planning factor interface to make it easier for developper to output
PlaninningFactor.msg
.Related links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.