hpp-constraints
4.9.1
Definition of basic geometric constraints for motion planning
|
Basic expression representing a vector in a joint frame. More...
#include <hpp/constraints/symbolic-calculus.hh>
Public Member Functions | |
VectorInJoint () | |
VectorInJoint (const CalculusBase< VectorInJoint > &other) | |
VectorInJoint (const VectorInJoint &vectorInJoint) | |
VectorInJoint (const JointPtr_t &joint, const vector3_t &vectorInLocalFrame) | |
VectorInJoint (const JointPtr_t &joint, const vector3_t &vectorInLocalFrame, const size_type &nbDof) | |
const JointPtr_t & | joint () const |
const vector3_t & | vector () const |
void | impl_value (const ConfigurationIn_t) |
void | impl_jacobian (const ConfigurationIn_t) |
void | computeCrossRXl () |
Public Member Functions inherited from hpp::constraints::CalculusBase< VectorInJoint > | |
CalculusBase () | |
CalculusBase (const vector3_t &value, const JacobianMatrix &jacobian) | |
CalculusBase (const CalculusBase &o) | |
const vector3_t & | value () const |
const JacobianMatrix & | jacobian () const |
void | computeValue (const ConfigurationIn_t arg) |
void | computeJacobian (const ConfigurationIn_t arg) |
void | invalidate () |
const CrossMatrix & | cross () const |
void | computeCrossValue (const ConfigurationIn_t arg) |
Protected Attributes | |
JointPtr_t | joint_ |
vector3_t | vector_ |
Protected Attributes inherited from hpp::constraints::CalculusBase< VectorInJoint > | |
vector3_t | value_ |
JacobianMatrix | jacobian_ |
CrossMatrix | cross_ |
bool | vValid_ |
bool | jValid_ |
bool | cValid_ |
Additional Inherited Members | |
Public Types inherited from hpp::constraints::CalculusBaseAbstract< vector3_t, JacobianMatrix > | |
typedef vector3_t | ValueType_t |
typedef JacobianMatrix | JacobianType_t |
Protected Member Functions inherited from hpp::constraints::CalculusBase< VectorInJoint > | |
void | init (const typename Traits< VectorInJoint >::Ptr_t &ptr) |
Basic expression representing a vector in a joint frame.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |