Skip to content

Commit

Permalink
Revert "Use orocos_kdl_vendor package (moveit#1207)"
Browse files Browse the repository at this point in the history
This reverts commit 78574bc.
  • Loading branch information
Andy Zelenak authored and Michael Wiznitzer committed May 19, 2022
1 parent 88582be commit 4786c4a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion moveit_core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ install(
)

ament_export_targets(export_${PROJECT_NAME} HAS_LIBRARY_TARGET)
ament_export_dependencies(${THIS_PACKAGE_INCLUDE_DEPENDS} orocos_kdl_vendor)
ament_export_dependencies(${THIS_PACKAGE_INCLUDE_DEPENDS})

# Plugin exports
pluginlib_export_plugin_description_file(moveit_core collision_detector_fcl_description.xml)
Expand Down
2 changes: 1 addition & 1 deletion moveit_core/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<test_depend>moveit_resources_pr2_description</test_depend>
<test_depend>angles</test_depend>
<test_depend>tf2_kdl</test_depend>
<test_depend>orocos_kdl_vendor</test_depend>
<test_depend>orocos_kdl</test_depend>
<test_depend>ament_cmake_gtest</test_depend>
<test_depend>ament_index_cpp</test_depend>

Expand Down
2 changes: 1 addition & 1 deletion moveit_kinematics/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ install(
)

ament_export_targets(export_${PROJECT_NAME} HAS_LIBRARY_TARGET)
ament_export_dependencies(${THIS_PACKAGE_INCLUDE_DEPENDS} orocos_kdl_vendor)
ament_export_dependencies(${THIS_PACKAGE_INCLUDE_DEPENDS})

if(BUILD_TESTING)
find_package(ament_lint_auto REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion moveit_kinematics/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<depend>eigen</depend>
<depend>tf2</depend>
<depend>tf2_kdl</depend>
<depend>orocos_kdl_vendor</depend>
<depend>orocos_kdl</depend>
<depend>moveit_msgs</depend>

<!-- some requirements of ikfast scripts -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ ament_export_include_directories(
include
)
ament_export_targets(${PROJECT_NAME}Targets HAS_LIBRARY_TARGET)
ament_export_dependencies(${THIS_PACKAGE_INCLUDE_DEPENDS} orocos_kdl_vendor)
ament_export_dependencies(${THIS_PACKAGE_INCLUDE_DEPENDS})

if(BUILD_TESTING)
# Include Tests
Expand Down
2 changes: 1 addition & 1 deletion moveit_planners/pilz_industrial_motion_planner/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<depend>moveit_core</depend>
<depend>moveit_ros_planning</depend> <!-- RobotModelLoader -->
<depend>moveit_ros_move_group</depend> <!-- move_group capability -->
<depend>orocos_kdl_vendor</depend>
<depend>orocos_kdl</depend>
<depend>pluginlib</depend>
<depend>rclcpp</depend>
<depend>tf2</depend>
Expand Down

0 comments on commit 4786c4a

Please sign in to comment.