Home › Forum › SOFA › Using SOFA › SOFA force cable-actuation
Tagged: 64_bits, Actuator, Cable, Linux_ubuntu, Plugin_SoftRobots, SOFA_2006, SoftRobot
- This topic has 12 replies, 3 voices, and was last updated 3 years, 11 months ago by younesssss.
-
AuthorPosts
-
22 October 2020 at 06:09 #17439momoBlocked
Hello, I am trying to simulate a continuum arm in SOFA and I am having issues with cable actuation. The simulation of the arm models the real life arm very well at the same cable actuation displacement but for some reason the force is way off than the applied force on the real arm. For example at 21 mm cable actuation the arm should make the arm bend 90 degrees and If i keep increasing the force until I get to that cable displacement the arm models the real one very similarly but the force applied does not.
At first i thought it was maybe the Units so i checked my vtk file and found that it was set in mm therefore I changed my young’s modulus to MPa and gravity to mm/s^2 but kept mass in kg but that did not fix it. I am new to SOFA so i might not be understanding something.
I am using the elasticmaterialobject from stlib for my arm, is this not good to use? is there anything else i should look in to for this application? Also is there a way to apply constant force using the cables? When I apply a force to the cables it seems to apply the force but it doesn’t apply it constantly.
eobject = ElasticMaterialObject(arm, volumeMeshFileName="data/new/ArmTest.vtk", poissonRatio=0.27, youngModulus=207000, totalMass=0.04, surfaceColor=[1.0, 0.0, 0.0], surfaceMeshFileName="data/new/ArmPartSTL.stl", rotation=rotation, translation=translation)
The arm is 40 cm long if that is important.
Here is a picture of the sim
30 October 2020 at 15:37 #17501HugoKeymasterHi @momo2000
How did you estimated the mechanical properties of your ElasticMaterialObject?
I will poke @younesssss which knows way more about this tutorial than I do. Youness could you help Momo on this please?Best
Hugo
30 October 2020 at 16:32 #17502momoBlocked@hugo That was calculated before I started working on this project for MATLAB simulation. I just used the same mechanical properties for SOFA.
30 October 2020 at 17:50 #17503younesssssBlockedHi @momo2000, without having seen the entire scene I really can’t.
Inside theElasticMaterialObject
the solver isSparseLDLSolver
maybe change it withSparseLUSolver
.
But I just have a question, why yourpoissonRatio=0.27
? (Because the smallest I use to is 0.3 for the steel).
30 October 2020 at 23:27 #17508HugoKeymasterThank you so much @younesssss for being so responsive!
2 November 2020 at 10:29 #17514younesssssBlockedBigup to you @hugo, for the job you are doing here :+1: and for the community in general.
7 November 2020 at 19:52 #17610momoBlockedhi @younesssss,
Thank you for your response. for the Poisson Ratio I wasn’t really sure what to put, I wanted something that best fits spring steel. do you recommend going higher? I will try the SparseLUSolver and see if it is better that way.
9 November 2020 at 03:40 #17611momoBlockedhi @younesssss,
I tried changing SparseLDLSolver to SparseLUSolver but my simulation just freezes when i click on animate. is there something I need to fix before when adding SparseLUSolver to make it work? all i did was switch SparseLDLSolver with SparseLUSolver. I don’t have much experience with SOFA so I am having a hard time trouble shooting the issue. If you would like me to send you the scene please let me know.
I was doing some testing and i get 21mm cable actuation when the simulation says the force is around 150-200. If this is newtons then this is obviously way off. The weird thing is even at this high force at 21mm actuation the arm is very similar to the real arm therefore displacement control is perfect but its just the force control that does not make sense right now
9 November 2020 at 10:08 #17613younesssssBlockedHi @momo ,
Before fix the with SparseLUSolver, change the Poisson Ratio and put something between (0.3 and 0.4, preferably start with 0.4). While I still think you can find the exact Poisson ratio and the Young Modulus of your material in the literature.17 November 2020 at 16:40 #17672momoBlockedHi @younesssss,
Sorry for the late reply, been very busy the past couple of days. I tried editing the Poisson ratio like you said but the difference isn’t huge, it is still not accurate with the force. I was wondering, would the collision mesh affect the force? I still haven’t added any for collisions of the arm with itself. Also for some reason when I change to SparseLUSolver the simulation doesn’t crash but just freezes with no error messages in the terminal so I have to force quit. Thank you for your ongoing help.
7 December 2020 at 12:41 #17965younesssssBlockedHi @momo2000, can you send your scene ?
Thanks.7 December 2020 at 20:22 #17972momoBlockedHey @younesssss,
Is there any way I can send you the scene directly? like email or some other form? and thank you for the help.
11 December 2020 at 14:58 #18008younesssssBlockedYou can send it using a link via MEGA
-
AuthorPosts
- You must be logged in to reply to this topic.