Skip to content

Commit

Permalink
Add collision_detection dependency on pluginlib (#2638)
Browse files Browse the repository at this point in the history
It is included by src/collision_plugin_cache.cpp, so it should be set as a dependency.
  • Loading branch information
clalancette authored Jan 3, 2024
1 parent 978bd4c commit be8d3eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions moveit_core/collision_detection/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ include(GenerateExportHeader)
generate_export_header(moveit_collision_detection)

ament_target_dependencies(moveit_collision_detection
pluginlib
rclcpp
rmw_implementation
urdf
Expand Down

0 comments on commit be8d3eb

Please sign in to comment.