Skip to content

Commit acda563

Browse files
committed
Install collision_detector_bullet_plugin from moveit_core
1 parent da0b248 commit acda563

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

moveit_core/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ add_subdirectory(version)
106106

107107
install(
108108
TARGETS
109+
collision_detector_bullet_plugin
109110
moveit_butterworth_filter
110111
moveit_collision_detection
111112
moveit_collision_detection_bullet

moveit_core/collision_detection_bullet/CMakeLists.txt

-6
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,6 @@ target_link_libraries(collision_detector_bullet_plugin
5151

5252
install(DIRECTORY include/ DESTINATION include/moveit_core)
5353
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/moveit_collision_detection_bullet_export.h DESTINATION include/moveit_core)
54-
install(TARGETS moveit_collision_detection_bullet collision_detector_bullet_plugin EXPORT export_moveit_collision_detection_bullet
55-
LIBRARY DESTINATION lib
56-
ARCHIVE DESTINATION lib
57-
RUNTIME DESTINATION bin
58-
)
59-
ament_export_targets(export_moveit_collision_detection_bullet HAS_LIBRARY_TARGET)
6054

6155
if(BUILD_TESTING)
6256
find_package(ament_cmake_gtest REQUIRED)

0 commit comments

Comments
 (0)