Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

catkin build error (wrp_io error) #3

Open
s95huang opened this issue Aug 25, 2021 · 2 comments
Open

catkin build error (wrp_io error) #3

s95huang opened this issue Aug 25, 2021 · 2 comments

Comments

@s95huang
Copy link

Hi,
I followed the folloing steps

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

@kivrakh
Copy link

kivrakh commented Jan 20, 2022

Hi,
I had the same problem, did you get any progress on that?
Thank you in advance.

@kivrakh
Copy link

kivrakh commented Jan 22, 2022

I think it was because the compiler. I was using catkin build. When I build the entire workspace with catkin_make, the problem is solved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants