Skip to content

Commit

Permalink
Add missing dependency on joint_limits_interface (moveit#2487)
Browse files Browse the repository at this point in the history
  • Loading branch information
ct2034 authored and tylerjw committed Apr 29, 2021
1 parent 39a8fc2 commit 3d785f4
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 @@ -9,6 +9,7 @@ add_definitions(-Wno-unused-parameter)

find_package(catkin REQUIRED COMPONENTS
eigen_conversions
joint_limits_interface
kdl_conversions
moveit_core
moveit_msgs
Expand Down
1 change: 1 addition & 0 deletions moveit_planners/pilz_industrial_motion_planner/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<buildtool_depend>catkin</buildtool_depend>

<depend>eigen_conversions</depend>
<depend>joint_limits_interface</depend>
<depend>kdl_conversions</depend>
<depend>moveit_ros_planning_interface</depend>
<depend>moveit_msgs</depend>
Expand Down

0 comments on commit 3d785f4

Please sign in to comment.