URDFParser.install_parser

classmethod URDFParser.install_parser(parser_type, *tags)

Installs an URDF parser type for a defined tag.

Parameters
  • parser_type (type) – Python class handling URDF parsing of the tag.

  • tags (str) – One or more URDF string tag that the parser can parse.