catkin_make报错,找不到 turtlebot_msgs

  Could not find a package configuration file provided by "turtlebot_msgs"
  with any of the following names:

    turtlebot_msgsConfig.cmake
    turtlebot_msgs-config.cmake

  Add the installation prefix of "turtlebot_msgs" to CMAKE_PREFIX_PATH or set
  "turtlebot_msgs_DIR" to a directory containing one of the above files.  If
  "turtlebot_msgs" provides a separate development package or SDK, be sure it
  has been installed.
Call Stack (most recent call first):
  turtlebot_apps/turtlebot_follower/CMakeLists.txt:5 (find_package)


-- Configuring incomplete, errors occurred!
See also "/home/titr/turtlebot_ws/build/CMakeFiles/CMakeOutput.log".
See also "/home/titr/turtlebot_ws/build/CMakeFiles/CMakeError.log".
Invoking "cmake" failed

 
已邀请:

ncnynl

赞同来自:

安装turtlebot_msgs包

如果是indigo

sudo apt-get install ros-indigo-turtlebot-msgs  

如果是kinetic

sudo apt-get install ros-kinetic-turtlebot-msgs  

胡子先生

赞同来自:

感谢!问题已经解决!

要回复问题请先登录注册