rapp-project / rapp-robot-nao

Contains the robot-specific code for the NAO robot
Other
11 stars 0 forks source link

Compile RAPP-API script does not install in proper paths #11

Open klpanagi opened 8 years ago

klpanagi commented 8 years ago

Due to the limitation of the rapp-api to assing install paths using CMAKE_INSTALL_PREFIX argument (here), installation and usage of the rapp-api fails.

The vm_compile_rapp_api.sh script correctly sets the CMAKE_INSTALL_PREFIX var, though rapp-api CMakeLists.txt does not properly handle this argument.

This issue is mostly related to the rapp-api, though as it affects rapp-robot-nao setup, it should be referenced here too.

Please consider this issue to be critical!

maciek-slon commented 8 years ago

Scripts are using robot-api branch from rapp-api, and proper fixes are added there to handle CMAKE_INSTALL_PREFIX. See my comment to rapp-appi issue for more details.