Skip to content

feat(pitch_checker): replace autoware_universe_utils with autoware_utils_tf#404

Open
vish0012 wants to merge 1 commit intoautowarefoundation:mainfrom
vish0012:feat/remove-autoware-universe-utils-in-vehicle
Open

feat(pitch_checker): replace autoware_universe_utils with autoware_utils_tf#404
vish0012 wants to merge 1 commit intoautowarefoundation:mainfrom
vish0012:feat/remove-autoware-universe-utils-in-vehicle

Conversation

@vish0012
Copy link
Copy Markdown
Contributor

Description

Replaces autoware_universe_utils dependency in the pitch_checker package with the specific autoware_utils_tf sub-package, following the minimum-dependency principle.

Changes

vehicle/pitch_checker/package.xml

  • <depend>autoware_universe_utils</depend><depend>autoware_utils_tf</depend>

vehicle/pitch_checker/include/pitch_checker/pitch_checker.hpp

  • #include "autoware/universe_utils/ros/transform_listener.hpp"#include <autoware_utils_tf/transform_listener.hpp>
  • autoware::universe_utils::TransformListenerautoware_utils_tf::TransformListener

vehicle/pitch_checker/src/pitch_checker_node.cpp

  • autoware::universe_utils::TransformListenerautoware_utils_tf::TransformListener

Related Issue

Part of the autoware_universe_utils deprecation effort tracked in autowarefoundation/autoware_universe#12376 (the autoware_tools checklist item).

Additional notes

This is the first of a series of similar PRs for autoware_tools, grouped by top-level directory:

  • vehicle (this PR)
  • driving_environment_analyzer
  • common
  • planning
  • localization

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 21, 2026

Thank you for contributing to the Autoware project!

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

Please ensure:

…ils_tf

Migrates TransformListener usage from autoware_universe_utils to
autoware_utils_tf as part of the autoware_universe_utils deprecation
tracked in autowarefoundation/autoware_universe#12376.

Changes:
- package.xml: swap autoware_universe_utils -> autoware_utils_tf dependency
- include/pitch_checker/pitch_checker.hpp: swap header + namespace
- src/pitch_checker_node.cpp: swap namespace in make_shared

Signed-off-by: github-actions <github-actions@github.com>
@vish0012 vish0012 force-pushed the feat/remove-autoware-universe-utils-in-vehicle branch from 90dfb91 to d8218e2 Compare April 21, 2026 04:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants