"Computes the partial derivatives of the spatial velocity of a given frame with respect to\n"
"the joint configuration and velocity and returns them as a tuple.\n"
"The Jacobians can be either expressed in the LOCAL frame of the joint, in the LOCAL_WORLD_ALIGNED frame or in the WORLD coordinate frame depending on the value of reference_frame.\n"
"You must first call computForwardKinematicsDerivatives before calling this function.\n\n"
"Parameters:\n"
"\tmodel: model of the kinematic tree\n"
"\tdata: data related to the model\n"
"\tframe_id: index of the frame\n"
"\treference_frame: reference frame in which the resulting derivatives are expressed\n");
"Computes the partial derivatives of the spatial acceleration of a given frame with respect to\n"
"the joint configuration, velocity and acceleration and returns them as a tuple.\n"
"The Jacobians can be either expressed in the LOCAL frame of the joint, in the LOCAL_WORLD_ALIGNED frame or in the WORLD coordinate frame depending on the value of reference_frame.\n"
"You must first call computForwardKinematicsDerivatives before calling this function.\n\n"
"Parameters:\n"
"\tmodel: model of the kinematic tree\n"
"\tdata: data related to the model\n"
"\tframe_id: index of the frame\n"
"\treference_frame: reference frame in which the resulting derivatives are expressed\n");
"Computes the partial derivaties of the spatial velocity of a given with respect to\n"
"Computes the partial derivatives of the spatial velocity of a given joint with respect to\n"
"the joint configuration and velocity and returns them as a tuple.\n"
"The Jacobians can be either expressed in the LOCAL frame of the joint or in the WORLD coordinate frame depending on the value of the Reference Frame.\n"
"The Jacobians can be either expressed in the LOCAL frame of the joint, in the LOCAL_WORLD_ALIGNED frame or in the WORLD coordinate frame depending on the value of reference_frame.\n"
"You must first call computForwardKinematicsDerivatives before calling this function.\n\n"
"Computes the partial derivaties of the spatial acceleration of a given with respect to\n"
"Computes the partial derivatives of the spatial acceleration of a given joint with respect to\n"
"the joint configuration, velocity and acceleration and returns them as a tuple.\n"
"The Jacobians can be either expressed in the LOCAL frame of the joint or in the WORLD coordinate frame depending on the value of the Reference Frame.\n"
"The Jacobians can be either expressed in the LOCAL frame of the joint, in the LOCAL_WORLD_ALIGNED frame or in the WORLD coordinate frame depending on the value of reference_frame.\n"
"You must first call computForwardKinematicsDerivatives before calling this function.\n\n"
"Parameters:\n"
"\tmodel: model of the kinematic tree\n"
...
...
@@ -104,7 +105,7 @@ namespace pinocchio
bp::def("getCenterOfMassVelocityDerivatives",
getCoMVelocityDerivatives_proxy,
bp::args("model","data"),
"Computes the partial derivaties of the com velocity of a given with respect to\n"
"Computes the partial derivaties of the center of mass velocity with respect to\n"
"the joint configuration.\n"
"You must first call computForwardKinematicsDerivatives and centerOfMass(q,v) "