rod 0.4.1.dev9__tar.gz → 0.4.1.dev14__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.4.1.dev14/.github/release.yml +5 -0
- {rod-0.4.1.dev9 → rod-0.4.1.dev14}/PKG-INFO +1 -1
- {rod-0.4.1.dev9 → rod-0.4.1.dev14}/src/rod/sdf/joint.py +1 -1
- {rod-0.4.1.dev9 → rod-0.4.1.dev14}/src/rod/urdf/exporter.py +10 -2
- {rod-0.4.1.dev9 → rod-0.4.1.dev14}/src/rod.egg-info/PKG-INFO +1 -1
- rod-0.4.1.dev9/.github/release.yml +0 -5
- {rod-0.4.1.dev9 → rod-0.4.1.dev14}/.gitattributes +0 -0
- {rod-0.4.1.dev9 → rod-0.4.1.dev14}/.github/CODEOWNERS +0 -0
- {rod-0.4.1.dev9 → rod-0.4.1.dev14}/.github/workflows/ci_cd.yml +0 -0
- {rod-0.4.1.dev9 → rod-0.4.1.dev14}/.gitignore +0 -0
- {rod-0.4.1.dev9 → rod-0.4.1.dev14}/.pre-commit-config.yaml +0 -0
- {rod-0.4.1.dev9 → rod-0.4.1.dev14}/LICENSE +0 -0
- {rod-0.4.1.dev9 → rod-0.4.1.dev14}/README.md +0 -0
- {rod-0.4.1.dev9 → rod-0.4.1.dev14}/environment.yml +0 -0
- {rod-0.4.1.dev9 → rod-0.4.1.dev14}/pixi.lock +0 -0
- {rod-0.4.1.dev9 → rod-0.4.1.dev14}/pyproject.toml +0 -0
- {rod-0.4.1.dev9 → rod-0.4.1.dev14}/setup.cfg +0 -0
- {rod-0.4.1.dev9 → rod-0.4.1.dev14}/setup.py +0 -0
- {rod-0.4.1.dev9 → rod-0.4.1.dev14}/src/rod/__init__.py +0 -0
- {rod-0.4.1.dev9 → rod-0.4.1.dev14}/src/rod/__main__.py +0 -0
- {rod-0.4.1.dev9 → rod-0.4.1.dev14}/src/rod/builder/__init__.py +0 -0
- {rod-0.4.1.dev9 → rod-0.4.1.dev14}/src/rod/builder/primitive_builder.py +0 -0
- {rod-0.4.1.dev9 → rod-0.4.1.dev14}/src/rod/builder/primitives.py +0 -0
- {rod-0.4.1.dev9 → rod-0.4.1.dev14}/src/rod/kinematics/__init__.py +0 -0
- {rod-0.4.1.dev9 → rod-0.4.1.dev14}/src/rod/kinematics/kinematic_tree.py +0 -0
- {rod-0.4.1.dev9 → rod-0.4.1.dev14}/src/rod/kinematics/tree_transforms.py +0 -0
- {rod-0.4.1.dev9 → rod-0.4.1.dev14}/src/rod/logging.py +0 -0
- {rod-0.4.1.dev9 → rod-0.4.1.dev14}/src/rod/pretty_printer.py +0 -0
- {rod-0.4.1.dev9 → rod-0.4.1.dev14}/src/rod/sdf/__init__.py +0 -0
- {rod-0.4.1.dev9 → rod-0.4.1.dev14}/src/rod/sdf/collision.py +0 -0
- {rod-0.4.1.dev9 → rod-0.4.1.dev14}/src/rod/sdf/common.py +0 -0
- {rod-0.4.1.dev9 → rod-0.4.1.dev14}/src/rod/sdf/element.py +0 -0
- {rod-0.4.1.dev9 → rod-0.4.1.dev14}/src/rod/sdf/geometry.py +0 -0
- {rod-0.4.1.dev9 → rod-0.4.1.dev14}/src/rod/sdf/link.py +0 -0
- {rod-0.4.1.dev9 → rod-0.4.1.dev14}/src/rod/sdf/material.py +0 -0
- {rod-0.4.1.dev9 → rod-0.4.1.dev14}/src/rod/sdf/model.py +0 -0
- {rod-0.4.1.dev9 → rod-0.4.1.dev14}/src/rod/sdf/physics.py +0 -0
- {rod-0.4.1.dev9 → rod-0.4.1.dev14}/src/rod/sdf/scene.py +0 -0
- {rod-0.4.1.dev9 → rod-0.4.1.dev14}/src/rod/sdf/sdf.py +0 -0
- {rod-0.4.1.dev9 → rod-0.4.1.dev14}/src/rod/sdf/visual.py +0 -0
- {rod-0.4.1.dev9 → rod-0.4.1.dev14}/src/rod/sdf/world.py +0 -0
- {rod-0.4.1.dev9 → rod-0.4.1.dev14}/src/rod/tree/__init__.py +0 -0
- {rod-0.4.1.dev9 → rod-0.4.1.dev14}/src/rod/tree/directed_tree.py +0 -0
- {rod-0.4.1.dev9 → rod-0.4.1.dev14}/src/rod/tree/tree_elements.py +0 -0
- {rod-0.4.1.dev9 → rod-0.4.1.dev14}/src/rod/urdf/__init__.py +0 -0
- {rod-0.4.1.dev9 → rod-0.4.1.dev14}/src/rod/utils/__init__.py +0 -0
- {rod-0.4.1.dev9 → rod-0.4.1.dev14}/src/rod/utils/frame_convention.py +0 -0
- {rod-0.4.1.dev9 → rod-0.4.1.dev14}/src/rod/utils/gazebo.py +0 -0
- {rod-0.4.1.dev9 → rod-0.4.1.dev14}/src/rod/utils/resolve_frames.py +0 -0
- {rod-0.4.1.dev9 → rod-0.4.1.dev14}/src/rod/utils/resolve_uris.py +0 -0
- {rod-0.4.1.dev9 → rod-0.4.1.dev14}/src/rod.egg-info/SOURCES.txt +0 -0
- {rod-0.4.1.dev9 → rod-0.4.1.dev14}/src/rod.egg-info/dependency_links.txt +0 -0
- {rod-0.4.1.dev9 → rod-0.4.1.dev14}/src/rod.egg-info/requires.txt +0 -0
- {rod-0.4.1.dev9 → rod-0.4.1.dev14}/src/rod.egg-info/top_level.txt +0 -0
- {rod-0.4.1.dev9 → rod-0.4.1.dev14}/tests/test_meshbuilder.py +0 -0
- {rod-0.4.1.dev9 → rod-0.4.1.dev14}/tests/test_urdf_exporter.py +0 -0
- {rod-0.4.1.dev9 → rod-0.4.1.dev14}/tests/test_urdf_parsing.py +0 -0
- {rod-0.4.1.dev9 → rod-0.4.1.dev14}/tests/utils_models.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: rod
|
|
3
|
-
Version: 0.4.1.
|
|
3
|
+
Version: 0.4.1.dev14
|
|
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>
|
|
@@ -343,12 +343,20 @@ class UrdfExporter(abc.ABC):
|
|
|
343
343
|
**(
|
|
344
344
|
{"@effort": j.axis.limit.effort}
|
|
345
345
|
if j.axis.limit.effort is not None
|
|
346
|
-
else
|
|
346
|
+
else (
|
|
347
|
+
{"@effort": np.finfo(np.float32).max}
|
|
348
|
+
if j.type in {"revolute", "prismatic"}
|
|
349
|
+
else {}
|
|
350
|
+
)
|
|
347
351
|
),
|
|
348
352
|
**(
|
|
349
353
|
{"@velocity": j.axis.limit.velocity}
|
|
350
354
|
if j.axis.limit.velocity is not None
|
|
351
|
-
else
|
|
355
|
+
else (
|
|
356
|
+
{"@velocity": np.finfo(np.float32).max}
|
|
357
|
+
if j.type in {"revolute", "prismatic"}
|
|
358
|
+
else {}
|
|
359
|
+
)
|
|
352
360
|
),
|
|
353
361
|
**(
|
|
354
362
|
{"@lower": j.axis.limit.lower}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: rod
|
|
3
|
-
Version: 0.4.1.
|
|
3
|
+
Version: 0.4.1.dev14
|
|
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>
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|