You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am a graduate student at HKU, I use MuJoCo for my research on robotic manipulation.
My setup
MuJoCo 3.2.7, Python and C, Linux
What's happening? What did you expect?
While experimenting with a hinge joint that includes frictionloss, I encountered an unexpected and unphysical behavior. After simplifying the model, I found that when using a single-joint setup with all of the following parameters set to values greater than 0—noslip_iterations, frictionloss, and damping—the deceleration of the joint becomes excessively slow.
Specifically, when I load the model and keyframe it, I expect the cylinder to decelerate to zero speed quickly due to the effects of friction and damping. This behavior works as expected when any one of the three options is turned off. However, when all three are active, the cylinder continues rotating, but the deceleration is very gradual.
Questions:
Is this slow deceleration the expected behavior (documentation mentions that noslip solver "no longer be solving a well-defined optimization problem")?
Could I be misusing one or more of these options?
Or, is this potentially indicative of a bug in the simulation?
Intro
Hi!
I am a graduate student at HKU, I use MuJoCo for my research on robotic manipulation.
My setup
MuJoCo 3.2.7, Python and C, Linux
What's happening? What did you expect?
While experimenting with a hinge joint that includes
frictionloss
, I encountered an unexpected and unphysical behavior. After simplifying the model, I found that when using a single-joint setup with all of the following parameters set to values greater than 0—noslip_iterations
,frictionloss
, anddamping
—the deceleration of the joint becomes excessively slow.Specifically, when I load the model and keyframe it, I expect the cylinder to decelerate to zero speed quickly due to the effects of friction and damping. This behavior works as expected when any one of the three options is turned off. However, when all three are active, the cylinder continues rotating, but the deceleration is very gradual.
Questions:
Steps for reproduction
Load the model, and load keyframe 0.
Minimal model for reproduction
Code required for reproduction
No response
Confirmations
The text was updated successfully, but these errors were encountered: