RoboStack / ros-humble

Recipes for ROS 2 Humble Hawksbill

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Move urdfdom-py to conda-forge?

traversaro opened this issue · comments

In our lab we currently have a pure Python library (https://github.com/ami-iit/ADAM) that was released on PyPI (https://pypi.org/project/adam-robotics/), and we would like to release on conda-forge (upstream issue: ami-iit/adam#26).

The problem is this library depends on the Python module urdf_parser_py, that is available in PyPI in the urdf-parser-py package (see https://pypi.org/project/urdf-parser-py/). The latest version of the urdf_parser_py module is anyhow also release in ROS2, in the urdfdom-py package. To permit to package adam on conda-forge and without creating possible incompatibility/clobbering problems with robostack's ROS2 package, my idea is to:

Do you think it make sense or there could be problems I am not considering? Thanks in advance! @Tobias-Fischer @wolfv

Sounds all good to me, thanks!

That's done, thanks @traversaro