* @brief Returns the jacobian of the frame expresssed in the world frame or
in the local frame depending on the template argument.
+ * You must first call se3::framesForwardKinematics and se3::computeJacobians to update values in data structure.
* @remark Expressed in the local frame, the jacobian maps the joint velocity vector to the spatial velocity of the center of the frame, expressed in the frame coordinates system. Expressed in the global frame, the jacobian maps to the spatial velocity of the point coinciding with the center of the world and attached to the frame.
*
@@ -129,20 +130,18 @@ namespace se3
const int colRef = nv(model.joints[parent])+idx_v(model.joints[parent])-1;