Skip to content

Commit

Permalink
fix: change depend type
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuyaOguma18 committed Feb 16, 2025
1 parent 1799a4e commit 735b521
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
14 changes: 7 additions & 7 deletions mofpy_demo/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@

<buildtool_depend>ament_cmake</buildtool_depend>

<exec_depend>mofpy</exec_depend>
<exec_depend>moveit_configs_utils</exec_depend>
<exec_depend>moveit_core</exec_depend>
<exec_depend>moveit_py_configs_utils</exec_depend>
<exec_depend>moveit_resources_panda_moveit_config</exec_depend>
<exec_depend>moveit_ros_planning</exec_depend>
<exec_depend>moveit_servo</exec_depend>
<depend>mofpy</depend>
<depend>moveit_configs_utils</depend>
<depend>moveit_core</depend>
<depend>moveit_py_configs_utils</depend>
<depend>moveit_resources_panda_moveit_config</depend>
<depend>moveit_ros_planning</depend>
<depend>moveit_servo</depend>
<test_depend>ament_lint_common</test_depend>

<export>
Expand Down
1 change: 1 addition & 0 deletions moveit_py_configs_utils/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<depend>launch</depend>
<depend>launch_param_builder</depend>
<depend>launch_ros</depend>
<depend>moveit_configs_utils</depend>
<depend>srdfdom</depend>

<export>
Expand Down

0 comments on commit 735b521

Please sign in to comment.