rod 0.3.4.dev21__tar.gz → 0.3.4.dev27__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- rod-0.3.4.dev27/.github/CODEOWNERS +1 -0
- {rod-0.3.4.dev21 → rod-0.3.4.dev27}/PKG-INFO +54 -20
- {rod-0.3.4.dev21 → rod-0.3.4.dev27}/README.md +13 -1
- rod-0.3.4.dev27/pyproject.toml +166 -0
- rod-0.3.4.dev27/setup.cfg +4 -0
- {rod-0.3.4.dev21 → rod-0.3.4.dev27}/src/rod.egg-info/PKG-INFO +54 -20
- {rod-0.3.4.dev21 → rod-0.3.4.dev27}/src/rod.egg-info/SOURCES.txt +1 -2
- {rod-0.3.4.dev21 → rod-0.3.4.dev27}/src/rod.egg-info/requires.txt +5 -11
- rod-0.3.4.dev21/pyproject.toml +0 -64
- rod-0.3.4.dev21/setup.cfg +0 -89
- rod-0.3.4.dev21/src/rod.egg-info/not-zip-safe +0 -1
- {rod-0.3.4.dev21 → rod-0.3.4.dev27}/.github/workflows/ci_cd.yml +0 -0
- {rod-0.3.4.dev21 → rod-0.3.4.dev27}/.gitignore +0 -0
- {rod-0.3.4.dev21 → rod-0.3.4.dev27}/.pre-commit-config.yaml +0 -0
- {rod-0.3.4.dev21 → rod-0.3.4.dev27}/LICENSE +0 -0
- {rod-0.3.4.dev21 → rod-0.3.4.dev27}/setup.py +0 -0
- {rod-0.3.4.dev21 → rod-0.3.4.dev27}/src/rod/__init__.py +0 -0
- {rod-0.3.4.dev21 → rod-0.3.4.dev27}/src/rod/builder/__init__.py +0 -0
- {rod-0.3.4.dev21 → rod-0.3.4.dev27}/src/rod/builder/primitive_builder.py +0 -0
- {rod-0.3.4.dev21 → rod-0.3.4.dev27}/src/rod/builder/primitives.py +0 -0
- {rod-0.3.4.dev21 → rod-0.3.4.dev27}/src/rod/kinematics/__init__.py +0 -0
- {rod-0.3.4.dev21 → rod-0.3.4.dev27}/src/rod/kinematics/kinematic_tree.py +0 -0
- {rod-0.3.4.dev21 → rod-0.3.4.dev27}/src/rod/kinematics/tree_transforms.py +0 -0
- {rod-0.3.4.dev21 → rod-0.3.4.dev27}/src/rod/logging.py +0 -0
- {rod-0.3.4.dev21 → rod-0.3.4.dev27}/src/rod/pretty_printer.py +0 -0
- {rod-0.3.4.dev21 → rod-0.3.4.dev27}/src/rod/sdf/__init__.py +0 -0
- {rod-0.3.4.dev21 → rod-0.3.4.dev27}/src/rod/sdf/collision.py +0 -0
- {rod-0.3.4.dev21 → rod-0.3.4.dev27}/src/rod/sdf/common.py +0 -0
- {rod-0.3.4.dev21 → rod-0.3.4.dev27}/src/rod/sdf/element.py +0 -0
- {rod-0.3.4.dev21 → rod-0.3.4.dev27}/src/rod/sdf/geometry.py +0 -0
- {rod-0.3.4.dev21 → rod-0.3.4.dev27}/src/rod/sdf/joint.py +0 -0
- {rod-0.3.4.dev21 → rod-0.3.4.dev27}/src/rod/sdf/link.py +0 -0
- {rod-0.3.4.dev21 → rod-0.3.4.dev27}/src/rod/sdf/material.py +0 -0
- {rod-0.3.4.dev21 → rod-0.3.4.dev27}/src/rod/sdf/model.py +0 -0
- {rod-0.3.4.dev21 → rod-0.3.4.dev27}/src/rod/sdf/physics.py +0 -0
- {rod-0.3.4.dev21 → rod-0.3.4.dev27}/src/rod/sdf/scene.py +0 -0
- {rod-0.3.4.dev21 → rod-0.3.4.dev27}/src/rod/sdf/sdf.py +0 -0
- {rod-0.3.4.dev21 → rod-0.3.4.dev27}/src/rod/sdf/visual.py +0 -0
- {rod-0.3.4.dev21 → rod-0.3.4.dev27}/src/rod/sdf/world.py +0 -0
- {rod-0.3.4.dev21 → rod-0.3.4.dev27}/src/rod/tree/__init__.py +0 -0
- {rod-0.3.4.dev21 → rod-0.3.4.dev27}/src/rod/tree/directed_tree.py +0 -0
- {rod-0.3.4.dev21 → rod-0.3.4.dev27}/src/rod/tree/tree_elements.py +0 -0
- {rod-0.3.4.dev21 → rod-0.3.4.dev27}/src/rod/urdf/__init__.py +0 -0
- {rod-0.3.4.dev21 → rod-0.3.4.dev27}/src/rod/urdf/exporter.py +0 -0
- {rod-0.3.4.dev21 → rod-0.3.4.dev27}/src/rod/utils/__init__.py +0 -0
- {rod-0.3.4.dev21 → rod-0.3.4.dev27}/src/rod/utils/frame_convention.py +0 -0
- {rod-0.3.4.dev21 → rod-0.3.4.dev27}/src/rod/utils/gazebo.py +0 -0
- {rod-0.3.4.dev21 → rod-0.3.4.dev27}/src/rod/utils/resolve_frames.py +0 -0
- {rod-0.3.4.dev21 → rod-0.3.4.dev27}/src/rod/utils/resolve_uris.py +0 -0
- {rod-0.3.4.dev21 → rod-0.3.4.dev27}/src/rod.egg-info/dependency_links.txt +0 -0
- {rod-0.3.4.dev21 → rod-0.3.4.dev27}/src/rod.egg-info/top_level.txt +0 -0
- {rod-0.3.4.dev21 → rod-0.3.4.dev27}/tests/test_meshbuilder.py +0 -0
- {rod-0.3.4.dev21 → rod-0.3.4.dev27}/tests/test_urdf_exporter.py +0 -0
- {rod-0.3.4.dev21 → rod-0.3.4.dev27}/tests/test_urdf_parsing.py +0 -0
- {rod-0.3.4.dev21 → rod-0.3.4.dev27}/tests/utils_models.py +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
* @flferretti @CarlottaSartore
|
|
@@ -1,16 +1,43 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: rod
|
|
3
|
-
Version: 0.3.4.
|
|
3
|
+
Version: 0.3.4.dev27
|
|
4
4
|
Summary: The ultimate Python tool for RObot Descriptions processing.
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
5
|
+
Author-email: Diego Ferigo <dgferigo@gmail.com>
|
|
6
|
+
Maintainer-email: Filippo Luca Ferretti <filippo.ferretti@iit.it>, Carlotta Sartore <carlotta.sartore@iit.it>
|
|
7
|
+
License: BSD 3-Clause License
|
|
8
|
+
|
|
9
|
+
Copyright (c) 2022, Artificial and Mechanical Intelligence
|
|
10
|
+
All rights reserved.
|
|
11
|
+
|
|
12
|
+
Redistribution and use in source and binary forms, with or without
|
|
13
|
+
modification, are permitted provided that the following conditions are met:
|
|
14
|
+
|
|
15
|
+
1. Redistributions of source code must retain the above copyright notice, this
|
|
16
|
+
list of conditions and the following disclaimer.
|
|
17
|
+
|
|
18
|
+
2. Redistributions in binary form must reproduce the above copyright notice,
|
|
19
|
+
this list of conditions and the following disclaimer in the documentation
|
|
20
|
+
and/or other materials provided with the distribution.
|
|
21
|
+
|
|
22
|
+
3. Neither the name of the copyright holder nor the names of its
|
|
23
|
+
contributors may be used to endorse or promote products derived from
|
|
24
|
+
this software without specific prior written permission.
|
|
25
|
+
|
|
26
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
27
|
+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
28
|
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
29
|
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
|
30
|
+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
31
|
+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
|
32
|
+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
33
|
+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
34
|
+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
35
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
36
|
+
|
|
9
37
|
Project-URL: Changelog, https://github.com/ami-iit/rod/releases
|
|
10
38
|
Project-URL: Source, https://github.com/ami-iit/rod
|
|
11
39
|
Project-URL: Tracker, https://github.com/ami-iit/rod/issues
|
|
12
40
|
Keywords: description,gazebo,parser,robot,robotics,ros,sdf,sdformat,simulator,simulation,urdf
|
|
13
|
-
Platform: any
|
|
14
41
|
Classifier: Development Status :: 5 - Production/Stable
|
|
15
42
|
Classifier: Framework :: Robot Framework
|
|
16
43
|
Classifier: Intended Audience :: Science/Research
|
|
@@ -25,6 +52,7 @@ Classifier: Programming Language :: Python :: 3
|
|
|
25
52
|
Classifier: Programming Language :: Python :: 3.10
|
|
26
53
|
Classifier: Programming Language :: Python :: 3.11
|
|
27
54
|
Classifier: Programming Language :: Python :: 3.12
|
|
55
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
28
56
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
29
57
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
30
58
|
Classifier: Topic :: Games/Entertainment :: Simulation
|
|
@@ -40,23 +68,17 @@ Requires-Dist: scipy
|
|
|
40
68
|
Requires-Dist: trimesh
|
|
41
69
|
Requires-Dist: xmltodict
|
|
42
70
|
Provides-Extra: style
|
|
43
|
-
Requires-Dist: black; extra == "style"
|
|
71
|
+
Requires-Dist: black~=24.0; extra == "style"
|
|
44
72
|
Requires-Dist: isort; extra == "style"
|
|
45
73
|
Provides-Extra: pptree
|
|
46
74
|
Requires-Dist: pptree; extra == "pptree"
|
|
47
|
-
Provides-Extra:
|
|
48
|
-
Requires-Dist: idyntree; extra == "
|
|
49
|
-
Requires-Dist: pytest; extra == "
|
|
50
|
-
Requires-Dist: pytest-icdiff; extra == "
|
|
51
|
-
Requires-Dist: robot-descriptions; extra == "
|
|
75
|
+
Provides-Extra: testing
|
|
76
|
+
Requires-Dist: idyntree>=12.2.1; extra == "testing"
|
|
77
|
+
Requires-Dist: pytest>=6.0; extra == "testing"
|
|
78
|
+
Requires-Dist: pytest-icdiff; extra == "testing"
|
|
79
|
+
Requires-Dist: robot-descriptions; extra == "testing"
|
|
52
80
|
Provides-Extra: all
|
|
53
|
-
Requires-Dist:
|
|
54
|
-
Requires-Dist: isort; extra == "all"
|
|
55
|
-
Requires-Dist: pptree; extra == "all"
|
|
56
|
-
Requires-Dist: idyntree; extra == "all"
|
|
57
|
-
Requires-Dist: pytest; extra == "all"
|
|
58
|
-
Requires-Dist: pytest-icdiff; extra == "all"
|
|
59
|
-
Requires-Dist: robot-descriptions; extra == "all"
|
|
81
|
+
Requires-Dist: rod[pptree,style,testing]; extra == "all"
|
|
60
82
|
|
|
61
83
|
# RObot Description processor
|
|
62
84
|
|
|
@@ -305,13 +327,25 @@ print(urdf_string)
|
|
|
305
327
|
Pull requests are welcome.
|
|
306
328
|
For major changes, please open an issue first to discuss what you would like to change.
|
|
307
329
|
|
|
308
|
-
##
|
|
330
|
+
## People
|
|
331
|
+
|
|
332
|
+
### Author
|
|
309
333
|
|
|
310
334
|
| [<img src="https://github.com/diegoferigo.png" width="40">][df] | [@diegoferigo][df] |
|
|
311
335
|
|:---------------------------------------------------------------:|:------------------:|
|
|
312
336
|
|
|
313
337
|
[df]: https://github.com/diegoferigo
|
|
314
338
|
|
|
339
|
+
### Maintainers
|
|
340
|
+
|
|
341
|
+
| [<img src="https://github.com/flferretti.png" width="40">][ff] | [@flferretti][ff] | [<img src="https://github.com/CarlottaSartore.png" width="40">][cs] | [@CarlottaSartore][cs] |
|
|
342
|
+
|:---------------------------------------------------------------:|:------------------:|:---------------------------------------------------------------:|:------------------:|
|
|
343
|
+
|
|
344
|
+
|
|
345
|
+
|
|
346
|
+
[ff]: https://github.com/flferretti
|
|
347
|
+
[cs]: https://github.com/CarlottaSartore
|
|
348
|
+
|
|
315
349
|
## License
|
|
316
350
|
|
|
317
351
|
[BSD3](https://choosealicense.com/licenses/bsd-3-clause/)
|
|
@@ -245,13 +245,25 @@ print(urdf_string)
|
|
|
245
245
|
Pull requests are welcome.
|
|
246
246
|
For major changes, please open an issue first to discuss what you would like to change.
|
|
247
247
|
|
|
248
|
-
##
|
|
248
|
+
## People
|
|
249
|
+
|
|
250
|
+
### Author
|
|
249
251
|
|
|
250
252
|
| [<img src="https://github.com/diegoferigo.png" width="40">][df] | [@diegoferigo][df] |
|
|
251
253
|
|:---------------------------------------------------------------:|:------------------:|
|
|
252
254
|
|
|
253
255
|
[df]: https://github.com/diegoferigo
|
|
254
256
|
|
|
257
|
+
### Maintainers
|
|
258
|
+
|
|
259
|
+
| [<img src="https://github.com/flferretti.png" width="40">][ff] | [@flferretti][ff] | [<img src="https://github.com/CarlottaSartore.png" width="40">][cs] | [@CarlottaSartore][cs] |
|
|
260
|
+
|:---------------------------------------------------------------:|:------------------:|:---------------------------------------------------------------:|:------------------:|
|
|
261
|
+
|
|
262
|
+
|
|
263
|
+
|
|
264
|
+
[ff]: https://github.com/flferretti
|
|
265
|
+
[cs]: https://github.com/CarlottaSartore
|
|
266
|
+
|
|
255
267
|
## License
|
|
256
268
|
|
|
257
269
|
[BSD3](https://choosealicense.com/licenses/bsd-3-clause/)
|
|
@@ -0,0 +1,166 @@
|
|
|
1
|
+
[project]
|
|
2
|
+
name = "rod"
|
|
3
|
+
dynamic = ["version"]
|
|
4
|
+
requires-python = ">= 3.10"
|
|
5
|
+
description = "The ultimate Python tool for RObot Descriptions processing."
|
|
6
|
+
authors = [
|
|
7
|
+
{ name = "Diego Ferigo", email = "dgferigo@gmail.com" },
|
|
8
|
+
]
|
|
9
|
+
maintainers = [
|
|
10
|
+
{ name = "Filippo Luca Ferretti", email = "filippo.ferretti@iit.it" },
|
|
11
|
+
{ name = "Carlotta Sartore", email = "carlotta.sartore@iit.it" },
|
|
12
|
+
]
|
|
13
|
+
license.file = "LICENSE"
|
|
14
|
+
keywords = [
|
|
15
|
+
"description",
|
|
16
|
+
"gazebo",
|
|
17
|
+
"parser",
|
|
18
|
+
"robot",
|
|
19
|
+
"robotics",
|
|
20
|
+
"ros",
|
|
21
|
+
"sdf",
|
|
22
|
+
"sdformat",
|
|
23
|
+
"simulator",
|
|
24
|
+
"simulation",
|
|
25
|
+
"urdf",
|
|
26
|
+
]
|
|
27
|
+
classifiers = [
|
|
28
|
+
"Development Status :: 5 - Production/Stable",
|
|
29
|
+
"Framework :: Robot Framework",
|
|
30
|
+
"Intended Audience :: Science/Research",
|
|
31
|
+
"Intended Audience :: Developers",
|
|
32
|
+
"Intended Audience :: Education",
|
|
33
|
+
"License :: OSI Approved :: BSD License",
|
|
34
|
+
"Operating System :: OS Independent",
|
|
35
|
+
"Operating System :: POSIX :: Linux",
|
|
36
|
+
"Operating System :: MacOS",
|
|
37
|
+
"Operating System :: Microsoft :: Windows",
|
|
38
|
+
"Programming Language :: Python :: 3",
|
|
39
|
+
"Programming Language :: Python :: 3.10",
|
|
40
|
+
"Programming Language :: Python :: 3.11",
|
|
41
|
+
"Programming Language :: Python :: 3.12",
|
|
42
|
+
"Programming Language :: Python :: 3.13",
|
|
43
|
+
"Programming Language :: Python :: 3 :: Only",
|
|
44
|
+
"Programming Language :: Python :: Implementation :: CPython",
|
|
45
|
+
"Topic :: Games/Entertainment :: Simulation",
|
|
46
|
+
]
|
|
47
|
+
dependencies = [
|
|
48
|
+
"coloredlogs",
|
|
49
|
+
"mashumaro",
|
|
50
|
+
"numpy",
|
|
51
|
+
"packaging",
|
|
52
|
+
"resolve-robotics-uri-py",
|
|
53
|
+
"scipy",
|
|
54
|
+
"trimesh",
|
|
55
|
+
"xmltodict",
|
|
56
|
+
]
|
|
57
|
+
|
|
58
|
+
[project.optional-dependencies]
|
|
59
|
+
style = [
|
|
60
|
+
"black ~= 24.0",
|
|
61
|
+
"isort",
|
|
62
|
+
]
|
|
63
|
+
pptree = [
|
|
64
|
+
"pptree",
|
|
65
|
+
]
|
|
66
|
+
testing = [
|
|
67
|
+
"idyntree >= 12.2.1",
|
|
68
|
+
"pytest >=6.0",
|
|
69
|
+
"pytest-icdiff",
|
|
70
|
+
"robot-descriptions",
|
|
71
|
+
]
|
|
72
|
+
all = [
|
|
73
|
+
"rod[style,pptree,testing]",
|
|
74
|
+
]
|
|
75
|
+
|
|
76
|
+
[project.readme]
|
|
77
|
+
file = "README.md"
|
|
78
|
+
content-type = "text/markdown"
|
|
79
|
+
|
|
80
|
+
[project.urls]
|
|
81
|
+
Changelog = "https://github.com/ami-iit/rod/releases"
|
|
82
|
+
Source = "https://github.com/ami-iit/rod"
|
|
83
|
+
Tracker = "https://github.com/ami-iit/rod/issues"
|
|
84
|
+
|
|
85
|
+
# ===========
|
|
86
|
+
# Build tools
|
|
87
|
+
# ===========
|
|
88
|
+
|
|
89
|
+
[build-system]
|
|
90
|
+
build-backend = "setuptools.build_meta"
|
|
91
|
+
requires = [
|
|
92
|
+
"setuptools>=64",
|
|
93
|
+
"setuptools-scm[toml]>=8",
|
|
94
|
+
"wheel",
|
|
95
|
+
]
|
|
96
|
+
|
|
97
|
+
[tool.setuptools]
|
|
98
|
+
package-dir = { "" = "src" }
|
|
99
|
+
|
|
100
|
+
[tool.setuptools_scm]
|
|
101
|
+
local_scheme = "dirty-tag"
|
|
102
|
+
|
|
103
|
+
# =================
|
|
104
|
+
# Style and testing
|
|
105
|
+
# =================
|
|
106
|
+
|
|
107
|
+
[tool.black]
|
|
108
|
+
line-length = 88
|
|
109
|
+
|
|
110
|
+
[tool.isort]
|
|
111
|
+
multi_line_output = 3
|
|
112
|
+
profile = "black"
|
|
113
|
+
|
|
114
|
+
[tool.pytest.ini_options]
|
|
115
|
+
addopts = "-rsxX -v --strict-markers"
|
|
116
|
+
minversion = "6.0"
|
|
117
|
+
testpaths = [
|
|
118
|
+
"tests",
|
|
119
|
+
]
|
|
120
|
+
|
|
121
|
+
[tool.cibuildwheel]
|
|
122
|
+
build-frontend = "build"
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
# ==================
|
|
126
|
+
# Ruff configuration
|
|
127
|
+
# ==================
|
|
128
|
+
|
|
129
|
+
[tool.ruff]
|
|
130
|
+
exclude = [
|
|
131
|
+
".git",
|
|
132
|
+
".pytest_cache",
|
|
133
|
+
".ruff_cache",
|
|
134
|
+
".vscode",
|
|
135
|
+
".devcontainer",
|
|
136
|
+
"__pycache__",
|
|
137
|
+
]
|
|
138
|
+
preview = true
|
|
139
|
+
|
|
140
|
+
[tool.ruff.lint]
|
|
141
|
+
# https://docs.astral.sh/ruff/rules/
|
|
142
|
+
select = [
|
|
143
|
+
"B",
|
|
144
|
+
"E",
|
|
145
|
+
"F",
|
|
146
|
+
"I",
|
|
147
|
+
"W",
|
|
148
|
+
"RUF",
|
|
149
|
+
"UP",
|
|
150
|
+
"YTT",
|
|
151
|
+
]
|
|
152
|
+
|
|
153
|
+
ignore = [
|
|
154
|
+
"B008", # Function call in default argument
|
|
155
|
+
"B024", # Abstract base class without abstract methods
|
|
156
|
+
"E402", # Module level import not at top of file
|
|
157
|
+
"E501", # Line too long
|
|
158
|
+
"E731", # Do not assign a `lambda` expression, use a `def`
|
|
159
|
+
"E741", # Ambiguous variable name
|
|
160
|
+
"I001", # Import block is unsorted or unformatted
|
|
161
|
+
"RUF003", # Ambigous unicode character in comment
|
|
162
|
+
]
|
|
163
|
+
|
|
164
|
+
[tool.ruff.lint.per-file-ignores]
|
|
165
|
+
# Ignore `E402` (import violations) in all `__init__.py` files
|
|
166
|
+
"__init__.py" = ["F401", "F821"]
|
|
@@ -1,16 +1,43 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: rod
|
|
3
|
-
Version: 0.3.4.
|
|
3
|
+
Version: 0.3.4.dev27
|
|
4
4
|
Summary: The ultimate Python tool for RObot Descriptions processing.
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
5
|
+
Author-email: Diego Ferigo <dgferigo@gmail.com>
|
|
6
|
+
Maintainer-email: Filippo Luca Ferretti <filippo.ferretti@iit.it>, Carlotta Sartore <carlotta.sartore@iit.it>
|
|
7
|
+
License: BSD 3-Clause License
|
|
8
|
+
|
|
9
|
+
Copyright (c) 2022, Artificial and Mechanical Intelligence
|
|
10
|
+
All rights reserved.
|
|
11
|
+
|
|
12
|
+
Redistribution and use in source and binary forms, with or without
|
|
13
|
+
modification, are permitted provided that the following conditions are met:
|
|
14
|
+
|
|
15
|
+
1. Redistributions of source code must retain the above copyright notice, this
|
|
16
|
+
list of conditions and the following disclaimer.
|
|
17
|
+
|
|
18
|
+
2. Redistributions in binary form must reproduce the above copyright notice,
|
|
19
|
+
this list of conditions and the following disclaimer in the documentation
|
|
20
|
+
and/or other materials provided with the distribution.
|
|
21
|
+
|
|
22
|
+
3. Neither the name of the copyright holder nor the names of its
|
|
23
|
+
contributors may be used to endorse or promote products derived from
|
|
24
|
+
this software without specific prior written permission.
|
|
25
|
+
|
|
26
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
27
|
+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
28
|
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
29
|
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
|
30
|
+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
31
|
+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
|
32
|
+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
33
|
+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
34
|
+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
35
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
36
|
+
|
|
9
37
|
Project-URL: Changelog, https://github.com/ami-iit/rod/releases
|
|
10
38
|
Project-URL: Source, https://github.com/ami-iit/rod
|
|
11
39
|
Project-URL: Tracker, https://github.com/ami-iit/rod/issues
|
|
12
40
|
Keywords: description,gazebo,parser,robot,robotics,ros,sdf,sdformat,simulator,simulation,urdf
|
|
13
|
-
Platform: any
|
|
14
41
|
Classifier: Development Status :: 5 - Production/Stable
|
|
15
42
|
Classifier: Framework :: Robot Framework
|
|
16
43
|
Classifier: Intended Audience :: Science/Research
|
|
@@ -25,6 +52,7 @@ Classifier: Programming Language :: Python :: 3
|
|
|
25
52
|
Classifier: Programming Language :: Python :: 3.10
|
|
26
53
|
Classifier: Programming Language :: Python :: 3.11
|
|
27
54
|
Classifier: Programming Language :: Python :: 3.12
|
|
55
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
28
56
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
29
57
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
30
58
|
Classifier: Topic :: Games/Entertainment :: Simulation
|
|
@@ -40,23 +68,17 @@ Requires-Dist: scipy
|
|
|
40
68
|
Requires-Dist: trimesh
|
|
41
69
|
Requires-Dist: xmltodict
|
|
42
70
|
Provides-Extra: style
|
|
43
|
-
Requires-Dist: black; extra == "style"
|
|
71
|
+
Requires-Dist: black~=24.0; extra == "style"
|
|
44
72
|
Requires-Dist: isort; extra == "style"
|
|
45
73
|
Provides-Extra: pptree
|
|
46
74
|
Requires-Dist: pptree; extra == "pptree"
|
|
47
|
-
Provides-Extra:
|
|
48
|
-
Requires-Dist: idyntree; extra == "
|
|
49
|
-
Requires-Dist: pytest; extra == "
|
|
50
|
-
Requires-Dist: pytest-icdiff; extra == "
|
|
51
|
-
Requires-Dist: robot-descriptions; extra == "
|
|
75
|
+
Provides-Extra: testing
|
|
76
|
+
Requires-Dist: idyntree>=12.2.1; extra == "testing"
|
|
77
|
+
Requires-Dist: pytest>=6.0; extra == "testing"
|
|
78
|
+
Requires-Dist: pytest-icdiff; extra == "testing"
|
|
79
|
+
Requires-Dist: robot-descriptions; extra == "testing"
|
|
52
80
|
Provides-Extra: all
|
|
53
|
-
Requires-Dist:
|
|
54
|
-
Requires-Dist: isort; extra == "all"
|
|
55
|
-
Requires-Dist: pptree; extra == "all"
|
|
56
|
-
Requires-Dist: idyntree; extra == "all"
|
|
57
|
-
Requires-Dist: pytest; extra == "all"
|
|
58
|
-
Requires-Dist: pytest-icdiff; extra == "all"
|
|
59
|
-
Requires-Dist: robot-descriptions; extra == "all"
|
|
81
|
+
Requires-Dist: rod[pptree,style,testing]; extra == "all"
|
|
60
82
|
|
|
61
83
|
# RObot Description processor
|
|
62
84
|
|
|
@@ -305,13 +327,25 @@ print(urdf_string)
|
|
|
305
327
|
Pull requests are welcome.
|
|
306
328
|
For major changes, please open an issue first to discuss what you would like to change.
|
|
307
329
|
|
|
308
|
-
##
|
|
330
|
+
## People
|
|
331
|
+
|
|
332
|
+
### Author
|
|
309
333
|
|
|
310
334
|
| [<img src="https://github.com/diegoferigo.png" width="40">][df] | [@diegoferigo][df] |
|
|
311
335
|
|:---------------------------------------------------------------:|:------------------:|
|
|
312
336
|
|
|
313
337
|
[df]: https://github.com/diegoferigo
|
|
314
338
|
|
|
339
|
+
### Maintainers
|
|
340
|
+
|
|
341
|
+
| [<img src="https://github.com/flferretti.png" width="40">][ff] | [@flferretti][ff] | [<img src="https://github.com/CarlottaSartore.png" width="40">][cs] | [@CarlottaSartore][cs] |
|
|
342
|
+
|:---------------------------------------------------------------:|:------------------:|:---------------------------------------------------------------:|:------------------:|
|
|
343
|
+
|
|
344
|
+
|
|
345
|
+
|
|
346
|
+
[ff]: https://github.com/flferretti
|
|
347
|
+
[cs]: https://github.com/CarlottaSartore
|
|
348
|
+
|
|
315
349
|
## License
|
|
316
350
|
|
|
317
351
|
[BSD3](https://choosealicense.com/licenses/bsd-3-clause/)
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
LICENSE
|
|
4
4
|
README.md
|
|
5
5
|
pyproject.toml
|
|
6
|
-
setup.cfg
|
|
7
6
|
setup.py
|
|
7
|
+
.github/CODEOWNERS
|
|
8
8
|
.github/workflows/ci_cd.yml
|
|
9
9
|
src/rod/__init__.py
|
|
10
10
|
src/rod/logging.py
|
|
@@ -12,7 +12,6 @@ src/rod/pretty_printer.py
|
|
|
12
12
|
src/rod.egg-info/PKG-INFO
|
|
13
13
|
src/rod.egg-info/SOURCES.txt
|
|
14
14
|
src/rod.egg-info/dependency_links.txt
|
|
15
|
-
src/rod.egg-info/not-zip-safe
|
|
16
15
|
src/rod.egg-info/requires.txt
|
|
17
16
|
src/rod.egg-info/top_level.txt
|
|
18
17
|
src/rod/builder/__init__.py
|
|
@@ -8,23 +8,17 @@ trimesh
|
|
|
8
8
|
xmltodict
|
|
9
9
|
|
|
10
10
|
[all]
|
|
11
|
-
|
|
12
|
-
isort
|
|
13
|
-
pptree
|
|
14
|
-
idyntree
|
|
15
|
-
pytest
|
|
16
|
-
pytest-icdiff
|
|
17
|
-
robot-descriptions
|
|
11
|
+
rod[pptree,style,testing]
|
|
18
12
|
|
|
19
13
|
[pptree]
|
|
20
14
|
pptree
|
|
21
15
|
|
|
22
16
|
[style]
|
|
23
|
-
black
|
|
17
|
+
black~=24.0
|
|
24
18
|
isort
|
|
25
19
|
|
|
26
|
-
[
|
|
27
|
-
idyntree
|
|
28
|
-
pytest
|
|
20
|
+
[testing]
|
|
21
|
+
idyntree>=12.2.1
|
|
22
|
+
pytest>=6.0
|
|
29
23
|
pytest-icdiff
|
|
30
24
|
robot-descriptions
|
rod-0.3.4.dev21/pyproject.toml
DELETED
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
[build-system]
|
|
2
|
-
requires = [
|
|
3
|
-
"wheel",
|
|
4
|
-
"setuptools>=45",
|
|
5
|
-
"setuptools_scm[toml]>=6.2",
|
|
6
|
-
]
|
|
7
|
-
build-backend = "setuptools.build_meta"
|
|
8
|
-
|
|
9
|
-
[tool.setuptools_scm]
|
|
10
|
-
local_scheme = "dirty-tag"
|
|
11
|
-
|
|
12
|
-
[tool.black]
|
|
13
|
-
line-length = 88
|
|
14
|
-
|
|
15
|
-
[tool.isort]
|
|
16
|
-
profile = "black"
|
|
17
|
-
multi_line_output = 3
|
|
18
|
-
|
|
19
|
-
[tool.cibuildwheel]
|
|
20
|
-
build-frontend = "build"
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
# ==================
|
|
24
|
-
# Ruff configuration
|
|
25
|
-
# ==================
|
|
26
|
-
|
|
27
|
-
[tool.ruff]
|
|
28
|
-
exclude = [
|
|
29
|
-
".git",
|
|
30
|
-
".pytest_cache",
|
|
31
|
-
".ruff_cache",
|
|
32
|
-
".vscode",
|
|
33
|
-
".devcontainer",
|
|
34
|
-
"__pycache__",
|
|
35
|
-
]
|
|
36
|
-
preview = true
|
|
37
|
-
|
|
38
|
-
[tool.ruff.lint]
|
|
39
|
-
# https://docs.astral.sh/ruff/rules/
|
|
40
|
-
select = [
|
|
41
|
-
"B",
|
|
42
|
-
"E",
|
|
43
|
-
"F",
|
|
44
|
-
"I",
|
|
45
|
-
"W",
|
|
46
|
-
"RUF",
|
|
47
|
-
"UP",
|
|
48
|
-
"YTT",
|
|
49
|
-
]
|
|
50
|
-
|
|
51
|
-
ignore = [
|
|
52
|
-
"B008", # Function call in default argument
|
|
53
|
-
"B024", # Abstract base class without abstract methods
|
|
54
|
-
"E402", # Module level import not at top of file
|
|
55
|
-
"E501", # Line too long
|
|
56
|
-
"E731", # Do not assign a `lambda` expression, use a `def`
|
|
57
|
-
"E741", # Ambiguous variable name
|
|
58
|
-
"I001", # Import block is unsorted or unformatted
|
|
59
|
-
"RUF003", # Ambigous unicode character in comment
|
|
60
|
-
]
|
|
61
|
-
|
|
62
|
-
[tool.ruff.lint.per-file-ignores]
|
|
63
|
-
# Ignore `E402` (import violations) in all `__init__.py` files
|
|
64
|
-
"__init__.py" = ["F401", "F821"]
|
rod-0.3.4.dev21/setup.cfg
DELETED
|
@@ -1,89 +0,0 @@
|
|
|
1
|
-
[metadata]
|
|
2
|
-
name = rod
|
|
3
|
-
description = The ultimate Python tool for RObot Descriptions processing.
|
|
4
|
-
long_description = file: README.md
|
|
5
|
-
long_description_content_type = text/markdown
|
|
6
|
-
author = Diego Ferigo
|
|
7
|
-
author_email = diego.ferigo@iit.it
|
|
8
|
-
license = BSD
|
|
9
|
-
license_files = LICENSE
|
|
10
|
-
platforms = any
|
|
11
|
-
url = https://github.com/ami-iit/rod
|
|
12
|
-
project_urls =
|
|
13
|
-
Changelog = https://github.com/ami-iit/rod/releases
|
|
14
|
-
Source = https://github.com/ami-iit/rod
|
|
15
|
-
Tracker = https://github.com/ami-iit/rod/issues
|
|
16
|
-
keywords =
|
|
17
|
-
description
|
|
18
|
-
gazebo
|
|
19
|
-
parser
|
|
20
|
-
robot
|
|
21
|
-
robotics
|
|
22
|
-
ros
|
|
23
|
-
sdf
|
|
24
|
-
sdformat
|
|
25
|
-
simulator
|
|
26
|
-
simulation
|
|
27
|
-
urdf
|
|
28
|
-
classifiers =
|
|
29
|
-
Development Status :: 5 - Production/Stable
|
|
30
|
-
Framework :: Robot Framework
|
|
31
|
-
Intended Audience :: Science/Research
|
|
32
|
-
Intended Audience :: Developers
|
|
33
|
-
Intended Audience :: Education
|
|
34
|
-
License :: OSI Approved :: BSD License
|
|
35
|
-
Operating System :: OS Independent
|
|
36
|
-
Operating System :: POSIX :: Linux
|
|
37
|
-
Operating System :: MacOS
|
|
38
|
-
Operating System :: Microsoft :: Windows
|
|
39
|
-
Programming Language :: Python :: 3
|
|
40
|
-
Programming Language :: Python :: 3.10
|
|
41
|
-
Programming Language :: Python :: 3.11
|
|
42
|
-
Programming Language :: Python :: 3.12
|
|
43
|
-
Programming Language :: Python :: 3 :: Only
|
|
44
|
-
Programming Language :: Python :: Implementation :: CPython
|
|
45
|
-
Topic :: Games/Entertainment :: Simulation
|
|
46
|
-
|
|
47
|
-
[options]
|
|
48
|
-
zip_safe = False
|
|
49
|
-
packages = find:
|
|
50
|
-
package_dir =
|
|
51
|
-
=src
|
|
52
|
-
python_requires = >=3.10
|
|
53
|
-
install_requires =
|
|
54
|
-
coloredlogs
|
|
55
|
-
mashumaro
|
|
56
|
-
numpy
|
|
57
|
-
packaging
|
|
58
|
-
resolve-robotics-uri-py
|
|
59
|
-
scipy
|
|
60
|
-
trimesh
|
|
61
|
-
xmltodict
|
|
62
|
-
|
|
63
|
-
[options.extras_require]
|
|
64
|
-
style =
|
|
65
|
-
black
|
|
66
|
-
isort
|
|
67
|
-
pptree =
|
|
68
|
-
pptree
|
|
69
|
-
test =
|
|
70
|
-
idyntree
|
|
71
|
-
pytest
|
|
72
|
-
pytest-icdiff
|
|
73
|
-
robot-descriptions
|
|
74
|
-
all =
|
|
75
|
-
%(style)s
|
|
76
|
-
%(pptree)s
|
|
77
|
-
%(test)s
|
|
78
|
-
|
|
79
|
-
[options.packages.find]
|
|
80
|
-
where = src
|
|
81
|
-
|
|
82
|
-
[tool:pytest]
|
|
83
|
-
addopts = -rsxX -v --strict-markers
|
|
84
|
-
testpaths = tests
|
|
85
|
-
|
|
86
|
-
[egg_info]
|
|
87
|
-
tag_build =
|
|
88
|
-
tag_date = 0
|
|
89
|
-
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|