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(motion_utils): add detail and pass type to VirtualWall #9940

Merged
merged 3 commits into from
Jan 16, 2025

Conversation

soblin
Copy link
Contributor

@soblin soblin commented Jan 16, 2025

Description

add

  • "detail" field: illustrates the detailed reason of the module decision in the parenthesis ()
  • pass type: emphasize that the module intentionally goes (does not stop) on its own decision as white arrow

like the "intersection" marker in the pic

image

Related links

Parent Issue:

  • Link

How was this PR tested?

see the description

Notes for reviewers

None.

Interface changes

None.

Effects on system behavior

None.

Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
@github-actions github-actions bot added the component:common Common packages from the autoware-common repository. (auto-assigned) label Jan 16, 2025
Copy link

github-actions bot commented Jan 16, 2025

Thank you for contributing to the Autoware project!

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

Please ensure:

{
visualization_msgs::msg::MarkerArray marker_array;

// Virtual Wall
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
// Virtual Wall

not virtual wall

Copy link
Contributor Author

Choose a reason for hiding this comment

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

fixed in 0dd5fe1

createMarkerScale(2.5 /*length*/, 0.15 /*width*/, 1.0 /*height*/), color);

marker.pose = vehicle_front_pose;
// marker.pose.position.z += 1.0;
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
// marker.pose.position.z += 1.0;

Copy link
Contributor Author

Choose a reason for hiding this comment

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

fixed in 0dd5fe1

Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
@soblin soblin added the run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Jan 16, 2025
@soblin soblin enabled auto-merge (squash) January 16, 2025 12:28
Copy link

codecov bot commented Jan 16, 2025

Codecov Report

Attention: Patch coverage is 12.00000% with 22 lines in your changes missing coverage. Please review.

Project coverage is 29.18%. Comparing base (cde1c78) to head (0dd5fe1).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
...autoware_motion_utils/src/marker/marker_helper.cpp 5.26% 18 Missing ⚠️
...n_utils/src/marker/virtual_wall_marker_creator.cpp 33.33% 3 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #9940      +/-   ##
==========================================
+ Coverage   29.14%   29.18%   +0.04%     
==========================================
  Files        1425     1425              
  Lines      107819   107851      +32     
  Branches    42246    42256      +10     
==========================================
+ Hits        31422    31475      +53     
+ Misses      73352    73324      -28     
- Partials     3045     3052       +7     
Flag Coverage Δ *Carryforward flag
differential 32.00% <12.00%> (?)
total 29.14% <ø> (-0.01%) ⬇️ Carriedforward from cde1c78

*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.

@soblin soblin merged commit dd632fc into autowarefoundation:main Jan 16, 2025
44 of 46 checks passed
@soblin soblin deleted the feat/bvp-desc-wall branch January 16, 2025 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:common Common packages from the autoware-common repository. (auto-assigned) run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci)
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants