Forum Replies Created
-
AuthorPosts
-
baniBlocked
Or if there is some other method to apply a series of displacements to the wall so that it collides with the cube object accordingly, kindly let me know.
baniBlockedThank you @Hugo, I may have misunderstood the functionality of transform engine, I want to apply a series of displacements one after another, I have tried by applying velocity on the mechanical object, but instead of the complete object moving, just one edge of the wall moves, could you tell me how to correct that
baniBlockedI used Transform Engine similar to the example but it has not been working for me, could you please explain it a little more,
3 January 2022 at 07:04 in reply to: SOFA scene with imposed displacements and Von Mises stress computation in 2D #21210baniBlockedHi Rayan,
Could you please also tell how to implement it using sofapython ?Thanks
VanibaniBlockedThank you, what does [-1] refer to in the example?
baniBlockedThank you
baniBlockedHi @Hugo,
I tried import stlib3 with version, 21.06.01, I am getting the same error, No module named ‘stlib3’, Is there something wrong that I am doingbaniBlockedThank you !
baniBlockedThank you! I look forward to the solution
baniBlockedHi @Hugo,
I am using a .msh file that I made of a 2D square using Gmsh.
The error I receive is:
[ERROR] [MeshGmshLoader(meshLoaderCoarse)] File ‘E:\Softwares\GmSH\gmsh-4.8.4-Windows64\gmsh-4.8.4-Windows64\sq.msh’ finally appears not to be a Gmsh file.
[ERROR] [ConstantForceField(constantFF1)] Impossible to compute force from totalForce since vector indices size is zero
[WARNING] [RealGUI] Global Bounding Box seems very small; Your viewer settings (based on the bbox) are likely invalid, switching to default value of [-1,-1,-1,1,1,1].This is caused by using component which does not implement properly the updateBBox function.You can remove this warning by manually forcing a value in the parameter bbox=”minX minY minZ maxX maxY maxZ” in your root nodeYes, I am using v21.06.00.
baniBlockedDear @Hugo,
I have now been trying to run the first steps tutorials in Sofarobotics plugin, I have installed the stlib plugin, but when I run it I get an error that says ModuleNotFound: No module named ‘stlib’ , kindly let me know how to go about this.baniBlockedDear @Hugo,
Based on my understanding I had added pythonpath in my windows 10 computer as in the below picture, please correct me if something else was to be done,
baniBlockedDear @Hugo,
Thank you I have made the changes to add python path, make the path to sofa/v21.06 instead of sofa/v21.06/bin, and remove all other sofa except this one from the path. However, the problem still persists. I am getting the same warnings after which sofa shuts down.
the warnings are-
[WARNING] [SofaSimulationGraph] the library has not been cleaned up (sofa::simulation::graph::cleanup() has never been called, see sofa/helper/init.h)
[WARNING] [SofaSimulationCommon] the library has not been cleaned up (sofa::simulation::common::cleanup() has never been called, see sofa/helper/init.h)
[WARNING] [SofaSimulationCore] the library has not been cleaned up (sofa::simulation::core::cleanup() has never been called, see sofa/helper/init.h)
[WARNING] [SofaCore] the library has not been cleaned up (sofa::core::cleanup() has never been called, see sofa/helper/init.h)baniBlockedDear @Hugo,
I have set the environment variable as in the attached images, kindly let me know if any thing else is also supposed to be done.
https://drive.google.com/file/d/1C7xMp9GeScwelPe4MyZhtBdssOZhVWKU/view?usp=sharing
baniBlockedDear @Hugo ,
Yes, I am using v21.06 with VS 19 and Win 10. I have installed SOFA using the binaries. I am unable to runSofa itself now while previous to adding the Sofa python3 plugin it was. I get warnings that say
[WARNING] [SofaSimulationGraph] the library has not been cleaned up (sofa::simulation::graph::cleanup() has never been called, see sofa/helper/init.h)
[WARNING] [SofaSimulationCommon] the library has not been cleaned up (sofa::simulation::common::cleanup() has never been called, see sofa/helper/init.h)
[WARNING] [SofaSimulationCore] the library has not been cleaned up (sofa::simulation::core::cleanup() has never been called, see sofa/helper/init.h)
[WARNING] [SofaCore] the library has not been cleaned up (sofa::core::cleanup() has never been called, see sofa/helper/init.h)I have created system variables as mentioned on the website. The software stopped working when I run runSofa -lSofaPython3.
-
AuthorPosts