Thank you for your excellent work!
When I was reproducing the code, I installed the gluestick dependency (follow the instruction on https://github.com/cvg/GlueStick), but found that when compiling the code using catkin build, the following error occurred:
`
CMake Error at /opt/ros/noetic/share/catkin/cmake/catkinConfig.cmake:83 (find_package):
Could not find a package configuration file provided by
"gluestick_detection" with any of the following names:
gluestick_detectionConfig.cmake
gluestick_detection-config.cmake
Add the installation prefix of "gluestick_detection" to CMAKE_PREFIX_PATH
or set "gluestick_detection_DIR" to a directory containing one of the above
files. If "gluestick_detection" provides a separate development package or
SDK, be sure it has been installed.
Call Stack (most recent call first):
CMakeLists.txt:5 (find_package)
`
I noticed that in CMakeLists of rgbd-cal, it need to find package gluestick_detection
Could you please provide me with detailed instructions on how to configure the gluestick_detection dependency? Thank you
Thank you for your excellent work!
When I was reproducing the code, I installed the gluestick dependency (follow the instruction on https://github.com/cvg/GlueStick), but found that when compiling the code using catkin build, the following error occurred:
`
CMake Error at /opt/ros/noetic/share/catkin/cmake/catkinConfig.cmake:83 (find_package):
Could not find a package configuration file provided by
"gluestick_detection" with any of the following names:
Add the installation prefix of "gluestick_detection" to CMAKE_PREFIX_PATH
or set "gluestick_detection_DIR" to a directory containing one of the above
files. If "gluestick_detection" provides a separate development package or
SDK, be sure it has been installed.
Call Stack (most recent call first):
CMakeLists.txt:5 (find_package)
`
I noticed that in CMakeLists of rgbd-cal, it need to find package gluestick_detection
Could you please provide me with detailed instructions on how to configure the gluestick_detection dependency? Thank you