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
Of course, if i set the LD_LIBRARY_PATH env variable, those libraries are found properly, though there should not be a need to set that variable as the library paths should be set by cmake after loading RappConfig.cmake and RappRobotsConfig.cmake files.
Any ideas/suggestions?
The text was updated successfully, but these errors were encountered:
I tried to build the rapp_learn_object application and i get link errors against the 2 rapp apis (robots, cloud).
Both the RappConfig.cmake and RappRobotsConfig.cmake are loaded properly by cmake, though i get the following error at link time:
Inlcude and library paths are set properly in both these .cmake files
Of course, if i set the
LD_LIBRARY_PATH
env variable, those libraries are found properly, though there should not be a need to set that variable as the library paths should be set by cmake after loading RappConfig.cmake and RappRobotsConfig.cmake files.Any ideas/suggestions?
The text was updated successfully, but these errors were encountered: