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

camera_info_manager rosdep install fails on Ubuntu Focal 20.04 #170

Closed
flynneva opened this issue Sep 15, 2020 · 2 comments
Closed

camera_info_manager rosdep install fails on Ubuntu Focal 20.04 #170

flynneva opened this issue Sep 15, 2020 · 2 comments

Comments

@flynneva
Copy link

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
Copy link
Author

flynneva commented Sep 15, 2020

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
Copy link
Author

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

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

1 participant