Skip to content

Commit

Permalink
include pinocchio before boost
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Sep 16, 2019
1 parent 4863824 commit d87cf6c
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions bindings/python/contacts/contact-6d.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#ifndef __tsid_python_contact_6d_hpp__
#define __tsid_python_contact_6d_hpp__

#include <pinocchio/fwd.hpp>
#include <boost/python.hpp>
#include <string>
#include <eigenpy/eigenpy.hpp>
Expand Down
1 change: 1 addition & 0 deletions bindings/python/contacts/contact-point.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#ifndef __tsid_python_contact_6d_hpp__
#define __tsid_python_contact_6d_hpp__

#include <pinocchio/fwd.hpp>
#include <boost/python.hpp>
#include <string>
#include <eigenpy/eigenpy.hpp>
Expand Down
1 change: 1 addition & 0 deletions bindings/python/formulations/formulation.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#ifndef __tsid_python_HQPOutput_hpp__
#define __tsid_python_HQPOutput_hpp__

#include <pinocchio/fwd.hpp>
#include <boost/python.hpp>
#include <string>
#include <eigenpy/eigenpy.hpp>
Expand Down
1 change: 1 addition & 0 deletions bindings/python/module.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
// <http://www.gnu.org/licenses/>.
//

#include <pinocchio/fwd.hpp>
#include <eigenpy/eigenpy.hpp>
#include <eigenpy/geometry.hpp>

Expand Down
1 change: 1 addition & 0 deletions bindings/python/robots/robot-wrapper.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#ifndef __tsid_python_robot_wrapper_hpp__
#define __tsid_python_robot_wrapper_hpp__

#include <pinocchio/fwd.hpp>
#include <boost/python.hpp>
#include <string>
#include <eigenpy/eigenpy.hpp>
Expand Down
1 change: 1 addition & 0 deletions bindings/python/tasks/task-actuation-bounds.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#ifndef __tsid_python_task_actuation_bounds_hpp__
#define __tsid_python_task_actuation_bounds_hpp__

#include <pinocchio/fwd.hpp>
#include <boost/python.hpp>
#include <string>
#include <eigenpy/eigenpy.hpp>
Expand Down
1 change: 1 addition & 0 deletions bindings/python/tasks/task-com-equality.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#ifndef __tsid_python_task_com_hpp__
#define __tsid_python_task_com_hpp__

#include <pinocchio/fwd.hpp>
#include <boost/python.hpp>
#include <string>
#include <eigenpy/eigenpy.hpp>
Expand Down
1 change: 1 addition & 0 deletions bindings/python/tasks/task-joint-bounds.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#ifndef __tsid_python_task_joint_bounds_hpp__
#define __tsid_python_task_joint_bounds_hpp__

#include <pinocchio/fwd.hpp>
#include <boost/python.hpp>
#include <string>
#include <eigenpy/eigenpy.hpp>
Expand Down
1 change: 1 addition & 0 deletions bindings/python/tasks/task-joint-posture.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#ifndef __tsid_python_task_joint_hpp__
#define __tsid_python_task_joint_hpp__

#include <pinocchio/fwd.hpp>
#include <boost/python.hpp>
#include <string>
#include <eigenpy/eigenpy.hpp>
Expand Down
1 change: 1 addition & 0 deletions bindings/python/tasks/task-se3-equality.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#ifndef __tsid_python_task_se3_hpp__
#define __tsid_python_task_se3_hpp__

#include <pinocchio/fwd.hpp>
#include <boost/python.hpp>
#include <string>
#include <eigenpy/eigenpy.hpp>
Expand Down
1 change: 1 addition & 0 deletions bindings/python/trajectories/trajectory-base.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#ifndef __tsid_python_traj_sample_hpp__
#define __tsid_python_traj_sample_hpp__

#include <pinocchio/fwd.hpp>
#include <boost/python.hpp>
#include <string>
#include <eigenpy/eigenpy.hpp>
Expand Down
1 change: 1 addition & 0 deletions bindings/python/trajectories/trajectory-euclidian.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#ifndef __tsid_python_traj_euclidian_hpp__
#define __tsid_python_traj_euclidian_hpp__

#include <pinocchio/fwd.hpp>
#include <boost/python.hpp>
#include <string>
#include <eigenpy/eigenpy.hpp>
Expand Down
1 change: 1 addition & 0 deletions bindings/python/trajectories/trajectory-se3.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#ifndef __tsid_python_traj_se3_hpp__
#define __tsid_python_traj_se3_hpp__

#include <pinocchio/fwd.hpp>
#include <boost/python.hpp>
#include <string>
#include <eigenpy/eigenpy.hpp>
Expand Down

0 comments on commit d87cf6c

Please sign in to comment.