Call parse root tree templated function. More...
Public Member Functions | |
ParseRootTreeVisitor (::urdf::LinkConstSharedPtr root_link, Model &model, const bool verbose) | |
template<typename Derived > | |
void | operator() (const JointModelBase< Derived > &root_joint) const |
Static Public Member Functions | |
static void | run (::urdf::LinkConstSharedPtr root_link, Model &model, const JointModelVariant &root_joint, const bool verbose) |
Public Attributes | |
::urdf::LinkConstSharedPtr | m_root_link |
Model & | m_model |
const bool | m_verbose |
Call parse root tree templated function.
Definition at line 556 of file parsers/urdf/model.cpp.