ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

How can I install Python package opencv-contrib-python using rosdep?

asked 2021-12-14 07:02:25 -0500

davide.cremona gravatar image

Hi, I'm looking to rosdep to simplify the way I install dependencies on my devices.

I have piece of Python code that needs opencv-contrib-python package that I normally install with pip.

I have found python3-opencv on the ros index but I don't know if it installs also the contrib algorithm that I need.

What can I do to install that Python package?

Thanks.

edit retag flag offensive close merge delete

Comments

Similar question with answer

ljaniec gravatar image ljaniec  ( 2021-12-14 07:22:53 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2021-12-14 11:24:02 -0500

tfoote gravatar image

In general if there's a package for which you want rosdep to support installing you need to contribute a rosdep rule for it

You will submit them to the rosdistro repository. Here are the contribution guidelines

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2021-12-14 07:02:25 -0500

Seen: 292 times

Last updated: Dec 14 '21