Add LPF models + WORLD frame contacts
Integrate skleff1994/crocoddyl:devel into Sobec
-
stateLPF
: augmented state with joint torques, i.e.y = (q, v, tau)
+ unittests -
IntegratedActionModelLPF
: discrete dynamics with low-pass filter on torques + unittests + bindings -
ContactModel1D
&ContactModel3D
+ContactModelMultiple
enabling WORLD aligned computations + unittests + bindings -
ResidualModelContactForce
compatible with WORLD computations + bindings -
DifferentialActionModelContactFwdDyn
compatible with WORLD computations + bindings + unittests - increased unittest factory to allow new classes testing
Remarks:
-
DAMContact.quasiStatic
test fails under 1D contact with floating base state - Euler integration's inaccuracy in
IntegratedActionModelLPF.calcDiff
is suspiciously high (it fails in some floating base examples fordt>1e-5
)