Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency on camera_info_manager #11

Open
banzo opened this issue Apr 26, 2021 · 1 comment
Open

Dependency on camera_info_manager #11

banzo opened this issue Apr 26, 2021 · 1 comment

Comments

@banzo
Copy link

banzo commented Apr 26, 2021

catkin_make throws the following error:

-- Could NOT find camera_info_manager (missing: camera_info_manager_DIR)
-- Could not find the required component 'camera_info_manager'. 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
  "camera_info_manager" with any of the following names:

    camera_info_managerConfig.cmake
    camera_info_manager-config.cmake

Installing ros-melodic-image-common (that contains ros-melodic-camera-info-manager) seem to fix the issue for me.

@syediu
Copy link

syediu commented Jun 28, 2022

If you are using ROS Melodic, sudo apt install ros-melodic-camera-info-manager* will solve the issue.

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

No branches or pull requests

2 participants