You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to call this overload produces a compile-time error. I suggest removing the default value on _inCoordinatesOf in the first overload to remove the ambiguity.
The text was updated successfully, but these errors were encountered:
Thanks for reporting this. I disagree with your suggested fix, though. The better fix would be to remove the default argument for _localOffset, because the version that does not take in a local offset (the first one) is more efficient, so we should default to that one whenever possible.
I'm going to patch this up with a regression test right now.
Both of these overloads match
getLinearJacobianDeriv(const JacobianNode*)
:Trying to call this overload produces a compile-time error. I suggest removing the default value on
_inCoordinatesOf
in the first overload to remove the ambiguity.The text was updated successfully, but these errors were encountered: