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

Split tf2_kdl and Port Python Functionality #665

Open
wants to merge 3 commits into
base: rolling
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions geometry2/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,11 @@
<exec_depend>tf2_eigen_kdl</exec_depend>
<exec_depend>tf2_geometry_msgs</exec_depend>
<exec_depend>tf2_kdl</exec_depend>
<exec_depend>tf2_kdl_py</exec_depend>
<exec_depend>tf2_msgs</exec_depend>
<exec_depend>tf2_py</exec_depend>
<exec_depend>tf2_ros</exec_depend>
<exec_depend>tf2_ros_py</exec_depend>
<exec_depend>tf2_sensor_msgs</exec_depend>
<exec_depend>tf2_tools</exec_depend>

Expand Down
8 changes: 0 additions & 8 deletions tf2_kdl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ find_package(orocos_kdl REQUIRED)
find_package(tf2 REQUIRED)
find_package(tf2_ros REQUIRED)

ament_python_install_package(${PROJECT_NAME}
PACKAGE_DIR src/${PROJECT_NAME})

add_library(tf2_kdl INTERFACE)
target_link_libraries(tf2_kdl INTERFACE
${builtin_interfaces_TARGETS}
Expand All @@ -37,11 +34,6 @@ install(TARGETS tf2_kdl EXPORT export_tf2_kdl)

install(DIRECTORY include/ DESTINATION include/${PROJECT_NAME})

# TODO(ahcorde): Port python once https://github.com/ros2/orocos_kinematics_dynamics/pull/4 is merged
# install(PROGRAMS scripts/test.py
# DESTINATION lib/${PROJECT_NAME}
# )

if(BUILD_TESTING)
find_package(ament_cmake_gtest REQUIRED)
find_package(rclcpp REQUIRED)
Expand Down
2 changes: 0 additions & 2 deletions tf2_kdl/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
<depend>tf2</depend>
<depend>tf2_ros</depend>

<exec_depend>tf2_ros_py</exec_depend>

<test_depend>ament_cmake_gtest</test_depend>
<test_depend>rclcpp</test_depend>
<test_depend>tf2_msgs</test_depend>
Expand Down
111 changes: 0 additions & 111 deletions tf2_kdl/scripts/test.py

This file was deleted.

182 changes: 0 additions & 182 deletions tf2_kdl/src/tf2_kdl/tf2_kdl.py

This file was deleted.

3 changes: 0 additions & 3 deletions tf2_kdl/test/test_python.launch

This file was deleted.

3 changes: 3 additions & 0 deletions tf2_kdl_py/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Changelog for package tf2_kdl_py
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Loading