ros-perception / image_common

Common code for working with images in ROS
http://www.ros.org/wiki/image_common
125 stars 220 forks source link

camera_info_manager rosdep install fails on Ubuntu Focal 20.04 #170

Closed flynneva closed 4 years ago

flynneva commented 4 years ago

ive listed camera_info_manager in my package.xml....but when I run rosdep install --from-paths src --ignore-src -r -y rosdep cant find it.

whats weird is that i can run sudo apt-get install ros-noetic-camera-info-manager and it successfully installs.

any ideas why rosdep cant find it? is it named something different in the package.xml?

ERROR: the following packages/stacks could not have their rosdep keys resolved
to system dependencies:
hfl_driver: No definition of [camera_info_manager] for OS version [Focal Fossa]
Continuing to install resolvable dependencies...
#All required rosdeps installed successfully
flynneva commented 4 years ago

running rosdep resolve camera_info_manager outputs this:

rosdep resolve camera_info_manager

ERROR: No definition of [camera_info_manager] for OS version [Focal Fossa]

No definition of [camera_info_manager] for OS version [Focal Fossa]
    rosdep key : camera_info_manager
    OS name    : ubuntu
    OS version : Focal Fossa
    Data:
_is_ros: true
        debian:
          buster:
            apt:
              packages:
              - ros-noetic-camera-info-manager
        fedora:
          '32':
            yum:
              packages:
              - ros-noetic-camera-info-manager
        osx:
          homebrew:
            packages:
            - ros/noetic/image_common
        ubuntu:
          focal:
            apt:
              packages:
              - ros-noetic-camera-info-manager

so it finds it for focal but my OS is being shown as Focal Fossa.....could this be the issue?

flynneva commented 4 years ago

going to close this issue since it has to do with rosdep not this package.