Skip to content

Commit

Permalink
Fix rosdep dependencies (moveit#309)
Browse files Browse the repository at this point in the history
* Add missing entries for ros_testing, OpenMP

Co-authored-by: Henning Kayser <henningkayser@picknik.ai>
  • Loading branch information
JafarAbdi and henningkayser committed Nov 18, 2020
1 parent deefbb7 commit 56505bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions moveit_planners/ompl/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<depend>moveit_ros_planning</depend>
<depend>rclcpp</depend>
<depend>tf2_ros</depend>
<depend>libomp-dev</depend>
<depend version_gte="1.11.2">pluginlib</depend>

<test_depend>moveit_resources_pr2_description</test_depend>
Expand Down
1 change: 1 addition & 0 deletions moveit_ros/moveit_servo/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
<exec_depend>robot_state_publisher</exec_depend>

<test_depend>moveit_resources_panda_moveit_config</test_depend>
<test_depend>ros_testing</test_depend>

<export>
<build_type>ament_cmake</build_type>
Expand Down

0 comments on commit 56505bd

Please sign in to comment.