|
hpp-constraints 6.0.0
Definition of basic geometric constraints for motion planning
|
Basic expression representing a COM. More...
#include <hpp/constraints/symbolic-calculus.hh>


Public Types | |
| typedef CalculusBase< PointCom, vector3_t, ComJacobian_t > | Parent_t |
Public Types inherited from hpp::constraints::CalculusBaseAbstract< ValueType, JacobianType > | |
| typedef ValueType | ValueType_t |
| typedef JacobianType | JacobianType_t |
Public Member Functions | |
| PointCom () | |
| PointCom (const Parent_t &other) | |
| PointCom (const CenterOfMassComputationPtr_t &comc) | |
| const vector3_t & | value () const |
| const ComJacobian_t & | jacobian () const |
| const CenterOfMassComputationPtr_t & | centerOfMassComputation () const |
| void | impl_value (const ConfigurationIn_t) |
| void | impl_jacobian (const ConfigurationIn_t) |
Public Member Functions inherited from hpp::constraints::CalculusBase< PointCom, vector3_t, ComJacobian_t > | |
| CalculusBase () | |
| CalculusBase (const vector3_t &value, const ComJacobian_t &jacobian) | |
| CalculusBase (const CalculusBase &o) | |
| 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 | |
| CenterOfMassComputationPtr_t | comc_ |
Protected Attributes inherited from hpp::constraints::CalculusBase< PointCom, vector3_t, ComJacobian_t > | |
| vector3_t | value_ |
| ComJacobian_t | jacobian_ |
| CrossMatrix | cross_ |
| bool | vValid_ |
| bool | jValid_ |
| bool | cValid_ |
Additional Inherited Members | |
Protected Member Functions inherited from hpp::constraints::CalculusBase< PointCom, vector3_t, ComJacobian_t > | |
| void | init (const typename Traits< PointCom >::Ptr_t &ptr) |
Basic expression representing a COM.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinevirtual |
Reimplemented from hpp::constraints::CalculusBase< PointCom, vector3_t, ComJacobian_t >.
|
inlinevirtual |
Reimplemented from hpp::constraints::CalculusBase< PointCom, vector3_t, ComJacobian_t >.
|
protected |