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

Pass a relative path to PYTHON_INSTALL_DIR in ROS 2 #51

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

traversaro
Copy link
Member

@traversaro traversaro commented Feb 10, 2024

While reviewing RoboStack/ros-humble#138, I noticed that we had a lot of patches due to the fact that in vinca we were passing PYTHON_INSTALL_DIR as an absolute path instead of a relative path, as it is required (see https://github.com/ament/ament_cmake/blob/2.3.2/ament_cmake_python/README.md#ament_get_python_install_dir).

This PR modifies vinca to pass PYTHON_INSTALL_DIR as a relative path. Unfortunately, the existing patch in ros-humble are assuming that PYTHON_INSTALL_DIR is absolute, so merging this PR without also deleting those patch could create build failures.

For the time being I just opened this PR to collect early feedback, but I am still testing it.

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.

None yet

2 participants