Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

FIX package.xml dependency of uuv_smac_utils #54

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

FIX package.xml dependency of uuv_smac_utils #54

wants to merge 1 commit into from

Conversation

liqsuq
Copy link

@liqsuq liqsuq commented Jul 9, 2019

When I built this project, I got following error.
This error would be occur using "catkin build".
Anyway, uuv_smac_utils will depends on uuv_simulation_evaluation on building.
Would it be better to add this dependency description?

$ catkin_mmake install -j 4
:
:
-- Could NOT find uuv_simulation_evaluation (missing: uuv_simulation_evaluation_DIR)
-- Could not find the required component 'uuv_simulation_evaluation'. The following CMake error indicates that you either need to install the package with the same name or change your environment so that it can be found.
CMake Error at /opt/ros/melodic/share/catkin/cmake/catkinConfig.cmake:83 (find_package):
  Could not find a package configuration file provided by
  "uuv_simulation_evaluation" with any of the following names:

    uuv_simulation_evaluationConfig.cmake
    uuv_simulation_evaluation-config.cmake

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


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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant