|
hpp-constraints 6.0.0
Definition of basic geometric constraints for motion planning
|
#include <hpp/constraints/symbolic-calculus.hh>


Public Types | |
| typedef CalculusBase< JointFrame, ValueType_t, JacobianType_t > | Parent_t |
Public Types inherited from hpp::constraints::CalculusBaseAbstract< ValueType, JacobianType > | |
| typedef ValueType | ValueType_t |
| typedef JacobianType | JacobianType_t |
Public Member Functions | |
| JointFrame () | |
| JointFrame (const Parent_t &other) | |
| JointFrame (const JointFrame &jf) | |
| JointFrame (const JointPtr_t &joint) | |
| const JointPtr_t & | joint () const |
| void | impl_value (const ConfigurationIn_t) |
| void | impl_jacobian (const ConfigurationIn_t arg) |
Public Member Functions inherited from hpp::constraints::CalculusBase< JointFrame, Eigen::Matrix< value_type, 6, 1 >, Eigen::Matrix< value_type, 6, Eigen::Dynamic > > | |
| CalculusBase () | |
| CalculusBase (const Eigen::Matrix< value_type, 6, 1 > &value, const Eigen::Matrix< value_type, 6, Eigen::Dynamic > &jacobian) | |
| CalculusBase (const CalculusBase &o) | |
| const Eigen::Matrix< value_type, 6, 1 > & | value () const |
| const Eigen::Matrix< value_type, 6, Eigen::Dynamic > & | 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_ |
| double | theta_ |
Protected Attributes inherited from hpp::constraints::CalculusBase< JointFrame, Eigen::Matrix< value_type, 6, 1 >, Eigen::Matrix< value_type, 6, Eigen::Dynamic > > | |
| Eigen::Matrix< value_type, 6, 1 > | value_ |
| Eigen::Matrix< value_type, 6, Eigen::Dynamic > | jacobian_ |
| CrossMatrix | cross_ |
| bool | vValid_ |
| bool | jValid_ |
| bool | cValid_ |
Additional Inherited Members | |
Protected Member Functions inherited from hpp::constraints::CalculusBase< JointFrame, Eigen::Matrix< value_type, 6, 1 >, Eigen::Matrix< value_type, 6, Eigen::Dynamic > > | |
| void | init (const typename Traits< JointFrame >::Ptr_t &ptr) |
| typedef CalculusBase<JointFrame, ValueType_t, JacobianType_t> hpp::constraints::JointFrame::Parent_t |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |