esp::io::URDF::Parser class

Functional class for parsing URDF files into a URDF::Model representation.

Constructors, destructors, conversion operators

Parser() defaulted

Public functions

auto parseURDF(std::shared_ptr<Model>& model, const std::string& meshFilename) -> bool