Plugin not found image/CGALPlugin #2900
-
Hello,
I was able to build SOFA in Ubuntu yesterday. How can I install these plugins? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi @Qcatbot welcome to the SOFA community! These plugins can be activated within the CMake configuration step by activating the CMake boolean options:
Then recompile ! |
Beta Was this translation helpful? Give feedback.
-
I have built everything okay but when I run the CGAL example at the end of the tutorial I get the following set of errors. ./bin/runSofa /home/ryan/sofa/build/v23.12/install/plugins/CGALPlugin/share/sofa/examples/CGALPlugin/MeshGenerationFromImage.scn [ERROR] [InfoComponent(Not created (OglGrid))] Object type OglGrid<> was not created
The object 'OglGrid' is not in the factory.
This component has been REMOVED since SOFA v23.06 (deprecated since v22.12).
Please consider updating your scene. If this component is crucial to you please report in a GitHub issue in order to reconsider this component for future re-integration.
[ERROR] [InfoComponent(Not created (OglLineAxis))] Object type OglLineAxis<> was not created
The object 'OglLineAxis' is not in the factory.
This component has been REMOVED since SOFA v23.06 (deprecated since v22.12).
Please consider updating your scene. If this component is crucial to you please report in a GitHub issue in order to reconsider this component for future re-integration.
[ERROR] [InfoComponent(Not created (MeshGenerationFromImage))] Object type MeshGenerationFromImage<Vec3d> was not created
The object 'MeshGenerationFromImage' is not in the factory.
But the following exits:
: MeshGenerationFromPolyhedron (74% match)
: GenerateImage (66% match)
: ZoneGeneratorImageToolBox (62% match)
[ERROR] [SceneLoaderXML] Node initialization failed.
Please advise. |
Beta Was this translation helpful? Give feedback.
Hi @Qcatbot
welcome to the SOFA community! These plugins can be activated within the CMake configuration step by activating the CMake boolean options:
PLUGIN_IMAGE
SOFA_FETCH_CGALPLUGIN
then reconfigure and activatePLUGIN_CGALPLUGIN
Then recompile !