Friction in mjpro131

Discussion in 'Simulation' started by Edward Fang, Jun 21, 2017.

  1. Hi,

    I have created a simulation where a hand attempts to pick up a rectangular prism. The prism slips out of the hand even when force is applied.

    I saw in other threads that 1.40 and 1.50 could change solver parameters to elliptic to alleviate this, but I am working with mjpro131 in openai-gym. Is there any solution to this?
     
  2. Emo Todorov

    Emo Todorov Administrator Staff Member

  3. I am currently using the following parameters

    <compiler angle="radian" meshdir="meshes/" />
    <option timestep="0.003" solver="elliptic" impratio="10" tolerance="1e-10"/>

    <geom margin="0.001" solimp="0.98 0.99 .001" friction="0.8 0.8 10" />

    The object is still slipping however. Do you have any advice?