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
I tried to compile the ork according to the instruction
When I step to the catkin_make, an error occurred:
CMake Error at /home/wang/imta_project/ork_ws/devel/share/ecto_image_pipeline/cmake/ecto_image_pipelineConfig.cmake:148 (message):
Project 'object_recognition_reconstruction' tried to find library
'-lpthread'. The library is neither a target nor built/installed properly.
Did you compile project 'ecto_image_pipeline'? Did you find_package() it
before the subdirectory containing its code is included?
Call Stack (most recent call first):
/opt/ros/kinetic/share/catkin/cmake/catkinConfig.cmake:76 (find_package)
ork_reconstruction/CMakeLists.txt:11 (find_package)
The text was updated successfully, but these errors were encountered:
Hello,
I tried to compile the ork according to the instruction
When I step to the
catkin_make
, an error occurred:The text was updated successfully, but these errors were encountered: