Skip to content

fix(autoware_motion_velocity_obstacle_stop_module): fix plugin export #333

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

Conversation

mitsudome-r
Copy link
Member

@mitsudome-r mitsudome-r commented Mar 27, 2025

Description

autoware_motion_velocity_planner fails to find the VelocityObstacleStopModule plugin. This is due to wrong package name specified in the CMakeLists.txt. We removed the _node suffix from the motion_velocity_planner package when we ported from Universe in #242.

Related links

How was this PR tested?

I have tested with the launch file that I'm creating in this PR. https://github.com/autowarefoundation/autoware_core/pulls

Notes for reviewers

None.

Interface changes

None.

Effects on system behavior

None.

Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp>
Copy link

Thank you for contributing to the Autoware project!

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

Please ensure:

@mitsudome-r mitsudome-r added the run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Mar 27, 2025
@mitsudome-r mitsudome-r requested review from a team and takayuki5168 March 27, 2025 17:12
Copy link

codecov bot commented Mar 27, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 0.00%. Comparing base (4cb18f5) to head (cc7a266).
Report is 131 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #333       +/-   ##
==========================================
- Coverage   78.75%   0.00%   -78.76%     
==========================================
  Files          11     103       +92     
  Lines         193    7464     +7271     
  Branches       73    1320     +1247     
==========================================
- Hits          152       0      -152     
- Misses         11    7464     +7453     
+ Partials       30       0       -30     
Flag Coverage Δ
differential 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.

@mitsudome-r mitsudome-r moved this to In Progress in Autoware Core Porting Mar 27, 2025
Copy link
Member

@youtalk youtalk left a comment

Choose a reason for hiding this comment

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

It's my mistake. Thank you.

@mitsudome-r mitsudome-r merged commit a67d97a into autowarefoundation:main Mar 27, 2025
32 of 35 checks passed
@github-project-automation github-project-automation bot moved this from In Progress to Done in Autoware Core Porting Mar 27, 2025
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
Development

Successfully merging this pull request may close these issues.

2 participants