5 #ifndef __pinocchio_python_parser_python_hpp__ 6 #define __pinocchio_python_parser_python_hpp__ 8 #include "pinocchio/multibody/model.hpp" 10 #include <boost/python.hpp> 13 # ifdef pinocchio_pywrap_EXPORTS 14 # define PINOCCHIO_PYWRAP_DLLAPI __declspec(dllexport) 16 # define PINOCCHIO_PYWRAP_DLLAPI __declspec(dllimport) 17 # endif // pinocchio_pywrap_EXPORTS 19 # define PINOCCHIO_PYWRAP_DLLAPI 38 const std::string & var_name =
"model");
45 const std::string & var_name,
55 #endif // ifndef __pinocchio_python_parser_python_hpp__
Model buildModel(const std::string &filename, const std::string &model_name)
Load a model from a Python script.
Main pinocchio namespace.
#define PINOCCHIO_PYWRAP_DLLAPI