Skip to content

fix(cie): add missing export dependencies in cie_thread_configurator#47

Merged
atsushi421 merged 1 commit intomainfrom
fix/add-missing-export-dependencies
Apr 14, 2026
Merged

fix(cie): add missing export dependencies in cie_thread_configurator#47
atsushi421 merged 1 commit intomainfrom
fix/add-missing-export-dependencies

Conversation

@atsushi421
Copy link
Copy Markdown
Collaborator

Description

cie_thread_configurator was missing ament_export_dependencies for cie_config_msgs, yaml-cpp, and rclcpp. These are all used in its public headers, so downstream packages that only depend on cie_thread_configurator could fail to build because the transitive dependencies were not found.

This is the same issue as autowarefoundation/agnocast#1254.

Related links

How was this PR tested?

Notes for reviewers

Signed-off-by: atsushi421 <atsushi.yano.2@tier4.jp>
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR fixes missing transitive dependency exports for the cie_thread_configurator ROS 2 package so downstream packages including its installed headers reliably find required dependencies.

Changes:

  • Export cie_config_msgs, yaml-cpp, and rclcpp via ament_export_dependencies() to match usage in installed/public headers.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@atsushi421 atsushi421 merged commit 69cee4e into main Apr 14, 2026
8 checks passed
@atsushi421 atsushi421 deleted the fix/add-missing-export-dependencies branch April 14, 2026 07:58
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