I am surprised we do not have this issue open, as I think we already discussed this about this in the past.
Anyhow, the current situation is that this library is (also) a ROS-independent library and it is packaged as such in conda-forge (), and is packaged with an old (and unmaintained) version in PyPI: https://pypi.org/project/urdf-parser-py/
Just opening the issue to track the fact that downstream users of this parser are looking into forking it as it is not on PyPI, see for example dora-rs/dora#704 or gbionics/adam#36 .
For reference, this PyPI package seems used, see:
From https://pypistats.org/packages/urdf-parser-py, it seems that the package is downloaded an average of ~1000 times each day.
Possible solutions include:
- Try to claim back the
urdf_parser_py name on PyPI
- Package the library under the
urdfdom-py name (that is how the package is packaged in ROS) so that it can contain an updated version.
I am surprised we do not have this issue open, as I think we already discussed this about this in the past.
Anyhow, the current situation is that this library is (also) a ROS-independent library and it is packaged as such in conda-forge (), and is packaged with an old (and unmaintained) version in PyPI: https://pypi.org/project/urdf-parser-py/
Just opening the issue to track the fact that downstream users of this parser are looking into forking it as it is not on PyPI, see for example dora-rs/dora#704 or gbionics/adam#36 .
For reference, this PyPI package seems used, see:
From https://pypistats.org/packages/urdf-parser-py, it seems that the package is downloaded an average of ~1000 times each day.
Possible solutions include:
urdf_parser_pyname on PyPIurdfdom-pyname (that is how the package is packaged in ROS) so that it can contain an updated version.