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
- Set SOFA_EXTERNAL_DIRECTORIES variable (preferably using CMake GUI) to point to your external_directories folder
22
24
- Configure and generate the SOFA solution using CMake
23
25
- Compile SOFA solution (the plugin will be compiled as well)
24
26
27
+
>![NOTE]
28
+
> In order to use the plugin, make sure that you have also built the `ConstraintGeometry` plugin.
29
+
30
+
Supported SOFA versions: > v25.06
31
+
25
32
## Architecture
26
33
27
34
- doc:
28
-
- Documentation and screenshots of the exampples
35
+
- Documentation and screenshots of the examples
29
36
- scenes:
30
37
- Various simple demo scenes
31
38
- src/CollisionAlgorithm:
32
39
- source code of the insertion algorithm SOFA component and supporting collision pipeline classes
33
40
- regression:
34
-
- Files for automated regression testing in alignement with SOFA's testing framework
41
+
- Files for automated regression testing in alignment with SOFA's testing framework
35
42
36
43
## Acknowledgments
37
44
This project builds upon the original repository from [ICube Laboratory, University of Strasbourg](https://icube.unistra.fr/en/) and extends it with a needle insertion algorithm and additional functionality.
0 commit comments