7 #include "pinocchio/utils/version.hpp" 9 #include <boost/python.hpp> 28 printVersion_overload(bp::arg(
"delimiter"),
29 "Returns the current version of Pinocchio as a string.\n" 30 "The user may specify the delimiter between the different semantic numbers.")
35 "Checks if the current version of Pinocchio is at least" 36 " the version provided by the input arguments.");
void def_constant(const char *name, const T &value)
Define a constant given its value and a name within the current Boost Python scope.
BOOST_PYTHON_FUNCTION_OVERLOADS(computeKKTContactDynamicMatrixInverse_overload, computeKKTContactDynamicMatrixInverse_proxy, 4, 5) static const Eigen
bool checkVersionAtLeast(unsigned int major_version, unsigned int minor_version, unsigned int patch_version)
Checks if the current version of Pinocchio is at least the version provided by the input arguments...
std::string printVersion(const std::string &delimiter=".")
Returns the current version of Pinocchio as a string using the following standard: PINOCCHIO_MINOR_VE...
Main pinocchio namespace.