编译时报错,使用C++11标准编译了C++17标准的程序 将steer_bot_hardware_gazebo中的CmakeList.txt文件中的 add_compile_options(-std=c++11) 改为 add_compile_options(-std=c++17) 解决