All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
urdf2gazebo::URDF2Gazebo Class Reference

#include <parser_urdf.hh>

Public Member Functions

 URDF2Gazebo ()
 constructor
 
 ~URDF2Gazebo ()
 destructor
 
TiXmlDocument InitModelDoc (TiXmlDocument *_xmlDoc)
 convert urdf xml document string to sdf xml document
 
TiXmlDocument InitModelFile (const std::string &_filename)
 convert urdf file to sdf xml document
 
TiXmlDocument InitModelString (const std::string &_urdfStr, bool _enforceLimits=true)
 convert urdf string to sdf xml document, with option to enforce limits.
 

Constructor & Destructor Documentation

urdf2gazebo::URDF2Gazebo::URDF2Gazebo ( )

constructor

urdf2gazebo::URDF2Gazebo::~URDF2Gazebo ( )

destructor

Member Function Documentation

TiXmlDocument urdf2gazebo::URDF2Gazebo::InitModelDoc ( TiXmlDocument *  _xmlDoc)

convert urdf xml document string to sdf xml document

Parameters
[in]_xmlDoca tinyxml document containing the urdf model
Returns
a tinyxml document containing sdf of the model
TiXmlDocument urdf2gazebo::URDF2Gazebo::InitModelFile ( const std::string &  _filename)

convert urdf file to sdf xml document

Parameters
[in]_urdfStra string containing filename of the urdf model
Returns
a tinyxml document containing sdf of the model
TiXmlDocument urdf2gazebo::URDF2Gazebo::InitModelString ( const std::string &  _urdfStr,
bool  _enforceLimits = true 
)

convert urdf string to sdf xml document, with option to enforce limits.

Parameters
[in]_urdfStra string containing model urdf
[in]_enforceLimitsoption to enforce joint limits
Returns
a tinyxml document containing sdf of the model

The documentation for this class was generated from the following file: