17 #ifndef SDFORMAT_URDF2SDF_HH_ 18 #define SDFORMAT_URDF2SDF_HH_ 25 #include <sdf/sdf_config.h> 31 inline namespace SDF_VERSION_NAMESPACE {
46 public: TiXmlDocument InitModelDoc(TiXmlDocument* _xmlDoc);
51 public: TiXmlDocument InitModelFile(
const std::string &_filename);
58 public: TiXmlDocument InitModelString(
const std::string &_urdfStr,
59 bool _enforceLimits =
true);
64 public:
static bool IsURDF(
const std::string &_filename);
68 private:
void ParseSDFExtension(TiXmlDocument &_urdfXml);
71 private:
void ListSDFExtensions();
74 private:
void ListSDFExtensions(
const std::string &_reference);
#define SDFORMAT_VISIBLE
Use to represent "symbol visible" if supported.
Definition: system_util.hh:48
URDF to SDF converter.
Definition: parser_urdf.hh:35
namespace for Simulation Description Format parser
Definition: AirPressure.hh:25