Skip to content
Snippets Groups Projects
Verified Commit 87daa2e9 authored by Justin Carpentier's avatar Justin Carpentier
Browse files

srdf: remove deprecated signatures

parent f9bee4fd
Branches
Tags
No related merge requests found
File added
......@@ -31,17 +31,6 @@ namespace pinocchio
const std::string & filename,
const bool verbose = false);
/// \copydoc removeCollisionPairs
template<typename Scalar, int Options, template<typename,int> class JointCollectionTpl>
PINOCCHIO_DEPRECATED
void removeCollisionPairsFromSrdf(const ModelTpl<Scalar,Options,JointCollectionTpl> & model,
GeometryModel & geomModel,
const std::string & filename,
const bool verbose = false)
{
removeCollisionPairs(model,geomModel,filename,verbose);
}
///
/// \brief Deactive all possible collision pairs mentioned in the SRDF file.
///
......@@ -57,17 +46,6 @@ namespace pinocchio
const std::string & xmlString,
const bool verbose = false);
/// \copydoc removeCollisionPairsFromXML
template<typename Scalar, int Options, template<typename,int> class JointCollectionTpl>
PINOCCHIO_DEPRECATED
void removeCollisionPairsFromSrdfString(const ModelTpl<Scalar,Options,JointCollectionTpl> & model,
GeometryModel & geomModel,
const std::string & xmlString,
const bool verbose = false)
{
removeCollisionPairsFromXML(model,geomModel,xmlString,verbose);
}
#endif // ifdef PINOCCHIO_WITH_HPP_FCL
///
......@@ -114,16 +92,6 @@ namespace pinocchio
const std::string & filename,
const bool verbose = false);
/// \copydoc pinocchio::srdf::loadRotorParameters
template<typename Scalar, int Options, template<typename,int> class JointCollectionTpl>
PINOCCHIO_DEPRECATED
bool loadRotorParamsFromSrdf(ModelTpl<Scalar,Options,JointCollectionTpl> & model,
const std::string & filename,
const bool verbose = false)
{
return loadRotorParameters(model,filename,verbose);
}
}
} // namespace pinocchio
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment