Skip to content

Removed useless call for computing Minv

Carlos Mastalli requested to merge aba-minv into devel

I was reported an useless Pinocchio call to computed the \mathbf{M(q)}^{-1} term #122 (closed). I checked that we have this redundancy also inside DifferentialActionModelFullyActuated.

In this PR, I just simply remove this extra call.

Merge request reports