Skip to content

Commit

Permalink
add missing dependencies on config utils (backport #1962) (#2206)
Browse files Browse the repository at this point in the history
when installing ros-humble-moveit-setup-assistant from debs,
the package cannot currently run due to this missing depend

(cherry picked from commit cc63547)

Co-authored-by: Michael Ferguson <mfergs7@gmail.com>
  • Loading branch information
mergify[bot] and mikeferguson authored May 25, 2023
1 parent 5c9c052 commit 8d7a214
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<buildtool_depend>ament_cmake</buildtool_depend>

<depend>ament_index_cpp</depend>
<depend>moveit_configs_utils</depend>
<depend>moveit_ros_visualization</depend>
<depend>moveit_setup_framework</depend>
<depend>pluginlib</depend>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<test_depend>ament_cmake_lint_cmake</test_depend>
<test_depend>ament_cmake_xmllint</test_depend>
<test_depend>ament_lint_auto</test_depend>
<test_depend>moveit_configs_utils</test_depend>
<test_depend>moveit_resources_fanuc_moveit_config</test_depend>
<test_depend>moveit_resources_panda_moveit_config</test_depend>

Expand Down

0 comments on commit 8d7a214

Please sign in to comment.