ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Have you added a add_definitions(-std=c++11) statement somewhere in your CMakeLists.txt?

MoveIt needs C++11 enabled, otherwise you'll run into errors like these.