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
cd ~/catkin_ws/src
git clone --recursive https://github.com/agilexrobotics/ugv_sdk.git
git clone https://github.com/agilexrobotics/ hunter_ros.git
and compiled the pkgs using catkin build but it gives the following error:
CMake Error at hunter_ws/devel/share/wrp_io/cmake/wrp_ioConfig.cmake:173 (message):
Project 'ugv_sdk' tried to find library 'wrp_io'. The library is neither a
target nor built/installed properly. Did you compile project 'wrp_io'? Did
you find_package() it before the subdirectory containing its code is
included?
Call Stack (most recent call first):
/opt/ros/melodic/share/catkin/cmake/catkinConfig.cmake:76 (find_package)
CMakeLists.txt:71 (find_package)
but wrp_io has been built before this.
Thanks,
Bruce
The text was updated successfully, but these errors were encountered:
Hi,
I followed the folloing steps
and compiled the pkgs using catkin build but it gives the following error:
but wrp_io has been built before this.
Thanks,
Bruce
The text was updated successfully, but these errors were encountered: