Skip to content

fix(autoware_motion_velocity_obstacle_stop_module): fix for mishandling lateral-distance #452

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

PanConChicharron
Copy link
Contributor

@PanConChicharron PanConChicharron commented Apr 25, 2025

Description

pointcloud clusters too far from the footprint of the vehicle are considered to be obstructive and slow-down and stop modules are triggered unnecessarily.
This PR is for the universe changes.

Related links

Parent Issue:

https://tier4.atlassian.net/browse/RT1-10023

How was this PR tested?

Result in Ticket

Notes for reviewers

None.

Interface changes

None.

Effects on system behavior

None.

Signed-off-by: Arjun Jagdish Ram <arjun.ram@tier4.jp>
@PanConChicharron PanConChicharron changed the title fix(autoware_motion_velocity_obstacle_stop_module)Fix for mishandling lateral-distance fix(autoware_motion_velocity_obstacle_stop_module): fix for mishandling lateral-distance Apr 25, 2025
Copy link

github-actions bot commented Apr 25, 2025

Thank you for contributing to the Autoware project!

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

Please ensure:

@PanConChicharron PanConChicharron added the run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Apr 25, 2025
Copy link

codecov bot commented Apr 25, 2025

Codecov Report

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

Project coverage is 0.00%. Comparing base (4cb18f5) to head (5b06e07).
Report is 204 commits behind head on main.

Files with missing lines Patch % Lines
..._obstacle_stop_module/src/obstacle_stop_module.cpp 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #452       +/-   ##
==========================================
- Coverage   78.75%   0.00%   -78.76%     
==========================================
  Files          11     103       +92     
  Lines         193    7589     +7396     
  Branches       73    1337     +1264     
==========================================
- Hits          152       0      -152     
- Misses         11    7589     +7578     
+ Partials       30       0       -30     
Flag Coverage Δ
differential 0.00% <0.00%> (?)
total ?

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.

1 participant