hpp-manipulation-urdf
4.9.0
Implementation of a parser for hpp-manipulation.
|
Classes | |
class | ContactFactory |
Factory building contact surfaces. More... | |
class | GripperFactory |
Build an object of type hpp::pinocchio::Gripper. More... | |
class | HandleFactory |
Build an object of type hpp::manipulation::Handle. More... | |
class | PositionFactory |
Build a fcl::Transform. More... | |
class | RobotFactory |
Functions | |
void | loadModelFromFile (const DevicePtr_t &robot, const std::string &prefix, const std::string &package, const std::string &modelName, const std::string &srdfSuffix) |
void | loadModelFromFile (const DevicePtr_t &robot, const std::string &prefix, const std::string &srdfName) |
void | loadModelFromXML (const DevicePtr_t &robot, const std::string &prefix, const std::string &srdfString) |
Reads the tags from SRDF as defined in SRDF syntax. More... | |
void hpp::manipulation::srdf::loadModelFromFile | ( | const DevicePtr_t & | robot, |
const std::string & | prefix, | ||
const std::string & | package, | ||
const std::string & | modelName, | ||
const std::string & | srdfSuffix | ||
) |
Reads the tags from SRDF as defined in SRDF syntax
robot | robot to modify with the information stored in srdf file, |
prefix | prefix to insert before tags of the srdf file to get the corresponding object in the robot model |
modelName | part of the filename, |
srdfSuffix | part of the filename. |
The srdf file is retrieve by the following string: "package://${package}/srdf/${modelName}${srdfSuffix}.srdf".
void hpp::manipulation::srdf::loadModelFromFile | ( | const DevicePtr_t & | robot, |
const std::string & | prefix, | ||
const std::string & | srdfName | ||
) |
Reads the tags from SRDF as defined in SRDF syntax
prefix | prefix to insert before tags of the srdf file to get the corresponding object in the robot model |
srdfName | name of the srdf file; may contain "package://" or "file://". |
void hpp::manipulation::srdf::loadModelFromXML | ( | const DevicePtr_t & | robot, |
const std::string & | prefix, | ||
const std::string & | srdfString | ||
) |
Reads the tags from SRDF as defined in SRDF syntax.