20 #ifndef HPP_CONSTRAINTS_COM_BETWEEN_FEET_HH 21 # define HPP_CONSTRAINTS_COM_BETWEEN_FEET_HH 23 # include <boost/assign/list_of.hpp> 25 # include <hpp/constraints/config.hh> 31 namespace constraints {
60 EIGEN_MAKE_ALIGNED_OPERATOR_NEW
68 std::vector <bool> mask = boost::assign::list_of (
true)(
true)(
true)(
true));
77 std::vector <bool> mask = boost::assign::list_of (
true)(
true)(
true)(
true));
86 std::vector <bool> mask);
115 std::vector <bool> mask_;
120 #endif // HPP_CONSTRAINTS_COM_BETWEEN_FEET_HH Difference of two expressions.
Definition: symbolic-calculus.hh:97
Eigen::Matrix< value_type, 3, 3 > matrix3_t
Definition: fwd.hh:57
Multiplication of an expression by a scalar.
Definition: symbolic-calculus.hh:99
Basic expression representing a COM.
Definition: symbolic-calculus.hh:825
boost::shared_ptr< ComBetweenFeet > ComBetweenFeetPtr_t
Definition: fwd.hh:107
pinocchio::DevicePtr_t DevicePtr_t
Definition: fwd.hh:91
Definition: symbolic-calculus.hh:92
Definition: com-between-feet.hh:57
ObjectFactory * create(ObjectFactory *parent=NULL, const XMLElement *element=NULL)
virtual ~ComBetweenFeet()
Definition: com-between-feet.hh:79
pinocchio::vector3_t vector3_t
Definition: fwd.hh:39
Eigen::Matrix< value_type, 3, 1 > vector3_t
Definition: fwd.hh:58
pinocchio::ConfigurationIn_t ConfigurationIn_t
Definition: fwd.hh:88
Sum of two expressions.
Definition: symbolic-calculus.hh:98
pinocchio::JointPtr_t JointPtr_t
Definition: fwd.hh:37
Definition: differentiable-function.hh:50
Cross product of two expressions.
Definition: symbolic-calculus.hh:95
HPP_CONSTRAINTS_CB_REF< Class > Ptr_t
Definition: symbolic-calculus.hh:107
Eigen::Ref< matrix_t > matrixOut_t
Definition: fwd.hh:44
pinocchio::CenterOfMassComputationPtr_t CenterOfMassComputationPtr_t
Definition: fwd.hh:93