File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
moveit_ros/moveit_servo/src Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 28
28
# TODO(andyz): When this clang-tidy issue is fixed, remove -Wno-unknown-warning-option
29
29
# https://stackoverflow.com/a/41673702
30
30
CXXFLAGS : >-
31
- -Wall -Wextra -Wwrite-strings -Wunreachable-code -Wpointer-arith -Wredundant-decls -Wno-unknown-warning-option -Wno-cpp
31
+ -Wall -Wextra -Wwrite-strings -Wunreachable-code -Wpointer-arith -Wredundant-decls -Wno-unknown-warning-option
32
32
CLANG_TIDY_ARGS : --fix --fix-errors --format-style=file
33
33
DOCKER_IMAGE : moveit/moveit2:${{ matrix.env.IMAGE }}
34
34
UPSTREAM_WORKSPACE : >
Original file line number Diff line number Diff line change 38
38
*
39
39
*/
40
40
41
- #include < moveit_servo/servo_node.hpp>
41
+ #if __has_include(<realtime_tools/realtime_helpers.hpp>)
42
+ #include < realtime_tools/realtime_helpers.hpp>
43
+ #else
42
44
#include < realtime_tools/thread_priority.hpp>
45
+ #endif
46
+
43
47
#include < moveit/utils/logger.hpp>
48
+ #include < moveit_servo/servo_node.hpp>
44
49
45
50
namespace moveit_servo
46
51
{
You can’t perform that action at this time.
0 commit comments