-
Notifications
You must be signed in to change notification settings - Fork 682
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: add autoware prefix #8385
fix: add autoware prefix #8385
Conversation
Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8385 +/- ##
==========================================
- Coverage 23.77% 23.76% -0.01%
==========================================
Files 1379 1380 +1
Lines 101359 101384 +25
Branches 38519 38523 +4
==========================================
Hits 24098 24098
- Misses 74768 74793 +25
Partials 2493 2493
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@ktro2828 thank you very much for the fix |
Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp>
Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp> Signed-off-by: xtk8532704 <1041084556@qq.com>
Description
Related to #8085.
This PR added autoware prefix to the executable in the launcher.
Related links
Parent Issue:
How was this PR tested?
I confirmed the launcher works.
$ ros2 launch autoware_path_distance_calculator path_distance_calculator.launch.xml [INFO] [launch]: All log files can be found below /home/ktro2828/.ros/log/2024-08-07-09-23-32-333349-ktro2828-desktop-1652434 [INFO] [launch]: Default logging verbosity is set to INFO [INFO] [autoware_path_distance_calculator_node-1]: process started with pid [1652435]
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.