Force measurement on simulations #207
Unanswered
andersonnardin
asked this question in
Help - Programming with SoftRobots
Replies: 2 comments 5 replies
-
Hello, Yes, indeed you are right. There's also a comment about that: For your second question, I think the answer is here. Eulalie |
Beta Was this translation helpful? Give feedback.
2 replies
-
Hey @andersonnardin which forces are you exactly interested in? Note that in general the |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all,
I have a question about the forces on simulations. I will refer to a scene from the tutorial and it can clarify the general doubt. If we take as an example the cablegripper tutorial, the CableConstraint component force of the finger 3, for example, when we impose 3 displacements to the tendon, it is around 40. The default dt for this scene is 0.01.
If we change dt to 0.1, for the same displacement, the force is about 400. So, my questions is:
Forces obtained from fields called "force" (like those available in the mechanical object ) are, indeed, force times dt, is it correct?
If so, wouldn't be more accurate to call them impulse?
For the cited example, where the gravity is set to -981.0, what is the dimension of the measurement? N.s or N.e-2.s?
Thank you very much for your support.
Anderson
Beta Was this translation helpful? Give feedback.
All reactions