Skip to content

Commit 8f026de

Browse files
authored
Merge pull request #127 from ami-iit/fix36
Switch to depend on the urdfdom-py PyPI package
2 parents c48cce2 + bdeeb00 commit 8f026de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
Other requisites are:
4040

41-
- `urdf_parser_py`
41+
- [`urdfdom-py`](https://pypi.org/project/urdfdom-py/) Python package, that exposes the `urdf_parser_py` Python module
4242
- `jax`
4343
- `casadi`
4444
- `pytorch`

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies = [
3030
"scipy",
3131
"casadi>=3.6",
3232
"prettytable",
33-
"urdf_parser_py",
33+
"urdfdom-py",
3434
]
3535

3636
[project.optional-dependencies]

0 commit comments

Comments
 (0)