Skip to content
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

Merged

Conversation

danielsanchezaran
Copy link
Contributor

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:

  • Link

How was this PR tested?

PSim

Notes for reviewers

None.

Interface changes

None.

Effects on system behavior

None.

@danielsanchezaran danielsanchezaran marked this pull request as ready for review August 1, 2024 06:10
@github-actions github-actions bot added the component:control Vehicle control algorithms and mechanisms. (auto-assigned) label Aug 1, 2024
Copy link

github-actions bot commented Aug 1, 2024

Thank you for contributing to the Autoware project!

🚧 If your pull request is in progress, switch it to draft mode.

Please ensure:

Copy link
Contributor

@kyoichi-sugahara kyoichi-sugahara left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you LGTM!

@kyoichi-sugahara kyoichi-sugahara added the run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Aug 2, 2024
Copy link

codecov bot commented Aug 2, 2024

Codecov Report

Attention: Patch coverage is 0% with 19 lines in your changes missing coverage. Please review.

Project coverage is 0.00%. Comparing base (3d849e9) to head (8db417e).
Report is 967 commits behind head on main.

Files Patch % Lines
...autoware_autonomous_emergency_braking/src/node.cpp 0.00% 19 Missing ⚠️
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     
Flag Coverage Δ
differential 0.00% <0.00%> (?)
total ?

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>
@danielsanchezaran danielsanchezaran force-pushed the feat/add-aeb-info-marker branch from a193940 to 8db417e Compare August 2, 2024 01:30
@danielsanchezaran danielsanchezaran enabled auto-merge (squash) August 2, 2024 01:31
@danielsanchezaran danielsanchezaran merged commit c7432e1 into autowarefoundation:main Aug 2, 2024
29 of 30 checks passed
@danielsanchezaran danielsanchezaran deleted the feat/add-aeb-info-marker branch August 2, 2024 01:51
kyoichi-sugahara pushed a commit to kyoichi-sugahara/autoware.universe that referenced this pull request Aug 5, 2024
…state (autowarefoundation#8312)

add info marker and override for state

Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>
esteve pushed a commit to esteve/autoware.universe that referenced this pull request Aug 13, 2024
…state (autowarefoundation#8312)

add info marker and override for state

Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>
danielsanchezaran added a commit to tier4/autoware.universe that referenced this pull request Sep 11, 2024
…state (autowarefoundation#8312)

add info marker and override for state

Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>
danielsanchezaran added a commit to tier4/autoware.universe that referenced this pull request Oct 28, 2024
…state (autowarefoundation#8312)

add info marker and override for state

Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>
danielsanchezaran added a commit to tier4/autoware.universe that referenced this pull request Nov 14, 2024
…state (autowarefoundation#8312)

add info marker and override for state

Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:control Vehicle control algorithms and mechanisms. (auto-assigned) run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants