Measuring Reaction Forces and Moments at the Base of a Cable Composite in MuJoCo #2424
Unanswered
Shebani3
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 an undergrad student, I use MuJoCo for my research on Whisker sensors for robots.
My setup
MuJoCo version: 3.2.5
Python API
Windows 11
My question
My whisker sensor consists of 2 parts: The whisker shaft and whisker base(follicle). To model the whisker shaft I am using a cable composite with elastic plugin to model 'hair-like' behaviour. At the base of the cable composite, I have added a 3-axis force and a 3-axis torque sensor to simulate the whisker follicle where mechanoreception takes place. I would like to measure the reaction forces and moments developed at the base on bending the cable. However, I have a few questions:
I have created a site at the base with force and torque sensors attached. To test the force sensor, I swept a constant force along the length of the cable while measuring the force at the base. I expect some change in the measured force from the initial segment to the final segment however, it was constant. Have I correctly integrated the force sensor in my model?
Can the vmax parameter in the elastic plugin be used to get the mechanical stress at the base of the cable? According to Get internal mechanical stress in elasticity plugin #1322, it is not, but I wanted to make sure I understood it correctly?
Lastly, is there a better way to measure the forces and moments at the base?
Thank you for your time.
Minimal model and/or code that explain my question
Whisker xml
Confirmations
Beta Was this translation helpful? Give feedback.
All reactions