ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
IN ipa_room_segmentation/CMakeLists.txt, add:
set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -O2 -msse2 -Wno-narrowing -std=gnu++11") # this line solves the problem
add_definitions(-std=gnu++11)
add_definitions(-std=c++11)