You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@kkoide3 Hello,when I use ndt_omp a running error occurs,but it doesn't show up with original ndt ,the issue I proposed in PCL is here:PointCloudLibrary/pcl#5714, thanks a lot for your help!
The text was updated successfully, but these errors were encountered:
find_package(OpenMP)
if (OPENMP_FOUND)
set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${OpenMP_C_FLAGS}")
set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${OpenMP_CXX_FLAGS}")
endif()
catkin_package(
INCLUDE_DIRS include
LIBRARIES ndt_omp
)
@kkoide3 Hello,when I use ndt_omp a running error occurs,but it doesn't show up with original ndt ,the issue I proposed in PCL is here:PointCloudLibrary/pcl#5714, thanks a lot for your help!
The text was updated successfully, but these errors were encountered: