-
simon replied to the topic Problem with Boost in CMake in the forum Building SOFA 4 months, 1 week ago
Hi @Eyad, sorry for the late reply.
You can take a look at this video: https://ez4linkss.com/DqjN -
simon replied to the topic How to convert obj to msh format file? in the forum Programming with SOFA 6 months ago
I used MeshLab to convert *.obj to *.stl and then used GMsh to convert *.stl to *.msh. There *.msh format I received is diffent from the *.msh given by Sofa
-
simon replied to the topic Plugin loading failed in the forum Building SOFA 6 months ago
I found the solution from here: https://www.sofa-framework.org/community/forum/topic/adding-sofa-module-to-spyder/
I think it will be much easier to understand if you have an example like:
runSofa ./houseOfCards.py
in the documentation -
simon replied to the topic Plugin loading failed in the forum Building SOFA 6 months ago
Can anyone tell me how to import Sofa in python? I built Cmake successfully and got a runPython.dll file. When I open Python and import Sofa, there is no module called Sofa
-
simon replied to the topic Problem with SofaHAPI in the forum Using SOFA 6 months ago
I found the solution for this:
Instead of using “C:/H3D/lib32”, augment it to “C:/H3D/lib32/HAPI_vc15.lib” -
simon replied to the topic Problem with SofaHAPI in the forum Using SOFA 6 months ago
Anyone knows what is this warning and how to solve:
WARNING: Target “SofaHAPI” requests linking to directory “C:/H3D/lib32”. Targets may link only to libraries. CMake is dropping the item. -
simon started the topic Problem with SofaHAPI in the forum Using SOFA 6 months ago
Hi there,
I am trying to have my Novint Falcon device in Sofa scene. I successfully built Sofa in Cmake. However, when I want to have SofaHAPI plugin, my CMake cannot find a file named ..applicationspluginsSofaHAPISofaHAPI.h.in. I actually can not find that file in sofa v18.12 folder. So, I created an empty file and named it SofaHAPI.h.in. Cmake…[Read more]
-
simon replied to the topic Problem with Boost in CMake in the forum Building SOFA 6 months ago
By manually assigned value to “Boost_SYSTEM_LIBRARY_RELEASE, Boost_PROGRAM_OPTIONS …” to G:/My drive/Library/sofa/src/boost_1_166_0/lib64-msvc-14.0, I solved the problem.
-
simon started the topic Problem with Boost in CMake in the forum Building SOFA 6 months ago
I am trying to build CMake for Sofa and got a problem with boost as follows:
“CMake Error at C:/Program Files (x86)/CMake/share/cmake-3.15/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
Could NOT find Boost (missing: system filesystem locale program_options
chrono atomic) (found version “1.66.0”)
Call Stack (most recent call…[Read more] -
simon became a registered member 6 months ago