-
|
Hello, We have SOFA downloaded via the binaries from the website, and we are trying to compile the plugin for Geomagic Haptics. We've set up the Geomagic drivers and are now trying to activate and compile the plugin in the cmake-gui. However, we are having issues because the CMakeList.txt is asking to find packages such as SofaHapticsConfig.cmake, SofaOpenglVisual.cmake, SofaUserInteraction.cmake, SofaLoader.cmake, and OpenHaptics.cmake. We are not sure where to get these cmake files. We've looked through sofa-master, and it doesn't seem to be in there. If someone can help direct us to these cmake files and offer advice on compiling this plugin, that would be much appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 11 replies
-
|
Hi @mmjl Thanks for your question. The libraries you are pointing out and CMake is seeking (SofaHaptics, SofaOpenglVisual, SofaUserInteraction ...) are plugins: optional codes which are available in the E.g. for SofaHaptics you should add the path: Hope this helps. Best, Hugo |
Beta Was this translation helpful? Give feedback.
-
|
when I wrote : E.g. for SofaHaptics you should add the path: I should have written only the path: could you retry and tell me if it works? |
Beta Was this translation helpful? Give feedback.
when I wrote : E.g. for SofaHaptics you should add the path:
........../SOFA_v21.12.00_Linux/plugins/SofaHaptics/lib/cmake/SofaHaptics/SofaHapticsConfig.cmakeI should have written only the path:
........../SOFA_v21.12.00_Linux/plugins/SofaHaptics/lib/cmake/could you retry and tell me if it works?