Hi,
I am building my ros workspace using catkin tools (catkin build) instead of using catkin_make.
However it does not work and return this error.
CMake Error at /home/user1/bunker_ws/devel/share/ugv_sdk/cmake/ugv_sdkConfig.cmake:173 (message): Project 'bunker_base' tried to find library 'ugv_sdk'. The library is neither a target nor built/installed properly. Did you compile project 'ugv_sdk'? Did you find_package() it before the subdirectory containing its code is included?
Please assist.
Thank you