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

fix(autoware_map_loader): exec name renamed in 24652f8 #10247

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ralwing
Copy link
Contributor

@ralwing ralwing commented Mar 7, 2025

Description

exec has been renamed in 24652f834f73b13b3e4465
but wasn't renamed in default launcher.

Related links

Parent Issue:
#8927

  • Link

24652f8#diff-87cd83c29c31953b416406e475004f933bad5ec63e534a5c1ca18e2747d3d534R36

Effects on system behavior

None.

Signed-off-by: Grzegorz Głowacki <gglowacki@autonomous-systems.pl>
@github-actions github-actions bot added the component:map Map creation, storage, and loading. (auto-assigned) label Mar 7, 2025
Copy link

github-actions bot commented Mar 7, 2025

Thank you for contributing to the Autoware project!

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

Please ensure:

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

codecov bot commented Mar 10, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 26.25%. Comparing base (35d0ee7) to head (c8952f3).
Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #10247      +/-   ##
==========================================
+ Coverage   26.24%   26.25%   +0.01%     
==========================================
  Files        1379     1381       +2     
  Lines      107451   107471      +20     
  Branches    41403    41403              
==========================================
+ Hits        28204    28221      +17     
- Misses      76434    76437       +3     
  Partials     2813     2813              
Flag Coverage Δ *Carryforward flag
differential 13.29% <ø> (?)
total 26.24% <ø> (ø) Carriedforward from 35d0ee7

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

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

Copy link
Contributor

@TaikiYamada4 TaikiYamada4 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 for the contribution!
I've confirmed that the independent launch of lanelet2_map_loader works well with this commit, but could you check the following comment?

@@ -8,7 +8,7 @@
<param from="$(var lanelet2_map_loader_param_path)" allow_substs="true"/>
</node>

<node pkg="autoware_map_loader" exec="lanelet2_map_loader" name="lanelet2_map_loader" output="both">
<node pkg="autoware_map_loader" exec="autoware_lanelet2_map_loader" name="autoware_lanelet2_map_loader" output="both">
Copy link
Contributor

Choose a reason for hiding this comment

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

Could you keep the node name of lanelet2_map_loader?
This is because the default node name is NOT preferred to have the autoware_ prefix.
(Yes there are some other nodes that have the autoware_ prefix but we don't want autoware_ all over the place when we ros2 node list.)

Suggested change
<node pkg="autoware_map_loader" exec="autoware_lanelet2_map_loader" name="autoware_lanelet2_map_loader" output="both">
<node pkg="autoware_map_loader" exec="autoware_lanelet2_map_loader" name="lanelet2_map_loader" output="both">

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:map Map creation, storage, and loading. (auto-assigned) run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci)
Projects
Status: To Triage
Development

Successfully merging this pull request may close these issues.

2 participants