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 f667a5a commit 3a0a1daCopy full SHA for 3a0a1da
include/dynamic_graph_bridge/ros_interpreter.hh
@@ -1,6 +1,10 @@
1
#ifndef DYNAMIC_GRAPH_BRIDGE_INTERPRETER_HH
2
#define DYNAMIC_GRAPH_BRIDGE_INTERPRETER_HH
3
+#pragma GCC diagnostic push
4
+#pragma GCC system_header
5
#include <ros/ros.h>
6
+#pragma GCC diagnostic pop
7
+
8
#include <dynamic_graph_bridge_msgs/RunCommand.h>
9
#include <dynamic_graph_bridge_msgs/RunPythonFile.h>
10
#include <dynamic-graph/python/interpreter.hh>
0 commit comments