33 #ifndef DART_UTILS_SKELPARSER_HPP_
34 #define DART_UTILS_SKELPARSER_HPP_
45 namespace SkelParser {
54 const std::string& xmlString,
std::shared_ptr< ResourceRetriever > ResourceRetrieverPtr
Definition: ResourceRetriever.hpp:76
std::shared_ptr< Skeleton > SkeletonPtr
Definition: SmartPointer.hpp:60
std::shared_ptr< World > WorldPtr
Definition: SmartPointer.hpp:41
dynamics::SkeletonPtr readSkeleton(const common::Uri &uri, const common::ResourceRetrieverPtr &retriever=nullptr)
Read Skeleton from skel file.
Definition: SkelParser.cpp:459
simulation::WorldPtr readWorldXML(const std::string &xmlString, const common::Uri &baseUri="", const common::ResourceRetrieverPtr &retriever=nullptr)
Read World from an xml-formatted string.
Definition: SkelParser.cpp:434
simulation::WorldPtr readWorld(const common::Uri &uri, const common::ResourceRetrieverPtr &retriever=nullptr)
Read World from skel file.
Definition: SkelParser.cpp:402
Definition: BulletCollisionDetector.cpp:63
The Uri struct provides URI parsing and merging functionality based on RFC 3986.
Definition: Uri.hpp:87