jsk-ros-pkg / geneus

3 stars 16 forks source link

do not overwrite pkg_map #42

Closed k-okada closed 8 years ago

k-okada commented 8 years ago

background:

problem: get_pkg_map returns roseus package under /opt/ros/indigo, not workspace

failure case: https://travis-ci.org/jsk-ros-pkg/geneus/builds/92400732

-- catkin 0.6.16
-- Using these message generators: gencpp;geneus;genlisp;genpy
CMake Error at /opt/ros/indigo/share/catkin/cmake/catkinConfig.cmake:75 (find_package):
  Could not find a package configuration file provided by
  "actionlib_tutorials" with any of the following names:
    actionlib_tutorialsConfig.cmake
    actionlib_tutorials-config.cmake
  Add the installation prefix of "actionlib_tutorials" to CMAKE_PREFIX_PATH
  or set "actionlib_tutorials_DIR" to a directory containing one of the above
  files.  If "actionlib_tutorials" provides a separate development package or
  SDK, be sure it has been installed.
Call Stack (most recent call first):
  CMakeLists.txt:7 (find_package)

which i added actionlib_tutorials to the run_depend, but not released yet