[SoftRobots] 'CableConstraint' cannot be found in the factory #5671
-
|
Hi to everyone. I'm using the new version of SOFA v25.06.00 and i'm having some issues with SoftRobots plugin. In particular the scene can't be loaded properly because 'CableConstraint' cannot be found in the factory; below the complete error log: [ERROR] [SofaPython3::SceneLoader] Unable to completely load the scene from file '/home/francesco/sofa_dev/python3/Prisma_Hand_Single_Finger/scene.py'. At: The strange fact is that if i load a SoftRobots plugin example first and than reload my scene than it will work. I add the plugin in the plugin manager and also exported the path to SoftRobots plugin in the bah file. Currently i'm using ubuntu 24. I tried also to create a dummy CableConstraint object like in the plugin FingerWithSTLIB example but it didn't work. Is there a way to fix this without changing the code? this scene were made in sofa 23.12.00 and it works fine in sofa 24.12.00 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Hello, do you load the plugin using |
Beta Was this translation helpful? Give feedback.
Hello, do you load the plugin using
root.addObject("RequiredPlugin", name="SoftRobots")?