Skip to content

Commit

Permalink
fix include order
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Sep 6, 2022
1 parent 73ed5b5 commit 77a6b9c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/ros_parameter.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#include "dynamic_graph_bridge/ros_parameter.hh"
#include <pinocchio/fwd.hpp>

// include pinocchio first
//
#include <ros/ros.h>
#include <urdf_parser/urdf_parser.h>

Expand All @@ -8,6 +10,7 @@
#include <sot/core/robot-utils.hh>
#include <stdexcept>

#include "dynamic_graph_bridge/ros_parameter.hh"
#include "pinocchio/multibody/model.hpp"
#include "pinocchio/parsers/urdf.hpp"

Expand Down

0 comments on commit 77a6b9c

Please sign in to comment.