-
Notifications
You must be signed in to change notification settings - Fork 684
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(autonomous_emergency_braking): add info marker and override for state #8312
feat(autonomous_emergency_braking): add info marker and override for state #8312
Conversation
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
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.
Thank you LGTM!
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #8312 +/- ##
==========================================
- Coverage 15.09% 0.00% -15.10%
==========================================
Files 1967 127 -1840
Lines 135941 13720 -122221
Branches 42122 1477 -40645
==========================================
- Hits 20520 0 -20520
+ Misses 92700 13720 -78980
+ Partials 22721 0 -22721
☔ View full report in Codecov by Sentry. |
Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>
a193940
to
8db417e
Compare
c7432e1
into
autowarefoundation:main
…state (autowarefoundation#8312) add info marker and override for state Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>
…state (autowarefoundation#8312) add info marker and override for state Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>
…state (autowarefoundation#8312) add info marker and override for state Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>
…state (autowarefoundation#8312) add info marker and override for state Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>
…state (autowarefoundation#8312) add info marker and override for state Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>
Description
This PR separates AEB module markers into info markers (stop wall) and debug markers (rest), the intention is to enable the AEB stop wall being visible by default.
Furthermore, this PR also adds the ability to toggle on and off autoware/state topic requirement for simulation, which can be useful to turn off when performing simulation tests。
Related links
Parent Issue:
How was this PR tested?
PSim
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.