STLIB plugin not working #101
Replies: 2 comments 6 replies
-
Hi @louisdehaybe, If you're using the SofaPython3 plugin, you should only run the examples/tutorials under the repositories named Now, still, you will probably need a new release of STLIB to make everything work. It should come in the coming days, I'll keep you updated. I suggest you to wait, but if you can't, the all-included binaries 21-06 available here should allow you to try the tutorials. Hope this helps. |
Beta Was this translation helpful? Give feedback.
-
Hi @EulalieCoevoet, I have a similar problem but not with the splib3 nor the stlib3 module but with the function inside. I tried to use the object fixedbox but I get the following error:
I get a similar error using the firststep tutorial from the folder python3
The plugin seems to be loaded from the plugin manager and my PYTHONPATH is the following:
during the CMake configuration and generation, I had the following warning but no error:
One "strange" point is the fact that this plugin is the only one whom the .so is not in the same directory than the others. Do you have any idea from where the error could come from ? Thanks in advance, |
Beta Was this translation helpful? Give feedback.
-
Hi !
I installed SOFA V21.12 from the binaries available on the main page of SOFA. I can run examples of SOFA scenes available in share/examples/Components/ and python scenes available in /SofaPython3/share/examples/ .
I then downloaded the binaries for STLIB from https://github.com/SofaDefrost/STLIB/releases (STLIB_v21.12_for-SOFA-v21.12_Linux.zip)
and those of SoftRobots from here https://github.com/SofaDefrost/SoftRobots/releases (SoftRobots_v21.12_for-SOFA-v21.12_Linux.zip).
I put those files in the "plugin" folder and then activated them via the plugin manager.
However, I am unable to run Soft Robots scenes.
For instance, in plugins/SoftRobots/docs/tutorials/Tripod/details if I try to run s90servo.py I get the error:
Or if I try "tutorial.py":
although STLIB is well activated in the plugin manager.
For "tripod.py", I get:
Could you please help me to solve it ?
@EulalieCoevoet , I was advised by @hugtalbot to add you to this discussion.
Thanks a lot
Beta Was this translation helpful? Give feedback.
All reactions