|
GZ_SDFORMAT_VISIBLE void | addURIPath (const std::string &_uri, const std::string &_path) |
| Associate paths to a URI. More...
|
|
GZ_SDFORMAT_VISIBLE bool | checkCanonicalLinkNames (const sdf::Root *_root) |
| Check that for each model, the canonical_link attribute value matches the name of a link in the model if the attribute is set and not empty. More...
|
|
GZ_SDFORMAT_VISIBLE bool | checkCanonicalLinkNames (sdf::Errors &_errors, const sdf::Root *_root) |
| Check that for each model, the canonical_link attribute value matches the name of a link in the model if the attribute is set and not empty. More...
|
|
GZ_SDFORMAT_VISIBLE bool | checkFrameAttachedToGraph (const sdf::Root *_root) |
| For the world and each model, check that the attached_to graphs build without errors and have no cycles. More...
|
|
GZ_SDFORMAT_VISIBLE bool | checkFrameAttachedToGraph (sdf::Errors &_errors, const sdf::Root *_root) |
| For the world and each model, check that the attached_to graphs build without errors and have no cycles. More...
|
|
GZ_SDFORMAT_VISIBLE bool | checkFrameAttachedToNames (const sdf::Root *_root) |
| Check that for each frame, the attached_to attribute value does not match its own frame name but does match the name of a link, joint, or other frame in the model if the attribute is set and not empty. More...
|
|
GZ_SDFORMAT_VISIBLE bool | checkFrameAttachedToNames (sdf::Errors &_errors, const sdf::Root *_root) |
| Check that for each frame, the attached_to attribute value does not match its own frame name but does match the name of a link, joint, or other frame in the model if the attribute is set and not empty. More...
|
|
GZ_SDFORMAT_VISIBLE void | checkJointAxisExpressedInValues (const sdf::Root *_root, Errors &_errors) |
| Check that all joint axes in contained joints specify xyz expressed-in names that match the names of valid frames. More...
|
|
GZ_SDFORMAT_VISIBLE bool | checkJointParentChildNames (const sdf::Root *_root) |
| Check that all joints in contained models specify parent and child link names that match the names of sibling links. More...
|
|
GZ_SDFORMAT_VISIBLE GZ_DEPRECATED(13) bool checkJointParentChildLinkNames(const sdf GZ_SDFORMAT_VISIBLE void | checkJointParentChildNames (const sdf::Root *_root, Errors &_errors) |
| Check that all joints in contained models specify parent and child link names that match the names of sibling links. More...
|
|
GZ_SDFORMAT_VISIBLE bool | checkPoseRelativeToGraph (const sdf::Root *_root) |
| For the world and each model, check that the attached_to graphs build without errors and have no cycles. More...
|
|
GZ_SDFORMAT_VISIBLE bool | checkPoseRelativeToGraph (sdf::Errors &_errors, const sdf::Root *_root) |
| For the world and each model, check that the attached_to graphs build without errors and have no cycles. More...
|
|
GZ_SDFORMAT_VISIBLE std::string | computeMergedModelProxyFrameName (const std::string &_modelName) |
| Function to compute a merged model's proxy frame name. More...
|
|
GZ_SDFORMAT_VISIBLE bool | convertFile (const std::string &_filename, const std::string &_version, const ParserConfig &_config, SDFPtr _sdf) |
| Convert an SDF file to a specific SDF version. More...
|
|
GZ_SDFORMAT_VISIBLE bool | convertFile (const std::string &_filename, const std::string &_version, SDFPtr _sdf) |
| Convert an SDF file to a specific SDF version. More...
|
|
GZ_SDFORMAT_VISIBLE sdf::Errors | convertFile (SDFPtr _sdf, const std::string &_filename, const std::string &_version, const ParserConfig &_config=ParserConfig::GlobalConfig()) |
| Convert an SDF file to a specific SDF version. More...
|
|
GZ_SDFORMAT_VISIBLE bool | convertString (const std::string &_sdfString, const std::string &_version, const ParserConfig &_config, SDFPtr _sdf) |
| Convert an SDF string to a specific SDF version. More...
|
|
GZ_SDFORMAT_VISIBLE bool | convertString (const std::string &_sdfString, const std::string &_version, SDFPtr _sdf) |
| Convert an SDF string to a specific SDF version. More...
|
|
GZ_SDFORMAT_VISIBLE sdf::Errors | convertString (SDFPtr _sdf, const std::string &_sdfString, const std::string &_version, const ParserConfig &_config=ParserConfig::GlobalConfig()) |
| Convert an SDF string to a specific SDF version. More...
|
|
template<typename T > |
bool | equal (const T &_a, const T &_b, const T &_epsilon=1e-6f) |
| check if two values are equal, within a tolerance More...
|
|
GZ_SDFORMAT_VISIBLE std::string | findFile (const std::string &_filename, bool _searchLocalPath, bool _useCallback, const ParserConfig &_config) |
| Find the absolute path of a file. More...
|
|
GZ_SDFORMAT_VISIBLE std::string | findFile (const std::string &_filename, bool _searchLocalPath=true, bool _useCallback=false) |
| Find the absolute path of a file. More...
|
|
GZ_SDFORMAT_VISIBLE std::string | findFile (sdf::Errors &_errors, const std::string &_filename, bool _searchLocalPath, bool _useCallback, const ParserConfig &_config) |
| Find the absolute path of a file. More...
|
|
GZ_SDFORMAT_VISIBLE std::string | findFile (sdf::Errors &_errors, const std::string &_filename, bool _searchLocalPath=true, bool _useCallback=false) |
| Find the absolute path of a file. More...
|
|
GZ_SDFORMAT_VISIBLE std::string | getModelFilePath (const std::string &_modelDirPath) |
| Get the file path to the model file. More...
|
|
GZ_SDFORMAT_VISIBLE std::string | getModelFilePath (sdf::Errors &_errors, const std::string &_modelDirPath) |
| Get the file path to the model file. More...
|
|
class GZ_SDFORMAT_VISIBLE | GZ_DEPRECATED (13) Inertia |
| A class for inertial information about a link. More...
|
|
GZ_SDFORMAT_VISIBLE bool | init (sdf::Errors &_errors, SDFPtr _sdf, const ParserConfig &_config) |
| Initialize the SDF interface from the embedded root spec file. More...
|
|
GZ_SDFORMAT_VISIBLE bool | init (SDFPtr _sdf) |
| Initialize the SDF interface from the embedded root spec file. More...
|
|
GZ_SDFORMAT_VISIBLE bool | init (SDFPtr _sdf, const ParserConfig &_config) |
| Initialize the SDF interface from the embedded root spec file. More...
|
|
GZ_SDFORMAT_VISIBLE bool | initFile (const std::string &_filename, const ParserConfig &_config, ElementPtr _sdf) |
| Initialize an SDFElement interface using a file. More...
|
|
GZ_SDFORMAT_VISIBLE bool | initFile (const std::string &_filename, const ParserConfig &_config, ElementPtr _sdf, sdf::Errors &_errors) |
| Initialize an SDFElement interface using a file. More...
|
|
GZ_SDFORMAT_VISIBLE bool | initFile (const std::string &_filename, const ParserConfig &_config, SDFPtr _sdf) |
| Initialize the SDF interface using a file. More...
|
|
GZ_SDFORMAT_VISIBLE bool | initFile (const std::string &_filename, const ParserConfig &_config, SDFPtr _sdf, sdf::Errors &_errors) |
| Initialize the SDF interface using a file. More...
|
|
GZ_SDFORMAT_VISIBLE bool | initFile (const std::string &_filename, ElementPtr _sdf) |
| Initialize an SDF Element interface using a file. More...
|
|
GZ_SDFORMAT_VISIBLE bool | initFile (const std::string &_filename, SDFPtr _sdf) |
| Initialize the SDF interface using a file. More...
|
|
GZ_SDFORMAT_VISIBLE bool | initString (const std::string &_xmlString, const ParserConfig &_config, SDFPtr _sdf) |
| Initialize the SDF interface using a string. More...
|
|
GZ_SDFORMAT_VISIBLE bool | initString (const std::string &_xmlString, const ParserConfig &_config, SDFPtr _sdf, sdf::Errors &_errors) |
| Initialize the SDF interface using a string. More...
|
|
GZ_SDFORMAT_VISIBLE bool | initString (const std::string &_xmlString, SDFPtr _sdf) |
| Initialize the SDF interface using a string. More...
|
|
GZ_SDFORMAT_VISIBLE std::string | JoinName (const std::string &_scopeName, const std::string &_localName) |
| Join two strings with the '::' delimiter. More...
|
|
std::string GZ_SDFORMAT_VISIBLE | lowercase (const std::string &_in) |
| Transforms a string to its lowercase equivalent. More...
|
|
GZ_SDFORMAT_VISIBLE std::ostream & | operator<< (std::ostream &_out, const sdf::Errors &_errs) |
| Output operator for a collection of errors. More...
|
|
template<class... Ts> |
std::ostream & | operator<< (std::ostream &os, ParamStreamer< std::variant< Ts... >> sv) |
|
template<class T > |
std::ostream & | operator<< (std::ostream &os, ParamStreamer< T > s) |
|
template<typename ParamVariant > |
| ParamStreamer (const ParamVariant &_val, int _precision) -> ParamStreamer< ParamVariant > |
|
GZ_SDFORMAT_VISIBLE sdf::SDFPtr | readFile (const std::string &_filename) |
| Populate the SDF values from a file. More...
|
|
GZ_SDFORMAT_VISIBLE sdf::SDFPtr | readFile (const std::string &_filename, const ParserConfig &_config, Errors &_errors) |
| Populate the SDF values from a file. More...
|
|
GZ_SDFORMAT_VISIBLE bool | readFile (const std::string &_filename, const ParserConfig &_config, SDFPtr _sdf, Errors &_errors) |
| Populate the SDF values from a file. More...
|
|
GZ_SDFORMAT_VISIBLE sdf::SDFPtr | readFile (const std::string &_filename, Errors &_errors) |
| Populate the SDF values from a file. More...
|
|
GZ_SDFORMAT_VISIBLE bool | readFile (const std::string &_filename, SDFPtr _sdf) |
| Populate the SDF values from a file. More...
|
|
GZ_SDFORMAT_VISIBLE bool | readFile (const std::string &_filename, SDFPtr _sdf, Errors &_errors) |
| Populate the SDF values from a file. More...
|
|
GZ_SDFORMAT_VISIBLE bool | readFileWithoutConversion (const std::string &_filename, const ParserConfig &_config, SDFPtr _sdf, Errors &_errors) |
| Populate the SDF values from a file without converting to the latest SDF version. More...
|
|
GZ_SDFORMAT_VISIBLE bool | readFileWithoutConversion (const std::string &_filename, SDFPtr _sdf, Errors &_errors) |
| Populate the SDF values from a file without converting to the latest SDF version. More...
|
|
GZ_SDFORMAT_VISIBLE bool | readString (const std::string &_xmlString, const ParserConfig &_config, ElementPtr _sdf, Errors &_errors) |
| Populate the SDF values from a string. More...
|
|
GZ_SDFORMAT_VISIBLE bool | readString (const std::string &_xmlString, const ParserConfig &_config, SDFPtr _sdf, Errors &_errors) |
| Populate the SDF values from a string. More...
|
|
GZ_SDFORMAT_VISIBLE bool | readString (const std::string &_xmlString, ElementPtr _sdf) |
| Populate the SDF values from a string. More...
|
|
GZ_SDFORMAT_VISIBLE bool | readString (const std::string &_xmlString, ElementPtr _sdf, Errors &_errors) |
| Populate the SDF values from a string. More...
|
|
GZ_SDFORMAT_VISIBLE bool | readString (const std::string &_xmlString, SDFPtr _sdf) |
| Populate the SDF values from a string. More...
|
|
GZ_SDFORMAT_VISIBLE bool | readString (const std::string &_xmlString, SDFPtr _sdf, Errors &_errors) |
| Populate the SDF values from a string. More...
|
|
GZ_SDFORMAT_VISIBLE bool | readStringWithoutConversion (const std::string &_xmlString, const ParserConfig &_config, SDFPtr _sdf, Errors &_errors) |
| Populate the SDF values from a string. More...
|
|
GZ_SDFORMAT_VISIBLE bool | readStringWithoutConversion (const std::string &_xmlString, SDFPtr _sdf, Errors &_errors) |
| Populate the SDF values from a string without converting to the latest SDF version. More...
|
|
GZ_SDFORMAT_VISIBLE bool | recursiveSameTypeUniqueNames (sdf::ElementPtr _elem) |
| Check that all sibling elements of the same type have unique names. More...
|
|
GZ_SDFORMAT_VISIBLE bool | recursiveSameTypeUniqueNames (sdf::Errors &_errors, sdf::ElementPtr _elem) |
| Check that all sibling elements of the same type have unique names. More...
|
|
GZ_SDFORMAT_VISIBLE bool | recursiveSiblingNoDoubleColonInNames (sdf::ElementPtr _elem) |
| Check that all sibling elements do not contain the delimiter double colons '::' in element names, which is reserved for forming scopes in SDFormat 1.8. More...
|
|
GZ_SDFORMAT_VISIBLE bool | recursiveSiblingNoDoubleColonInNames (sdf::Errors &_errors, sdf::ElementPtr _elem) |
| Check that all sibling elements do not contain the delimiter double colons '::' in element names, which is reserved for forming scopes in SDFormat 1.8. More...
|
|
GZ_SDFORMAT_VISIBLE bool | recursiveSiblingUniqueNames (sdf::ElementPtr _elem) |
| Check that all sibling elements of the any type have unique names. More...
|
|
GZ_SDFORMAT_VISIBLE bool | recursiveSiblingUniqueNames (sdf::Errors &_errors, sdf::ElementPtr _elem) |
| Check that all sibling elements of the any type have unique names. More...
|
|
GZ_SDFORMAT_VISIBLE void | setFindCallback (std::function< std::string(const std::string &)> _cb) |
| Set the callback to use when SDF can't find a file. More...
|
|
GZ_SDFORMAT_VISIBLE bool | shouldValidateElement (sdf::ElementPtr _elem) |
| Check whether the element should be validated. More...
|
|
GZ_SDFORMAT_VISIBLE std::vector< std::string > | split (const std::string &_str, const std::string &_splitter) |
| Split a string using the delimiter in splitter. More...
|
|
GZ_SDFORMAT_VISIBLE std::pair< std::string, std::string > | SplitName (const std::string &_absoluteName) |
| Split a name into a two strings based on the '::' delimeter. More...
|
|
GZ_SDFORMAT_VISIBLE std::string | trim (const char *_in) |
| Trim leading and trailing whitespace from a string. More...
|
|
GZ_SDFORMAT_VISIBLE std::string | trim (const std::string &_in) |
| Trim leading and trailing whitespace from a string. More...
|
|