今天在编译turtlebot3的时候,make failed with error 1
是这样的
Could not find a package configuration file provided by
"turtlebot3_msgs" with any of the following names:
turtlebot3_msgsConfig.cmake
turtlebot3_msgs-config.cmake
Add the installation prefix of "turtlebot3_msgs" to CMAKE_PREFIX_PATH or set "turtlebot3_msg_DIR" to a directory containing one of the above files.
就是你的文件里缺少这一个文件
下载就好了
sudo apt-get-install ros-kinetic-turtlebot3-msgs
搞定
缺少其他的也是同理~