Using force sensors to measure the force on a body within a flexcomp? #2616
Unanswered
kurtenkera
asked this question in
Asking for Help
Replies: 1 comment
-
Hi, you can save and load the file so that the flexcomp will be expanded into the bodies that form it and a new |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Intro
Hi!
I'm using MuJoCo for soft robotics research.
My setup
I am on the latest version of MuJoCo, using the Python API on a Linux machine with Ubuntu 22.04.
My question
I have a soft gripper model which I've talked about in a previous post. I would like to measure the force acting on a single node/body within say the left soft gripper finger. The documentation says that when choosing the site for a force sensor:
But how would one do this for the case of a body within a flexcomp? For example, in the code below, a number of bodies (equal to the number of vertices in
leftfinger.msh
) are automatically created. How can I place asite
at a particular body to measure the force acting on that body throughout a simulation?Minimal model and/or code that explain my question
No response
Confirmations
Beta Was this translation helpful? Give feedback.
All reactions