Skip to content

Commit

Permalink
Fix moveit_core dependency on tf2_kdl (moveit#1817)
Browse files Browse the repository at this point in the history
This is a proper dependency, and not only a test dependency. It is still
needed when building moveit_core with -DBUILD_TESTING=OFF.
  • Loading branch information
cottsay authored Dec 20, 2022
1 parent 35bb662 commit 9f7d6df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moveit_core/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
<depend>tf2</depend>
<depend>tf2_eigen</depend>
<depend>tf2_geometry_msgs</depend>
<depend>tf2_kdl</depend>
<depend>trajectory_msgs</depend>
<depend>visualization_msgs</depend>
<depend>ruckig</depend>
Expand All @@ -64,7 +65,6 @@
<test_depend>moveit_resources_panda_moveit_config</test_depend>
<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>ament_cmake_gtest</test_depend>
<test_depend>ament_cmake_gmock</test_depend>
Expand Down

0 comments on commit 9f7d6df

Please sign in to comment.