ros2 / openrobotics_darknet_ros

ROS 2 interface to darknet, an open source neural network library.
Apache License 2.0
19 stars 13 forks source link

Error when Building Package #12

Closed pippa-franklin closed 4 months ago

pippa-franklin commented 4 months ago

I receive this error when building the package. Could someone please help me with the issue:

--- stderr: openrobotics_darknet_ros                         
CMake Error at CMakeLists.txt:21 (find_package):
  By not providing "Findvision_msgs.cmake" in CMAKE_MODULE_PATH this project
  has asked CMake to find a package configuration file provided by
  "vision_msgs", but CMake did not find one.

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

    vision_msgsConfig.cmake
    vision_msgs-config.cmake

  Add the installation prefix of "vision_msgs" to CMAKE_PREFIX_PATH or set
  "vision_msgs_DIR" to a directory containing one of the above files.  If
  "vision_msgs" provides a separate development package or SDK, be sure it
  has been installed.
sloretz commented 4 months ago

It sounds like the package vision_msgs is neither installed on your system nor in your workspace.

Please install vision_msgs and try again.

sudo apt-get install ros-$ROS_DISTRO-vision-msgs