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

image_transport and camera_info_manager NOT FOUND #13

Open
SreeshaKS opened this issue Apr 28, 2017 · 2 comments
Open

image_transport and camera_info_manager NOT FOUND #13

SreeshaKS opened this issue Apr 28, 2017 · 2 comments

Comments

@SreeshaKS
Copy link

Hello , I am trying to make this package using catkin , two packages are mandatory and NOT found , could you please tell me where I can find and install them ASAP Thank you
Packages : image_transport and camera_info_manager. apt-get <package_name> does not work. gives a package not found error

@bthanos
Copy link

bthanos commented Jan 24, 2018

You need to get these packages using the rosinstall tools:

I had a similiar issue - missing roslint package:

rosinstall_generator roslint --rosdistro kinetic --deps --wet-only --tar > kinetic-roslint-wet.rosinstall

Fetch the packages and put them in the ~/ros_catkin_ws/src:

wstool merge -t src kintetic-roslint-wet.rosinstall
wstool update -t src

then do Catkin_make

@SreeshaKS
Copy link
Author

Thank You

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