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

robot-configuration fails to Configure testSkin #106

Closed
kouroshD opened this issue Jul 31, 2019 · 1 comment · Fixed by #108
Closed

robot-configuration fails to Configure testSkin #106

kouroshD opened this issue Jul 31, 2019 · 1 comment · Fixed by #108

Comments

@kouroshD
Copy link
Contributor

kouroshD commented Jul 31, 2019

I was trying to build core profile of Superbuild, but I had the following error:

CMake Error at C:/Users/Kouro/rob-sb/build/install/share/yarp/cmake/YarpInstallationHelpers.cmake:389 (file):
  file COPY cannot find
  "C:/Users/Kouro/rob-sb/robotology/robots-configuration/testSkin/calibrators".
Call Stack (most recent call first):
  testSkin/CMakeLists.txt:8 (yarp_install)


CMake Error at C:/Users/Kouro/rob-sb/build/install/share/yarp/cmake/YarpInstallationHelpers.cmake:389 (file):
  file COPY cannot find
  "C:/Users/Kouro/rob-sb/robotology/robots-configuration/testSkin/cartesian".
Call Stack (most recent call first):
  testSkin/CMakeLists.txt:9 (yarp_install)


CMake Error at C:/Users/Kouro/rob-sb/build/install/share/yarp/cmake/YarpInstallationHelpers.cmake:389 (file):
  file COPY cannot find
  "C:/Users/Kouro/rob-sb/robotology/robots-configuration/testSkin/camera".
Call Stack (most recent call first):
  testSkin/CMakeLists.txt:12 (yarp_install)

Therefore, to build the core profile of the superbuild I commented the following lines in robots-configurations\testskin\CMakeLists.txt: (lines 8,9,12):

#yarp_install(DIRECTORY calibrators DESTINATION ${ICUBCONTRIB_ROBOTS_INSTALL_DIR}/${appname})
#yarp_install(DIRECTORY cartesian DESTINATION ${ICUBCONTRIB_ROBOTS_INSTALL_DIR}/${appname})
#yarp_install(DIRECTORY camera DESTINATION ${ICUBCONTRIB_ROBOTS_INSTALL_DIR}/${appname})

Machine: Windows 10
CC @traversaro

@kouroshD
Copy link
Contributor Author

kouroshD commented Aug 1, 2019

I have the same problem in Ubuntu 16.04.

@kouroshD kouroshD changed the title robot-configuration fails to Configure testSkin in Windows 10 robot-configuration fails to Configure testSkin Aug 1, 2019
traversaro added a commit to traversaro/robots-configuration that referenced this issue Aug 2, 2019
traversaro added a commit to traversaro/robots-configuration that referenced this issue Aug 2, 2019
Remove testSkin experimental directory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant