the force sensor between body and worldbody #2513
-
IntroHi! I am a student , I use MuJoCo for my research.I want to measure the external force for my robotic system,for example the wind drag. My setupLinux Ubuntu 20.04 My questionI want to build a external force estimator for my robotic system.And Let the data from force sensor be the ground truth.Hovever,I can figure how to measure it.Can I use the force sensor between body(child) and worldbody(parent) to measure it?When my body has actuators or bodies as childen,shall I subtract the forces from them?After my test,I figure out the data from the force sensor between body(child) and worldbody(parent) includes the force of actuators.What about the force from the next bodies as childen?What’s more, If I want to use the world frame to indicate the direction of the external force, shall I use the xquat of the child to transform the frame to the world frame? Minimal model and/or code that explain my question
Confirmations
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I feel like all of your questions are clearly answered here, are they not? |
Beta Was this translation helpful? Give feedback.
Finally,I figure out qfrc_passive meets my request.Thank you