ROSPlan: Install guide did not work.

[Ubuntu 14.04.1 fully updated, ROS Indigo]

I followed the instructions but when I built using ‘catkin_make’ I got an error informing me that I didn’t have GLUT. So I installed freeglut3 (which apt-get told me I already had) and freeglut3-dev.

I reran catkin_make but got another error, now to do with ‘move_base_msgs’:

CMake Error at /opt/ros/indigo/share/catkin/cmake/catkinConfig.cmake:75 (find_package):
  Could not find a package configuration file provided by "move_base_msgs"
  with any of the following names:

    move_base_msgsConfig.cmake
    move_base_msgs-config.cmake

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


-- Configuring incomplete, errors occurred!

rospack says it can’t find the package:

rospack find move_base_msgs
[rospack] Error: package 'move_base_msgs' not found

Any suggestions?

Cheers, Nap

About this issue

  • Original URL
  • State: closed
  • Created 9 years ago
  • Comments: 15 (7 by maintainers)

Commits related to this issue

Most upvoted comments

@m312z, thanks for the incredibly quick response. I sudo apt-get install ros-indigo-navigation and it said move_base_msgs was a new package. So it looks like I didn’t get it while installing Desktop Full. I installed it in Feb, when there were some issues with installing Indigo on 14.04.
http://answers.ros.org/question/203610/ubuntu-14042-unmet-dependencies-similar-for-14043/

lol, now I have a problem with kobuki_msgs. [Never been a fan of Kobuki theatre… 😉] Should I get the repo form GIT (https://github.com/yujinrobot/kobuki_msgs) or is there a binary available?