Skip to content
Snippets Groups Projects
Commit e6736f15 authored by Pierre Fernbach's avatar Pierre Fernbach
Browse files

[Python] include pinocchio before boost

parent 1bdc9052
No related branches found
No related tags found
No related merge requests found
#ifdef CURVES_WITH_PINOCCHIO_SUPPORT
#include <pinocchio/spatial/se3.hpp>
#include <pinocchio/spatial/motion.hpp>
#endif // CURVES_WITH_PINOCCHIO_SUPPORT
#include "python_variables.h" #include "python_variables.h"
#include "archive_python_binding.h" #include "archive_python_binding.h"
#include "optimization_python.h" #include "optimization_python.h"
#include <boost/python.hpp> #include <boost/python.hpp>
#ifdef CURVES_WITH_PINOCCHIO_SUPPORT
#include <pinocchio/spatial/se3.hpp>
#include <pinocchio/spatial/motion.hpp>
#endif // CURVES_WITH_PINOCCHIO_SUPPORT
namespace curves { namespace curves {
using namespace boost::python; using namespace boost::python;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment