Exemplo n.º 1
0
        public int setWeightTS(SWIGTYPE_p_Eigen__MatrixXd Mx)
        {
            int ret = kdlPINVOKE.ChainIkSolverVel_wdls_setWeightTS(swigCPtr, SWIGTYPE_p_Eigen__MatrixXd.getCPtr(Mx));

            if (kdlPINVOKE.SWIGPendingException.Pending)
            {
                throw kdlPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemplo n.º 2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_Eigen__MatrixXd obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }