Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
include pinocchio first
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed May 25, 2022
1 parent 2af77f3 commit 9d8e41b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions include/hpp/rbprm/utils/algorithms.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,18 @@
#ifndef GEOM__ALGORITHMS
#define GEOM__ALGORITHMS

#include <iostream>
#include <pinocchio/fwd.hpp>
#include <vector>
// include pinocchio first

#include <Eigen/src/Core/util/Macros.h>
#include <hpp/fcl/BVH/BVH_model.h>
#include <hpp/fcl/collision_data.h>
#include <hpp/fcl/collision_object.h>

#include <Eigen/Dense>
#include <hpp/pinocchio/collision-object.hh>
#include <iostream>
#include <pinocchio/fwd.hpp>
#include <vector>

namespace geom {

Expand Down

0 comments on commit 9d8e41b

Please sign in to comment.