Help with Mujoco Sensors #3215
Unanswered
JakeAnd91
asked this question in
Asking for Help
Replies: 0 comments
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.
-
Intro
Hi!
I am a researcher at the University of Utah, I use MuJoCo to model a robotic hand.
My setup
Mujoco witha python script
My question
I’m trying to measure how much force or grip strength my robotic hand applies to an object, but I want to avoid putting sensors on the object itself. My setup uses sensors mounted on the fingers, and I wrote a Python script that moves the hand around an object while plotting the sensor readings.
The issue is that the force graph looks almost identical every time, no matter what object I use. The reading rises as the finger moves, then the moment the finger touches the object, the “force” value drops sharply, levels out, and then continues to decline. Here’s an example of the graph I get:
What I expected was a clear difference between gripping soft vs. hard objects, but the readings don’t seem to reflect actual contact force at all.
Am I using force sensor correctly or am I just measuring actuator load instead of fingertip force?
Minimal model and/or code that explain my question
If you encountered the issue in a complex model, please simplify it as much as possible (while still reproducing the issue).
Model:
minimal XML
Code:
Confirmations
Beta Was this translation helpful? Give feedback.
All reactions