File tree 2 files changed +18
-2
lines changed
2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -72,3 +72,18 @@ add_dependencies(demo patchworkpp_generate_messages_cpp)
72
72
add_executable (video src/video.cpp)
73
73
target_link_libraries (video ${catkin_LIBRARIES} ${PCL_LIBRARIES} ${OpenCV_LIBRARIES} )
74
74
add_dependencies (video patchworkpp_generate_messages_cpp)
75
+
76
+
77
+ # ==== Install ====
78
+ install (TARGETS demo
79
+ ARCHIVE DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
80
+ LIBRARY DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
81
+ RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
82
+ )
83
+
84
+ install (DIRECTORY include /${PROJECT_NAME} /
85
+ DESTINATION ${CATKIN_PACKAGE_INCLUDE_DESTINATION} )
86
+
87
+ install (DIRECTORY launch config
88
+ DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
89
+ )
Original file line number Diff line number Diff line change 18
18
<exec_depend >rospy</exec_depend >
19
19
<exec_depend >std_msgs</exec_depend >
20
20
<exec_depend >nav_msgs</exec_depend >
21
- <exec_depend >sensor_msgs</exec_depend >
22
- <exec_depend >jsk_recognition_msgs</exec_depend >
21
+ <exec_depend >sensor_msgs</exec_depend >
22
+ <exec_depend >jsk_recognition_msgs</exec_depend >
23
23
<build_depend >roscpp</build_depend >
24
24
<build_depend >rospy</build_depend >
25
25
<build_depend >std_msgs</build_depend >
29
29
<build_depend >message_generation</build_depend >
30
30
<build_depend >sensor_msgs</build_depend >
31
31
<build_depend >jsk_recognition_msgs</build_depend >
32
+ <build_depend >laser_geometry</build_depend >
32
33
33
34
34
35
<!-- The export tag contains other, unspecified, tags -->
You can’t perform that action at this time.
0 commit comments