osudrl/cassie-mujoco-sim

left hip roll in cassie_sim_hold, and cassie_sim_release

Closed this issue · 0 comments

// Set damping for body rotation joint
for (int i = 3; i < 7; ++i)
c->m->dof_damping[i] = 1e3;
}
Here
7 should be 6.

Which is easy to fix.