Skip to content

Commit

Permalink
Fix: Change dependency on SRDF plugins (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
luis-camero authored Feb 7, 2025
1 parent 4134d15 commit 8e086e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion clearpath_generator_common/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@

<buildtool_depend>ament_cmake</buildtool_depend>

<depend>moveit_setup_srdf_plugins</depend>

<exec_depend version_gte="1.0.0">clearpath_config</exec_depend>
<exec_depend version_gte="1.0.0">clearpath_control</exec_depend>
<exec_depend version_gte="1.0.0">clearpath_description</exec_depend>
Expand All @@ -23,7 +25,6 @@
<test_depend>ament_lint_common</test_depend>
<test_depend>ament_cmake_pytest</test_depend>

<build_depend>moveit_setup_srdf_plugins</build_depend>

<export>
<build_type>ament_cmake</build_type>
Expand Down

0 comments on commit 8e086e2

Please sign in to comment.