No version for distro humble. Known supported distros are highlighted in the buttons above.
No version for distro jazzy. Known supported distros are highlighted in the buttons above.
No version for distro rolling. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.2.0
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/autowarefoundation/autoware_tools.git
VCS Type git
VCS Version main
Last Updated 2025-04-03
Dev Status UNMAINTAINED
CI status No Continuous Integration
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The autoware_dependency_checker package

Additional Links

No additional links.

Maintainers

  • Yutaka Kondo

Authors

  • Vincent Richard
  • Masaki Baba

autoware_dependency_checker

This package provides a script for checking whether each package’s dependencies listed in a package.xml are used or not. Currently, it mainly checks packages that start with autoware_.

Dependency Checking

The script will try to match the dependencies and the headers by reading the dependencies listed in package.xml and the included headers in the source files.

Some dependency in package.xml and the included header might differ. The following table shows the matching between dependency names and headers:

from to description
autoware_pkg_name autoware/pkg_name Usually this style should be used
autoware_*_msgs autoware_*_msgs For messages
autoware_other_pkg autoware_other_pkg E.g. autoware_lanelet2_extension

Usage

# build
$ cd to/autoware_tools
$ colcon build --symlink-install --cmake-args --packages-up-to autoware_dependency_checker
$ source

# run
$ cd to/your/autoware
$ ros2 run autoware_dependency_checker dependency_checker.sh

# run in some package
$ cd to/some/package
$ ros2 run autoware_dependency_checker dependency_checker.sh

CHANGELOG

Changelog for package autoware_dependency_checker

0.2.0 (2025-03-24)

0.1.0 (2025-01-28)

  • unify version to 0.0.0
  • feat(dependency_checker): add dependency checker script (#89)
    • add dependency_checker
    • fix
    • style(pre-commit): autofix
    • fix bag
    • apply markdownlint

    * fix typo Co-authored-by: Yutaka Kondo <<yutaka.kondo@youtalk.jp>> fix typo Co-authored-by: Yutaka Kondo <<yutaka.kondo@youtalk.jp>>

    • add dep ament_cmake
    • fix based on shellcheck
    • fix words

    * add cspell ignore ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]\@users.noreply.github.com> Co-authored-by: Yutaka Kondo <<yutaka.kondo@youtalk.jp>>

  • Contributors: Masaki Baba, Yutaka Kondo

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

Deps Name
ament_cmake

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged autoware_dependency_checker at Robotics Stack Exchange

No version for distro noetic. Known supported distros are highlighted in the buttons above.
No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro eloquent. Known supported distros are highlighted in the buttons above.
No version for distro dashing. Known supported distros are highlighted in the buttons above.
No version for distro galactic. Known supported distros are highlighted in the buttons above.
No version for distro foxy. Known supported distros are highlighted in the buttons above.
No version for distro iron. Known supported distros are highlighted in the buttons above.
No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
No version for distro indigo. Known supported distros are highlighted in the buttons above.
No version for distro hydro. Known supported distros are highlighted in the buttons above.
No version for distro kinetic. Known supported distros are highlighted in the buttons above.
No version for distro melodic. Known supported distros are highlighted in the buttons above.