File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -46,10 +46,16 @@ target_link_libraries(ipa_pointcloud_to_laserscan ${catkin_LIBRARIES})
46
46
add_executable (ipa_pointcloud_to_laserscan_node src/ipa_pointcloud_to_laserscan_node.cpp src/scan_outlier_removal_filter.cpp)
47
47
target_link_libraries (ipa_pointcloud_to_laserscan_node ipa_pointcloud_to_laserscan ${catkin_LIBRARIES} )
48
48
49
- install (TARGETS pointcloud_to_laserscan pointcloud_to_laserscan_node ipa_pointcloud_to_laserscan ipa_pointcloud_to_laserscan_node
50
- RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
51
- LIBRARY DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
52
- ARCHIVE DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION} )
49
+ install (TARGETS frame_publisher
50
+ frame_publisher_node
51
+ roi_outlier_removal
52
+ pointcloud_to_laserscan
53
+ pointcloud_to_laserscan_node
54
+ ipa_pointcloud_to_laserscan
55
+ ipa_pointcloud_to_laserscan_node
56
+ RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
57
+ LIBRARY DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
58
+ ARCHIVE DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION} )
53
59
54
60
install (DIRECTORY include /${PROJECT_NAME} /
55
61
DESTINATION ${CATKIN_PACKAGE_INCLUDE_DESTINATION}
@@ -58,6 +64,6 @@ install(FILES nodelets.xml
58
64
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
59
65
)
60
66
61
- install (DIRECTORY launch
67
+ install (DIRECTORY config launch
62
68
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
63
69
)
You can’t perform that action at this time.
0 commit comments