Numerical differentiation (or analitycal one) seems to be wrong for the Floating in Contact DAM
I was analyzing a bit the effect of disturbance values for the numerical computation of derivatives. And I found a huge error in the computation of Fx, Lx and Lxx. Unfortunately we don't have unit-test for NumDiff withi this problem. I have attached the code which I used for it test_floating_contact_numdiff.py
The weird thing is that the NumDiff for ABA is working quite well. As I reported here !109 (merged). I also attached this code test_aba_numdiff.py.