-
Notifications
You must be signed in to change notification settings - Fork 669
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
refactor(tier4_planning_launch): use xml style launch #5470
refactor(tier4_planning_launch): use xml style launch #5470
Conversation
8a7cd76
to
e6de612
Compare
e6de612
to
1585cba
Compare
1585cba
to
9c3c316
Compare
Signed-off-by: satoshi-ota <[email protected]>
Signed-off-by: satoshi-ota <[email protected]>
9c3c316
to
9d5f763
Compare
Signed-off-by: satoshi-ota <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5470 +/- ##
=======================================
Coverage 14.86% 14.86%
=======================================
Files 1666 1666
Lines 116258 116258
Branches 36266 36266
=======================================
Hits 17277 17277
Misses 79476 79476
Partials 19505 19505
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…tion#5470) * refactor(tier4_planning_launch): use xml style launch Signed-off-by: satoshi-ota <[email protected]> * refactor(tier4_planning_launch): remove python style launch Signed-off-by: satoshi-ota <[email protected]> * fix(tier4_plannning_launch): fix namespace Signed-off-by: satoshi-ota <[email protected]> --------- Signed-off-by: satoshi-ota <[email protected]>
…tion#5470) * refactor(tier4_planning_launch): use xml style launch Signed-off-by: satoshi-ota <[email protected]> * refactor(tier4_planning_launch): remove python style launch Signed-off-by: satoshi-ota <[email protected]> * fix(tier4_plannning_launch): fix namespace Signed-off-by: satoshi-ota <[email protected]> --------- Signed-off-by: satoshi-ota <[email protected]>
…tion#5470) * refactor(tier4_planning_launch): use xml style launch Signed-off-by: satoshi-ota <[email protected]> * refactor(tier4_planning_launch): remove python style launch Signed-off-by: satoshi-ota <[email protected]> * fix(tier4_plannning_launch): fix namespace Signed-off-by: satoshi-ota <[email protected]> --------- Signed-off-by: satoshi-ota <[email protected]>
Description
🤖 Generated by Copilot at 2add154
This pull request updates the motion planning launch files for lane driving scenario to use the new ROS 2 features of composable node container and load_composable_node. It also allows the user to choose different types of nodes for path planning and obstacle stop functionalities. It also fixes a typo in the
scenario_planning.launch.xml
file.Please review following PR at first.
autowarefoundation/autoware_launch#675
Tests performed
Effects on system behavior
Nothing.
Pre-review checklist for the PR author
The PR author must check the checkboxes below when creating the PR.
In-review checklist for the PR reviewers
The PR reviewers must check the checkboxes below before approval.
Post-review checklist for the PR author
The PR author must check the checkboxes below before merging.
After all checkboxes are checked, anyone who has write access can merge the PR.