ros2 python package depends on a wheel whl file

asked 2020-03-13 20:21:24 -0500

aby gravatar image

I have a python package <x> that is not published on pip, and it is built as a wheel file. I want to use it with a ROS2 node I made <x_node>. I could not figure out the best practices for managing this dependency. Any suggestion or links would be appreciated.

edit retag flag offensive close merge delete