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_HANDLE_HH
18 # define HPP_MANIPULATION_SRDF_FACTORIES_HANDLE_HH
20 # include <pinocchio/spatial/se3.hpp>
22 # include <hpp/manipulation/fwd.hh>
27 namespace manipulation {
32 using parser::ObjectFactory;
47 HandlePtr_t
handle ()
const;
62 #endif // HPP_MANIPULATION_SRDF_FACTORIES_HANDLE_HH
Build an object of type hpp::manipulation::Handle.
Definition: handle.hh:40
TiXmlElement XMLElement
Definition: parser.hh:31
TiXmlDocument XMLDocument
Definition: parser.hh:32
TiXmlAttribute XMLAttribute
Definition: parser.hh:33
TiXmlText XMLText
Definition: parser.hh:35
Class that catch XML Parser events for a specific tag and build the corresponding Object.
Definition: parser.hh:73
virtual void finishTags()
Called when all the child tags have been processed.
HandlePtr_t handle() const
std::string linkName_
Definition: handle.hh:54
Definition: ignoretag.hh:22
Transform3f localPosition_
The element required to build the handle.
Definition: handle.hh:53
HandleFactory(ObjectFactory *parent, const XMLElement *element)
Definition: handle.hh:42
HandlePtr_t handle_
Definition: handle.hh:50
TiXmlNode XMLNode
Definition: parser.hh:34