Open
Description
Is your feature request related to a problem? Please describe.
Currently rai_open_set_vision is a ros2 package and it's dependencies are handled in the main rai
's pyproject.toml. This makes it impossible to deploy the package to pypi and install it conveniently.
Describe the solution you'd like
I would like to be able to run
poetry build; poetry publish
in rai_open_set_vision
package to deploy it to PyPi.
Also I would like to install this package with: pip install rai_open_set_vision
Describe alternatives you've considered
Additional context