Skip to content
Snippets Groups Projects
Commit 8e5a3bd7 authored by Nicolas Mansard's avatar Nicolas Mansard
Browse files

Added some doc.

parent 8fbd3c73
No related branches found
No related tags found
No related merge requests found
......@@ -88,6 +88,11 @@ public:
private:
MatrixHomogeneous transformation;
/* This bool tunes the effect of the modifier for end-effector Jacobian (ie the output
* velocity is expressed in the end-effector frame) of from the world-ref Jacobian (ie
* the ouput velocity is computed in the world frame). */
bool isEndEffector;
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment