rod 0.3.4.dev29__tar.gz → 0.3.5.dev8__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.5.dev8/.gitattributes +5 -0
- {rod-0.3.4.dev29 → rod-0.3.5.dev8}/.gitignore +4 -0
- {rod-0.3.4.dev29 → rod-0.3.5.dev8}/PKG-INFO +21 -1
- {rod-0.3.4.dev29 → rod-0.3.5.dev8}/README.md +20 -0
- rod-0.3.5.dev8/pixi.lock +3 -0
- {rod-0.3.4.dev29 → rod-0.3.5.dev8}/pyproject.toml +34 -0
- {rod-0.3.4.dev29 → rod-0.3.5.dev8}/src/rod.egg-info/PKG-INFO +21 -1
- {rod-0.3.4.dev29 → rod-0.3.5.dev8}/src/rod.egg-info/SOURCES.txt +2 -0
- {rod-0.3.4.dev29 → rod-0.3.5.dev8}/.github/CODEOWNERS +0 -0
- {rod-0.3.4.dev29 → rod-0.3.5.dev8}/.github/workflows/ci_cd.yml +0 -0
- {rod-0.3.4.dev29 → rod-0.3.5.dev8}/.pre-commit-config.yaml +0 -0
- {rod-0.3.4.dev29 → rod-0.3.5.dev8}/LICENSE +0 -0
- {rod-0.3.4.dev29 → rod-0.3.5.dev8}/setup.cfg +0 -0
- {rod-0.3.4.dev29 → rod-0.3.5.dev8}/setup.py +0 -0
- {rod-0.3.4.dev29 → rod-0.3.5.dev8}/src/rod/__init__.py +0 -0
- {rod-0.3.4.dev29 → rod-0.3.5.dev8}/src/rod/builder/__init__.py +0 -0
- {rod-0.3.4.dev29 → rod-0.3.5.dev8}/src/rod/builder/primitive_builder.py +0 -0
- {rod-0.3.4.dev29 → rod-0.3.5.dev8}/src/rod/builder/primitives.py +0 -0
- {rod-0.3.4.dev29 → rod-0.3.5.dev8}/src/rod/kinematics/__init__.py +0 -0
- {rod-0.3.4.dev29 → rod-0.3.5.dev8}/src/rod/kinematics/kinematic_tree.py +0 -0
- {rod-0.3.4.dev29 → rod-0.3.5.dev8}/src/rod/kinematics/tree_transforms.py +0 -0
- {rod-0.3.4.dev29 → rod-0.3.5.dev8}/src/rod/logging.py +0 -0
- {rod-0.3.4.dev29 → rod-0.3.5.dev8}/src/rod/pretty_printer.py +0 -0
- {rod-0.3.4.dev29 → rod-0.3.5.dev8}/src/rod/sdf/__init__.py +0 -0
- {rod-0.3.4.dev29 → rod-0.3.5.dev8}/src/rod/sdf/collision.py +0 -0
- {rod-0.3.4.dev29 → rod-0.3.5.dev8}/src/rod/sdf/common.py +0 -0
- {rod-0.3.4.dev29 → rod-0.3.5.dev8}/src/rod/sdf/element.py +0 -0
- {rod-0.3.4.dev29 → rod-0.3.5.dev8}/src/rod/sdf/geometry.py +0 -0
- {rod-0.3.4.dev29 → rod-0.3.5.dev8}/src/rod/sdf/joint.py +0 -0
- {rod-0.3.4.dev29 → rod-0.3.5.dev8}/src/rod/sdf/link.py +0 -0
- {rod-0.3.4.dev29 → rod-0.3.5.dev8}/src/rod/sdf/material.py +0 -0
- {rod-0.3.4.dev29 → rod-0.3.5.dev8}/src/rod/sdf/model.py +0 -0
- {rod-0.3.4.dev29 → rod-0.3.5.dev8}/src/rod/sdf/physics.py +0 -0
- {rod-0.3.4.dev29 → rod-0.3.5.dev8}/src/rod/sdf/scene.py +0 -0
- {rod-0.3.4.dev29 → rod-0.3.5.dev8}/src/rod/sdf/sdf.py +0 -0
- {rod-0.3.4.dev29 → rod-0.3.5.dev8}/src/rod/sdf/visual.py +0 -0
- {rod-0.3.4.dev29 → rod-0.3.5.dev8}/src/rod/sdf/world.py +0 -0
- {rod-0.3.4.dev29 → rod-0.3.5.dev8}/src/rod/tree/__init__.py +0 -0
- {rod-0.3.4.dev29 → rod-0.3.5.dev8}/src/rod/tree/directed_tree.py +0 -0
- {rod-0.3.4.dev29 → rod-0.3.5.dev8}/src/rod/tree/tree_elements.py +0 -0
- {rod-0.3.4.dev29 → rod-0.3.5.dev8}/src/rod/urdf/__init__.py +0 -0
- {rod-0.3.4.dev29 → rod-0.3.5.dev8}/src/rod/urdf/exporter.py +0 -0
- {rod-0.3.4.dev29 → rod-0.3.5.dev8}/src/rod/utils/__init__.py +0 -0
- {rod-0.3.4.dev29 → rod-0.3.5.dev8}/src/rod/utils/frame_convention.py +0 -0
- {rod-0.3.4.dev29 → rod-0.3.5.dev8}/src/rod/utils/gazebo.py +0 -0
- {rod-0.3.4.dev29 → rod-0.3.5.dev8}/src/rod/utils/resolve_frames.py +0 -0
- {rod-0.3.4.dev29 → rod-0.3.5.dev8}/src/rod/utils/resolve_uris.py +0 -0
- {rod-0.3.4.dev29 → rod-0.3.5.dev8}/src/rod.egg-info/dependency_links.txt +0 -0
- {rod-0.3.4.dev29 → rod-0.3.5.dev8}/src/rod.egg-info/requires.txt +0 -0
- {rod-0.3.4.dev29 → rod-0.3.5.dev8}/src/rod.egg-info/top_level.txt +0 -0
- {rod-0.3.4.dev29 → rod-0.3.5.dev8}/tests/test_meshbuilder.py +0 -0
- {rod-0.3.4.dev29 → rod-0.3.5.dev8}/tests/test_urdf_exporter.py +0 -0
- {rod-0.3.4.dev29 → rod-0.3.5.dev8}/tests/test_urdf_parsing.py +0 -0
- {rod-0.3.4.dev29 → rod-0.3.5.dev8}/tests/utils_models.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: rod
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.5.dev8
|
|
4
4
|
Summary: The ultimate Python tool for RObot Descriptions processing.
|
|
5
5
|
Author-email: Diego Ferigo <dgferigo@gmail.com>
|
|
6
6
|
Maintainer-email: Filippo Luca Ferretti <filippo.ferretti@iit.it>, Carlotta Sartore <carlotta.sartore@iit.it>
|
|
@@ -148,6 +148,26 @@ This will automatically install `sdformat` and `gz-tools`.
|
|
|
148
148
|
|
|
149
149
|
</details>
|
|
150
150
|
|
|
151
|
+
<details>
|
|
152
|
+
<summary>Using pixi</summary>
|
|
153
|
+
|
|
154
|
+
[`pixi`](https://pixi.sh) definetly provides the quickest way to start using ROD. You can run the tests by executing:
|
|
155
|
+
|
|
156
|
+
```bash
|
|
157
|
+
pixi run test
|
|
158
|
+
```
|
|
159
|
+
|
|
160
|
+
or install the default dependencies with:
|
|
161
|
+
|
|
162
|
+
```bash
|
|
163
|
+
pixi install
|
|
164
|
+
```
|
|
165
|
+
|
|
166
|
+
check out the [pyproject.toml](./pyproject.toml) file for the list of all available features and read the [`pixi`](https://pixi.sh) documentation for more information.
|
|
167
|
+
|
|
168
|
+
</details>
|
|
169
|
+
|
|
170
|
+
|
|
151
171
|
<details>
|
|
152
172
|
<summary>Using pip</summary>
|
|
153
173
|
|
|
@@ -66,6 +66,26 @@ This will automatically install `sdformat` and `gz-tools`.
|
|
|
66
66
|
|
|
67
67
|
</details>
|
|
68
68
|
|
|
69
|
+
<details>
|
|
70
|
+
<summary>Using pixi</summary>
|
|
71
|
+
|
|
72
|
+
[`pixi`](https://pixi.sh) definetly provides the quickest way to start using ROD. You can run the tests by executing:
|
|
73
|
+
|
|
74
|
+
```bash
|
|
75
|
+
pixi run test
|
|
76
|
+
```
|
|
77
|
+
|
|
78
|
+
or install the default dependencies with:
|
|
79
|
+
|
|
80
|
+
```bash
|
|
81
|
+
pixi install
|
|
82
|
+
```
|
|
83
|
+
|
|
84
|
+
check out the [pyproject.toml](./pyproject.toml) file for the list of all available features and read the [`pixi`](https://pixi.sh) documentation for more information.
|
|
85
|
+
|
|
86
|
+
</details>
|
|
87
|
+
|
|
88
|
+
|
|
69
89
|
<details>
|
|
70
90
|
<summary>Using pip</summary>
|
|
71
91
|
|
rod-0.3.5.dev8/pixi.lock
ADDED
|
@@ -164,3 +164,37 @@ ignore = [
|
|
|
164
164
|
[tool.ruff.lint.per-file-ignores]
|
|
165
165
|
# Ignore `E402` (import violations) in all `__init__.py` files
|
|
166
166
|
"__init__.py" = ["F401", "F821"]
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
# ==================
|
|
170
|
+
# Pixi configuration
|
|
171
|
+
# ==================
|
|
172
|
+
|
|
173
|
+
[tool.pixi.project]
|
|
174
|
+
channels = ["conda-forge"]
|
|
175
|
+
platforms = ["linux-64"]
|
|
176
|
+
|
|
177
|
+
[tool.pixi.dependencies]
|
|
178
|
+
resolve-robotics-uri-py = "*"
|
|
179
|
+
trimesh = "*"
|
|
180
|
+
xmltodict = "*"
|
|
181
|
+
coloredlogs = "*"
|
|
182
|
+
mashumaro = "*"
|
|
183
|
+
gz-tools2 = "*"
|
|
184
|
+
libsdformat13 = "*"
|
|
185
|
+
numpy = "*"
|
|
186
|
+
scipy = "*"
|
|
187
|
+
packaging = "*"
|
|
188
|
+
|
|
189
|
+
[tool.pixi.pypi-dependencies]
|
|
190
|
+
rod = { path = ".", editable = true }
|
|
191
|
+
|
|
192
|
+
[tool.pixi.environments]
|
|
193
|
+
default = { solve-group = "default" }
|
|
194
|
+
all = { features = ["all", "style", "pptree", "testing"], solve-group = "default" }
|
|
195
|
+
pptree = { features = ["pptree"], solve-group = "default" }
|
|
196
|
+
style = { features = ["style"], solve-group = "default" }
|
|
197
|
+
testing = { features = ["testing"], solve-group = "default" }
|
|
198
|
+
|
|
199
|
+
[tool.pixi.feature.testing.tasks]
|
|
200
|
+
test = "pytest -vv"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: rod
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.5.dev8
|
|
4
4
|
Summary: The ultimate Python tool for RObot Descriptions processing.
|
|
5
5
|
Author-email: Diego Ferigo <dgferigo@gmail.com>
|
|
6
6
|
Maintainer-email: Filippo Luca Ferretti <filippo.ferretti@iit.it>, Carlotta Sartore <carlotta.sartore@iit.it>
|
|
@@ -148,6 +148,26 @@ This will automatically install `sdformat` and `gz-tools`.
|
|
|
148
148
|
|
|
149
149
|
</details>
|
|
150
150
|
|
|
151
|
+
<details>
|
|
152
|
+
<summary>Using pixi</summary>
|
|
153
|
+
|
|
154
|
+
[`pixi`](https://pixi.sh) definetly provides the quickest way to start using ROD. You can run the tests by executing:
|
|
155
|
+
|
|
156
|
+
```bash
|
|
157
|
+
pixi run test
|
|
158
|
+
```
|
|
159
|
+
|
|
160
|
+
or install the default dependencies with:
|
|
161
|
+
|
|
162
|
+
```bash
|
|
163
|
+
pixi install
|
|
164
|
+
```
|
|
165
|
+
|
|
166
|
+
check out the [pyproject.toml](./pyproject.toml) file for the list of all available features and read the [`pixi`](https://pixi.sh) documentation for more information.
|
|
167
|
+
|
|
168
|
+
</details>
|
|
169
|
+
|
|
170
|
+
|
|
151
171
|
<details>
|
|
152
172
|
<summary>Using pip</summary>
|
|
153
173
|
|
|
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
|
|
File without changes
|
|
File without changes
|