hpp-manipulation-urdf
4.12.0
Implementation of a parser for hpp-manipulation.
|
Go to the documentation of this file.
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
GripperPtr_t gripper() const
Build an object of type hpp::pinocchio::Gripper.
Definition: gripper.hh:33
GripperPtr_t gripper_
Definition: gripper.hh:43
std::string linkName_
Definition: gripper.hh:47
Class that catch XML Parser events for a specific tag and build the corresponding Object.
Definition: parser.hh:73
std::list< std::string > collisionLinks_
Definition: gripper.hh:48
Definition: ignoretag.hh:22
virtual void finishTags()
Called when all the child tags have been processed.
GripperFactory(ObjectFactory *parent, const parser::XMLElement *element)
Definition: gripper.hh:35
Transform3f localPosition_
The element required to build the gripper.
Definition: gripper.hh:46