Template Function pinocchio::srdf::removeCollisionPairsFromXML

Function Documentation

template<typename Scalar, int Options, template<typename, int> class JointCollectionTpl>
void pinocchio::srdf::removeCollisionPairsFromXML(const ModelTpl<Scalar, Options, JointCollectionTpl> &model, GeometryModel &geom_model, const std::string &xmlString, const bool verbose = false)

Deactive all possible collision pairs mentioned in the SRDF file.

Parameters:
  • model[in] Model of the kinematic tree.

  • geom_model[in] Model of the geometries.

  • xmlString[in] constaining the XML SRDF string.

  • verbose[in] Verbosity mode (print removed collision pairs and undefined link inside the model).