@@ -14,11 +14,8 @@ set(PACKAGE_DEPENDENCIES
14
14
roscpp
15
15
sensor_msgs
16
16
geometry_msgs
17
- hyperspectral_calibration
18
17
label_manager
19
18
tf
20
- pcl_ros
21
- pcl_definitions
22
19
)
23
20
24
21
find_package (catkin REQUIRED COMPONENTS ${PACKAGE_DEPENDENCIES} )
@@ -32,9 +29,6 @@ add_action_files(
32
29
action
33
30
FILES
34
31
Reconstruct.action
35
- SendCloud.action
36
- StartReconstruction.action
37
- StopReconstruction.action
38
32
)
39
33
40
34
find_path (OPENGL_INC gl.h /usr/include/GL )
@@ -105,26 +99,6 @@ target_link_libraries(${PROJECT_NAME}_reconstruction
105
99
${PCL_LIBRARIES}
106
100
)
107
101
108
- add_executable (${PROJECT_NAME} _remote_reconstruction_client
109
- src/remote_reconstruction_client.cpp
110
- )
111
-
112
- add_executable (${PROJECT_NAME} _remote_reconstruction
113
- src/colors.cpp
114
- src/conversions.cpp
115
- src/remote_reconstruction.cpp
116
- src/FileObserver.cpp
117
- )
118
- target_link_libraries (${PROJECT_NAME} _remote_reconstruction
119
- ${catkin_LIBRARIES}
120
- ${LVR_LIBRARIES}
121
- ${PCL_LIBRARIES}
122
- )
123
-
124
- target_link_libraries (${PROJECT_NAME} _remote_reconstruction_client
125
- ${catkin_LIBRARIES}
126
- ${PCL_LIBRARIES}
127
- )
128
102
if (OPENCL_FOUND )
129
103
target_compile_definitions (${PROJECT_NAME} _reconstruction PRIVATE OPENCL_FOUND=1 )
130
104
endif ()
@@ -144,33 +118,7 @@ target_link_libraries(${PROJECT_NAME}_debug
144
118
find_package (HDF5 REQUIRED COMPONENTS C CXX HL )
145
119
include_directories (${HDF5_INCLUDE_DIRS} )
146
120
link_directories (${HDF5_LIBRARIES} ${HDF5_HL_LIBRARIES} )
147
- # create executable
148
- add_executable (${PROJECT_NAME} _hdf5_to_msg src/hdf5_to_msg.cpp )
149
- target_link_libraries (${PROJECT_NAME} _hdf5_to_msg
150
- ${catkin_LIBRARIES}
151
- ${LVR_LIBRARIES}
152
- ${PCL_LIBRARIES}
153
- ${HDF5_LIBRARIES}
154
- ${PROJECT_NAME} _conversions
155
- )
156
121
157
-
158
- add_dependencies (${PROJECT_NAME} _remote_reconstruction
159
- ${catkin_EXPORTED_TARGETS}
160
- ${PROJECT_NAME} _gencfg
161
- ${PROJECT_NAME} _gencpp
162
- )
163
- add_dependencies (${PROJECT_NAME} _remote_reconstruction_client
164
- ${catkin_EXPORTED_TARGETS}
165
- ${PROJECT_NAME} _gencfg
166
- ${PROJECT_NAME} _gencpp
167
- )
168
- add_dependencies (${PROJECT_NAME} _reconstruction
169
- ${lvr_ros_EXPORTED_TARGETS}
170
- ${catkin_EXPORTED_TARGETS}
171
- ${PROJECT_NAME} _gencfg
172
- ${PROJECT_NAME} _gencpp
173
- )
174
122
add_dependencies (${PROJECT_NAME} _conversions
175
123
${catkin_EXPORTED_TARGETS}
176
124
${PROJECT_NAME} _gencfg
0 commit comments