Skip to content

Commit

Permalink
add missing dependencies on config utils (#1962)
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
  • Loading branch information
mikeferguson authored Feb 20, 2023
1 parent 752571e commit cc63547
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 cc63547

Please sign in to comment.