We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c48cce2 + bdeeb00 commit 8f026deCopy full SHA for 8f026de
README.md
@@ -38,7 +38,7 @@
38
39
Other requisites are:
40
41
-- `urdf_parser_py`
+- [`urdfdom-py`](https://pypi.org/project/urdfdom-py/) Python package, that exposes the `urdf_parser_py` Python module
42
- `jax`
43
- `casadi`
44
- `pytorch`
pyproject.toml
@@ -30,7 +30,7 @@ dependencies = [
30
"scipy",
31
"casadi>=3.6",
32
"prettytable",
33
- "urdf_parser_py",
+ "urdfdom-py",
34
]
35
36
[project.optional-dependencies]
0 commit comments