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

Add a python3-dev dependency to tf2_py. #733

Merged
merged 1 commit into from
Nov 22, 2024

Conversation

clalancette
Copy link
Contributor

This is needed because it depends on Python.h being available, and it also calls find_package(Python3 Development).

While we are in here, we also remove "Development" from the find_package(Python3) calls in tf2_geometry_msgs and tf2_sensor_msgs. In both of those cases, we only need the interpreter, not the header files.

Also see ros2/ros2_tracing#146 (comment) for a long explanation of why we need this.

This is needed because it depends on Python.h being
available, and it also calls find_package(Python3 Development).

While we are in here, we also remove "Development" from the
find_package(Python3) calls in tf2_geometry_msgs and tf2_sensor_msgs.
In both of those cases, we only need the interpreter, not
the header files.

Signed-off-by: Chris Lalancette <[email protected]>
@clalancette clalancette requested a review from ahcorde as a code owner November 22, 2024 20:03
@clalancette
Copy link
Contributor Author

Pulls: #733
Gist: https://gist.githubusercontent.com/clalancette/6f8befb6015effa8f51d18118cc5db3f/raw/37262e5cfae5a9798a95b779fd4c3f753f1d5716/ros2.repos
BUILD args: --packages-above-and-dependencies tf2_geometry_msgs tf2_sensor_msgs tf2_py
TEST args: --packages-above tf2_geometry_msgs tf2_sensor_msgs tf2_py
ROS Distro: rolling
Job: ci_launcher
ci_launcher ran: https://ci.ros2.org/job/ci_launcher/14855

  • Linux Build Status
  • Linux-aarch64 Build Status
  • Linux-rhel Build Status
  • Windows Build Status

@ahcorde ahcorde merged commit 714f456 into rolling Nov 22, 2024
2 checks passed
@ahcorde ahcorde deleted the clalancette/add-python3-dev-dep branch November 22, 2024 23:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants