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

refactor(autoware_autonomous_emergency_braking): rename info_marker_publisher to virtual_wall_publisher #9078

Conversation

kyoichi-sugahara
Copy link
Contributor

@kyoichi-sugahara kyoichi-sugahara commented Oct 10, 2024

Description

modified the AEB to publish virtual walls in a format that matches the virtual stop walls from the planning module.
If other package in control module inserts stop line, I expect this topic's visual control is placed under the new VirtualWall directory.
The PR for the changes on the autoware_launch side is here.

How was this PR tested?

run psim

original display
image

updated display
image

Notes for reviewers

None.

Interface changes

None.

…ublisher to virtual_wall_publisher

Signed-off-by: kyoichi-sugahara <[email protected]>
@github-actions github-actions bot added the component:control Vehicle control algorithms and mechanisms. (auto-assigned) label Oct 10, 2024
Copy link

Thank you for contributing to the Autoware project!

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

Please ensure:

Copy link

codecov bot commented Oct 10, 2024

Codecov Report

Attention: Patch coverage is 33.33333% with 2 lines in your changes missing coverage. Please review.

Project coverage is 26.95%. Comparing base (aaa8429) to head (cf2544b).
Report is 5 commits behind head on main.

Files with missing lines Patch % Lines
...autoware_autonomous_emergency_braking/src/node.cpp 33.33% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #9078      +/-   ##
==========================================
- Coverage   26.96%   26.95%   -0.02%     
==========================================
  Files        1297     1298       +1     
  Lines       95780    95807      +27     
  Branches    39130    39139       +9     
==========================================
- Hits        25830    25823       -7     
- Misses      67361    67394      +33     
- Partials     2589     2590       +1     
Flag Coverage Δ *Carryforward flag
differential 7.11% <33.33%> (?)
total 26.95% <ø> (-0.02%) ⬇️ Carriedforward from b93ddd9

*This pull request uses carry forward flags. Click here to find out more.

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

Copy link
Contributor

@danielsanchezaran danielsanchezaran left a comment

Choose a reason for hiding this comment

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

LGTM

@kyoichi-sugahara kyoichi-sugahara merged commit 543b45e into autowarefoundation:main Oct 11, 2024
43 of 44 checks passed
@kyoichi-sugahara kyoichi-sugahara deleted the refactor/publish_stop_wall branch October 11, 2024 07:37
danielsanchezaran pushed a commit to tier4/autoware.universe that referenced this pull request Oct 24, 2024
danielsanchezaran added a commit to tier4/autoware.universe that referenced this pull request Oct 24, 2024
* refactor(autoware_autonomous_emergency_braking): rename info_marker_publisher to virtual_wall_publisher (autowarefoundation#9078)

Signed-off-by: kyoichi-sugahara <[email protected]>

* fix(autonomous_emergency_braking): fix no backward imu path and wrong back distance usage (autowarefoundation#9141)

* fix no backward imu path and wrong back distance usage

Signed-off-by: Daniel Sanchez <[email protected]>

* use the motion utils isDrivingForward function

Signed-off-by: Daniel Sanchez <[email protected]>

---------

Signed-off-by: Daniel Sanchez <[email protected]>

---------

Signed-off-by: kyoichi-sugahara <[email protected]>
Signed-off-by: Daniel Sanchez <[email protected]>
Co-authored-by: Kyoichi Sugahara <[email protected]>
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) tag: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