-
Notifications
You must be signed in to change notification settings - Fork 419
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove python_orocos_kdl env-hooks, support devel-space build of pyth…
…on_orocos_kdl and invoke catkin_package() Macro catkin_package() takes care of installing package.xml and setup scripts. Usually it also installs cmake and pkg-config configuration files, but we skip this because orocos_kdl already provides its own configuration and the Python bindings do not require it. If the Python module is built in the correct path inside the devel-space, pointed to by PYTHON_INSTALL_DIR and CATKIN_GLOBAL_PYTHON_DESTINATION, and also installed to this directory, no env-hooks are required to update the PYTHONPATH and python_orocos_kdl even works in devel-space. This patch also allows to build orocos_kinematics_dynamics with colcon and colcon-ros (for ROS 1), because python_orocos_kdl is correctly detected as a catkin package and colcon will add the necessary hooks to update the PYTHONPATH, too.
- Loading branch information
Showing
8 changed files
with
22 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
python_orocos_kdl/env-hooks/python_orocos_kdl_site_packages.bash.in
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
python_orocos_kdl/env-hooks/python_orocos_kdl_site_packages.sh.in
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
python_orocos_kdl/env-hooks/python_orocos_kdl_site_packages.tcsh.in
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
python_orocos_kdl/env-hooks/python_orocos_kdl_site_packages.zsh.in
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters