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 0dedeca commit d93cac2Copy full SHA for d93cac2
robotiq_3f_rviz/CMakeLists.txt
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.3)
2
project(robotiq_3f_rviz)
3
4
## Compile as C++11, supported in ROS Kinetic and newer
5
-# add_compile_options(-std=c++11)
+add_compile_options(-std=c++11)
6
7
set(CMAKE_INCLUDE_CURRENT_DIR ON)
8
set(CMAKE_AUTOMOC ON)
robotiq_3f_rviz/src/robotiq_3f_rviz.cpp
@@ -3,6 +3,7 @@
#include <ros/ros.h>
#include <robotiq_3f_gripper_articulated_msgs/Robotiq3FGripperRobotOutput.h>
#include <robotiq_3f_gripper_articulated_msgs/Robotiq3FGripperRobotInput.h>
+#include <atomic>
namespace robotiq_3f_rviz {
9
0 commit comments