We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cde837 commit 179104dCopy full SHA for 179104d
tests/sot-test-controller.cpp
@@ -8,18 +8,21 @@
8
*
9
*/
10
11
-#include "sot-test-controller.hh"
+#include <pinocchio/fwd.hpp>
12
+
13
+// include pinocchio before boost
14
15
#include <ros/console.h>
16
17
#include <boost/thread/condition.hpp>
18
#include <boost/thread/thread.hpp>
19
#include <dynamic_graph_bridge/ros_init.hh>
20
#include <dynamic_graph_bridge/ros_interpreter.hh>
-#include <pinocchio/fwd.hpp>
21
#include <sot/core/debug.hh>
22
#include <sot/core/exception-abstract.hh>
23
24
+#include "sot-test-controller.hh"
25
26
#define ENABLE_RT_LOG
27
#include <dynamic-graph/real-time-logger.h>
28
0 commit comments