diff --git a/include/sot/core/op-point-modifier.hh b/include/sot/core/op-point-modifier.hh index 27d6605622d4f9b5fdf846f06392536978cea6ea..32e9e163422b20c93e84c2037940c9ce8efb5336 100644 --- a/include/sot/core/op-point-modifier.hh +++ b/include/sot/core/op-point-modifier.hh @@ -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; };