Skip to content
Snippets Groups Projects
Commit 05dd97c2 authored by Olivier Stasse's avatar Olivier Stasse
Browse files

Fix inclusion order for robot-utils.hh

Fix minor warnings.
parent 8d4b7a69
No related branches found
No related tags found
No related merge requests found
......@@ -5,5 +5,5 @@ namespace dynamicgraph {
bool parameter_server_read_robot_description();
};
}
#endif /* _ROS_DYNAMIC_GRAPH_PARAMETER_ */
#include <sot/core/robot-utils.hh>
#include "pinocchio/multibody/model.hpp"
#include "pinocchio/parsers/urdf.hpp"
......@@ -7,7 +9,6 @@
#include <urdf_parser/urdf_parser.h>
#include <sot/core/robot-utils.hh>
#include <ros/ros.h>
#include "dynamic_graph_bridge/ros_parameter.hh"
......@@ -50,4 +51,4 @@ bool parameter_server_read_robot_description()
}
};
}
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