17 #ifndef HPP_CONSTRAINTS_IMPLICIT_RELATIVE_POSE_HH 18 # define HPP_CONSTRAINTS_IMPLICIT_RELATIVE_POSE_HH 23 namespace constraints {
49 std::vector <bool> mask = std::vector<bool>(6,
true),
86 std::vector <bool> mask = std::vector<bool>(6,
true),
93 void init (RelativePoseWkPtr_t weak);
96 RelativePoseWkPtr_t weak_;
101 #endif //HPP_CONSTRAINTS_IMPLICIT_RELATIVE_POSE_HH pinocchio::vector_t vector_t
Definition: fwd.hh:45
pinocchio::vectorIn_t vectorIn_t
Definition: fwd.hh:46
pinocchio::DevicePtr_t DevicePtr_t
Definition: fwd.hh:91
ObjectFactory * create(ObjectFactory *parent=NULL, const XMLElement *element=NULL)
std::vector< ComparisonType > ComparisonTypes_t
Definition: fwd.hh:170
pinocchio::JointConstPtr_t JointConstPtr_t
Definition: fwd.hh:38
boost::shared_ptr< RelativePose > RelativePosePtr_t
Definition: fwd.hh:184
Constraint of relative pose between two frames on a kinematic chain.
Definition: relative-pose.hh:26
const JointConstPtr_t & joint2() const
Get joint2.
Definition: relative-pose.hh:62
Definition: implicit.hh:96
boost::shared_ptr< Implicit > ImplicitPtr_t
Definition: fwd.hh:157
const JointConstPtr_t & joint1() const
Get joint1.
Definition: relative-pose.hh:56
pinocchio::Transform3f Transform3f
Definition: fwd.hh:50