hpp-constraints
6.0.0
Definition of basic geometric constraints for motion planning
|
#include <Eigen/SVD>
#include <hpp/constraints/fwd.hh>
#include <hpp/constraints/macros.hh>
#include <hpp/constraints/svd.hh>
#include <hpp/constraints/tools.hh>
#include <hpp/pinocchio/center-of-mass-computation.hh>
#include <hpp/pinocchio/joint.hh>
#include <hpp/pinocchio/liegroup-element.hh>
Go to the source code of this file.
Namespaces | |
hpp | |
hpp::constraints | |
Macros | |
#define | HPP_CONSTRAINTS_CB_REF shared_ptr |
#define | HPP_CONSTRAINTS_CB_WKREF shared_ptr |
#define | HPP_CONSTRAINTS_CB_DEFINE_OPERATOR1(op, InType, OutType) |
#define | HPP_CONSTRAINTS_CB_FRIEND_OPERATOR1(op, InType, OutType) |
#define | HPP_CONSTRAINTS_CB_DEFINE_OPERATOR2(op, OutType) |
#define | HPP_CONSTRAINTS_CB_FRIEND_OPERATOR2(op, OutType) |
#define | HPP_CONSTRAINTS_CB_CREATE1(Class, Arg0Type) |
#define | HPP_CONSTRAINTS_CB_CREATE2(Class, Arg0Type, Arg1Type) |
#define | HPP_CONSTRAINTS_CB_CREATE3(Class, Arg0Type, Arg1Type, Arg2Type) |
Typedefs | |
typedef eigen::matrix3_t | hpp::constraints::CrossMatrix |
typedef Eigen::Matrix< value_type, 1, Eigen::Dynamic, Eigen::RowMajor > | hpp::constraints::RowJacobianMatrix |
typedef Eigen::Matrix< value_type, 3, Eigen::Dynamic, Eigen::RowMajor > | hpp::constraints::JacobianMatrix |
#define HPP_CONSTRAINTS_CB_CREATE1 | ( | Class, | |
Arg0Type | |||
) |
#define HPP_CONSTRAINTS_CB_CREATE2 | ( | Class, | |
Arg0Type, | |||
Arg1Type | |||
) |
#define HPP_CONSTRAINTS_CB_CREATE3 | ( | Class, | |
Arg0Type, | |||
Arg1Type, | |||
Arg2Type | |||
) |
#define HPP_CONSTRAINTS_CB_DEFINE_OPERATOR1 | ( | op, | |
InType, | |||
OutType | |||
) |
#define HPP_CONSTRAINTS_CB_DEFINE_OPERATOR2 | ( | op, | |
OutType | |||
) |
#define HPP_CONSTRAINTS_CB_FRIEND_OPERATOR1 | ( | op, | |
InType, | |||
OutType | |||
) |
#define HPP_CONSTRAINTS_CB_FRIEND_OPERATOR2 | ( | op, | |
OutType | |||
) |
#define HPP_CONSTRAINTS_CB_REF shared_ptr |
#define HPP_CONSTRAINTS_CB_WKREF shared_ptr |