-
Notifications
You must be signed in to change notification settings - Fork 83
feat(planning_factor): add console output option #513
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(planning_factor): add console output option #513
Conversation
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
bb9de3c
to
f58c7cd
Compare
...ng_factor_interface/include/autoware/planning_factor_interface/planning_factor_interface.hpp
Outdated
Show resolved
Hide resolved
3de23f6
to
54358e5
Compare
Signed-off-by: kosuke55 <[email protected]> fix param json Signed-off-by: kosuke55 <[email protected]> fix param json Signed-off-by: kosuke55 <[email protected]> snake_case Signed-off-by: kosuke55 <[email protected]> set default Signed-off-by: kosuke55 <[email protected]>
9e0198d
to
8ce233e
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #513 +/- ##
==========================================
+ Coverage 46.98% 48.26% +1.28%
==========================================
Files 285 287 +2
Lines 18957 22310 +3353
Branches 8015 10211 +2196
==========================================
+ Hits 8906 10769 +1863
- Misses 9264 10638 +1374
- Partials 787 903 +116
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@satoshi-ota @soblin could you review this PR? |
LGTM |
@kyoichi-sugahara @shmpwk @maxime-clem @youtalk |
@mitsudome-r @xmfcx @youtalk |
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.
Looks alright 👍
Description
Add console output option.
This feature is helpful for debbuging of some products where we can not get rosbag
with
planning_factor_console-2025-06-03_17.00.45.mp4
Related links
Parent Issue:
How was this PR tested?
psim
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.