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

fix(control_debug_tools): add ament_auto_package to CMakeLists.txt #21

Merged

Conversation

mitsudome-r
Copy link
Member

@mitsudome-r mitsudome-r commented Apr 16, 2024

Description

CMakeLists.txt for control_debug_tools is missing ament_auto_package() which produces the following warning message after build&sourcing the workspace:

not found: "/home/mitsudome-r/autoware/install/control_debug_tools/share/control_debug_tools/local_setup.bash"

This PR will make sure that package is installed to the install directory.

Related links

Tests performed

  1. clone Autoware
  2. vcs import autoware.repos and tools.repos
  3. build the workspace colcon build --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Release.
  4. Run source install/setup.bash

Notes for reviewers

Interface changes

N/A

Effects on system behavior

N/A

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.

@mitsudome-r mitsudome-r merged commit 425e122 into autowarefoundation:main Apr 25, 2024
30 checks passed
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