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

feat!: remove autoware_auto_tf2 package #7218

Merged

Conversation

mitsudome-r
Copy link
Member

@mitsudome-r mitsudome-r commented Jun 2, 2024

Description

This is part of #6893.

This PR removes the unused autoware_auto_tf2 package from Autoware.Universe
This should be merged after #7217 and autowarefoundation/autoware_tools#31.

The package was originally made when the tf2 package in ROS 2 wasn't still mature enough, but many of the functions were migrated to the upstream and no packages depend on Autoware's tf2 package anymore. (example)

Related links

#6893
#7217

Tests performed

I have done the build test on my local machine

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.

  • The PR follows the pull request guidelines.
  • The PR has been properly tested.
  • The PR has been reviewed by the code owners.

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.
  • The PR is ready for merge.

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

Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp>
Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp>
Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp>
Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp>
@mitsudome-r mitsudome-r added the run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Jun 2, 2024
@github-actions github-actions bot added type:documentation Creating or refining documentation. (auto-assigned) component:perception Advanced sensor data processing and environment understanding. (auto-assigned) component:planning Route planning, decision-making, and navigation. (auto-assigned) type:ci Continuous Integration (CI) processes and testing. (auto-assigned) component:common Common packages from the autoware-common repository. (auto-assigned) component:simulation Virtual environment setups and simulations. (auto-assigned) labels Jun 2, 2024
@mitsudome-r
Copy link
Member Author

I have made this a draft PR since it depends on #7217 and we don't want to merge this by mistake, but the PR is ready for review.

@mitsudome-r mitsudome-r changed the title Remove autoware auto tf2 feat!: remove autoware_auto_tf2 package Jun 2, 2024
Copy link
Contributor

@shmpwk shmpwk left a comment

Choose a reason for hiding this comment

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

This should be merged after #7217 and autowarefoundation/autoware_tools#31.

LGTM in advance.

@mitsudome-r mitsudome-r enabled auto-merge (squash) June 3, 2024 01:41
@mitsudome-r mitsudome-r disabled auto-merge June 3, 2024 01:41
@mitsudome-r mitsudome-r enabled auto-merge (squash) June 3, 2024 01:41
@github-actions github-actions bot removed the component:perception Advanced sensor data processing and environment understanding. (auto-assigned) label Jun 3, 2024
Copy link
Contributor

@tkimura4 tkimura4 left a comment

Choose a reason for hiding this comment

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

LGTM

@mitsudome-r mitsudome-r disabled auto-merge June 3, 2024 04:25
@mitsudome-r mitsudome-r merged commit 19ea101 into autowarefoundation:main Jun 3, 2024
21 of 22 checks passed
satoshi-ota pushed a commit to tier4/autoware.universe that referenced this pull request Jun 6, 2024
* feat!: remove autoware_auto_geometry package

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

* docs: remove autoware_auto_geometry package from docs

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

* feat!: remove autoware_auto_tf2 package

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

* fix: remove from autoware_auto_tf2 packages from docs page

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

---------

Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp>
a-maumau pushed a commit to a-maumau/autoware.universe that referenced this pull request Jun 7, 2024
* feat!: remove autoware_auto_geometry package

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

* docs: remove autoware_auto_geometry package from docs

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

* feat!: remove autoware_auto_tf2 package

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

* fix: remove from autoware_auto_tf2 packages from docs page

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

---------

Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp>
KhalilSelyan pushed a commit that referenced this pull request Jul 22, 2024
* feat!: remove autoware_auto_geometry package

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

* docs: remove autoware_auto_geometry package from docs

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

* feat!: remove autoware_auto_tf2 package

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

* fix: remove from autoware_auto_tf2 packages from docs page

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

---------

Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:common Common packages from the autoware-common repository. (auto-assigned) component:planning Route planning, decision-making, and navigation. (auto-assigned) component:simulation Virtual environment setups and simulations. (auto-assigned) run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) type:ci Continuous Integration (CI) processes and testing. (auto-assigned) type:documentation Creating or refining documentation. (auto-assigned)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants