17 #ifndef HPP_MANIPULATION_SRDF_FACTORIES_GRIPPER_HH 18 # define HPP_MANIPULATION_SRDF_FACTORIES_GRIPPER_HH 20 # include <pinocchio/spatial/se3.hpp> 22 # include <hpp/manipulation/fwd.hh> 27 namespace manipulation {
56 #endif // HPP_MANIPULATION_SRDF_FACTORIES_GRIPPER_HH TiXmlElement XMLElement
Definition: parser.hh:31
GripperFactory(ObjectFactory *parent, const parser::XMLElement *element)
Definition: gripper.hh:35
GripperPtr_t gripper() const
Build an object of type hpp::pinocchio::Gripper.
Definition: gripper.hh:33
std::string linkName_
Definition: gripper.hh:47
boost::shared_ptr< Gripper > GripperPtr_t
std::list< std::string > collisionLinks_
Definition: gripper.hh:48
pinocchio::Transform3f Transform3f
virtual void finishTags()
Called when all the child tags have been processed.
GripperPtr_t gripper_
Definition: gripper.hh:43
Class that catch XML Parser events for a specific tag and build the corresponding Object...
Definition: parser.hh:73
Transform3f localPosition_
The element required to build the gripper.
Definition: gripper.hh:46