Does ament_python package need rosdeps?
When I make a pure python package that uses ament_python as build tool, then it will have a setup.py where I can declare literally any pypi dependency which will be installed with pip. Do I then also need to define these in the package.xml as a ros dependency. If I think of releasing the package, then probably yes, right?
Asked by ct2034 on 2022-11-23 17:32:11 UTC
Comments