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

refactor(tier4_planning_launch): use xml style launch #5470

Merged

Conversation

satoshi-ota
Copy link
Contributor

@satoshi-ota satoshi-ota commented Nov 2, 2023

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.

  • There are no open discussions or they are tracked via tickets.

After all checkboxes are checked, anyone who has write access can merge the PR.

@github-actions github-actions bot added the component:launch Launch files, scripts and initialization tools. (auto-assigned) label Nov 2, 2023
@satoshi-ota satoshi-ota force-pushed the refactor/motion-xml-launch branch 2 times, most recently from 8a7cd76 to e6de612 Compare November 2, 2023 08:28
@satoshi-ota satoshi-ota marked this pull request as ready for review November 2, 2023 11:51
@satoshi-ota satoshi-ota force-pushed the refactor/motion-xml-launch branch from e6de612 to 1585cba Compare November 3, 2023 11:48
@github-actions github-actions bot added type:documentation Creating or refining documentation. (auto-assigned) component:planning Route planning, decision-making, and navigation. (auto-assigned) labels Nov 3, 2023
@satoshi-ota satoshi-ota force-pushed the refactor/motion-xml-launch branch from 1585cba to 9c3c316 Compare November 4, 2023 04:28
@satoshi-ota satoshi-ota force-pushed the refactor/motion-xml-launch branch from 9c3c316 to 9d5f763 Compare November 6, 2023 03:26
@github-actions github-actions bot removed type:documentation Creating or refining documentation. (auto-assigned) component:planning Route planning, decision-making, and navigation. (auto-assigned) labels Nov 6, 2023
@satoshi-ota satoshi-ota added the run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Nov 6, 2023
Copy link

codecov bot commented Nov 6, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (ee20545) 14.86% compared to head (9d5f763) 14.86%.
Report is 2 commits behind head on main.

❗ Current head 9d5f763 differs from pull request most recent head 498f3ce. Consider uploading reports for the commit 498f3ce to get more accurate results

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           
Flag Coverage Δ *Carryforward flag
differential ∅ <ø> (?)
total 14.86% <ø> (ø) Carriedforward from ee20545

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

Copy link
Contributor

@rej55 rej55 left a comment

Choose a reason for hiding this comment

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

LGTM

@satoshi-ota satoshi-ota merged commit f952b6e into autowarefoundation:main Nov 6, 2023
17 checks passed
@satoshi-ota satoshi-ota deleted the refactor/motion-xml-launch branch November 6, 2023 07:11
kyoichi-sugahara pushed a commit to kyoichi-sugahara/autoware.universe that referenced this pull request Nov 7, 2023
…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]>
kosuke55 pushed a commit to tier4/autoware.universe that referenced this pull request Nov 9, 2023
…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]>
kosuke55 pushed a commit to tier4/autoware.universe that referenced this pull request Nov 30, 2023
…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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:launch Launch files, scripts and initialization tools. (auto-assigned) 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.

2 participants