Skip to content

Commit

Permalink
Add missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rhaschke committed Oct 1, 2024
1 parent 6decf04 commit 005eecb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions fanuc_moveit_config/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,12 @@
<exec_depend>moveit_ros_visualization</exec_depend>
<exec_depend>moveit_setup_assistant</exec_depend>
-->
<exec_depend>ros2cli_common_extensions</exec_depend>
<exec_depend>joint_state_publisher</exec_depend>
<exec_depend>robot_state_publisher</exec_depend>
<exec_depend>tf2_ros</exec_depend>
<exec_depend>controller_manager</exec_depend>
<exec_depend>position_controllers</exec_depend>
<exec_depend>xacro</exec_depend>
<!-- This package is referenced in the warehouse launch files, but does not build out of the box at the moment.
Commented the dependency until this works. -->
Expand Down
6 changes: 4 additions & 2 deletions panda_moveit_config/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,15 @@
<exec_depend>moveit_planners_ompl</exec_depend>
<exec_depend>moveit_ros_visualization</exec_depend>
-->
<exec_depend>ros2cli_common_extensions</exec_depend>
<exec_depend>joint_state_publisher</exec_depend>
<exec_depend>joint_state_publisher_gui</exec_depend>
<exec_depend>robot_state_publisher</exec_depend>
<exec_depend>controller_manager</exec_depend>
<exec_depend>gripper_controllers</exec_depend>
<exec_depend>position_controllers</exec_depend>
<exec_depend>xacro</exec_depend>
<!-- TODO(#40): Package not available in ROS 2, find equivalent when migrating launch files
<exec_depend>topic_tools</exec_depend>
-->
<!-- This package is referenced in the warehouse launch files, but does not build out of the box at the moment.
Commented the dependency until this works. -->
<!-- <exec_depend>warehouse_ros_mongo</exec_depend> -->
Expand Down

0 comments on commit 005eecb

Please sign in to comment.