ROS编译出:error: ‘shared_ptr’ in namespace ‘std’ does not name a temp late type

解决方法:c++ 取消CMakeLists.txt下 add_compoile_options( -std=c++11 ) 的注释web ## Compile as C++11, supported in ROS Kinetic and newer # add_compile_options(-std=c++11) 缘由: ROS都是按照c++03的编译方法进行,若是使用了新标准c++11,则须要
相关文章
相关标签/搜索