standardbots 2.20241003.44__tar.gz → 2.20241003.45__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.
Potentially problematic release.
This version of standardbots might be problematic. Click here for more details.
- {standardbots-2.20241003.44 → standardbots-2.20241003.45}/PKG-INFO +1 -1
- {standardbots-2.20241003.44 → standardbots-2.20241003.45}/setup.py +1 -1
- {standardbots-2.20241003.44 → standardbots-2.20241003.45}/standardbots/auto_generated/apis.py +0 -3
- {standardbots-2.20241003.44 → standardbots-2.20241003.45}/standardbots.egg-info/PKG-INFO +1 -1
- {standardbots-2.20241003.44 → standardbots-2.20241003.45}/setup.cfg +0 -0
- {standardbots-2.20241003.44 → standardbots-2.20241003.45}/standardbots/__init__.py +0 -0
- {standardbots-2.20241003.44 → standardbots-2.20241003.45}/standardbots/auto_generated/__init__.py +0 -0
- {standardbots-2.20241003.44 → standardbots-2.20241003.45}/standardbots/auto_generated/models.py +0 -0
- {standardbots-2.20241003.44 → standardbots-2.20241003.45}/standardbots.egg-info/SOURCES.txt +0 -0
- {standardbots-2.20241003.44 → standardbots-2.20241003.45}/standardbots.egg-info/dependency_links.txt +0 -0
- {standardbots-2.20241003.44 → standardbots-2.20241003.45}/standardbots.egg-info/requires.txt +0 -0
- {standardbots-2.20241003.44 → standardbots-2.20241003.45}/standardbots.egg-info/top_level.txt +0 -0
{standardbots-2.20241003.44 → standardbots-2.20241003.45}/standardbots/auto_generated/apis.py
RENAMED
|
@@ -484,7 +484,6 @@ class Movement:
|
|
|
484
484
|
reference_frame: str = 'base',
|
|
485
485
|
axis_alignment: str = 'base',
|
|
486
486
|
local_accuracy_calibration: str | None = None,
|
|
487
|
-
movement_kind: models.MovementKindEnum | None = models.MovementKindEnum.Joint,
|
|
488
487
|
):
|
|
489
488
|
return self.move_tooltip(
|
|
490
489
|
position=position,
|
|
@@ -492,7 +491,6 @@ class Movement:
|
|
|
492
491
|
reference_frame=reference_frame,
|
|
493
492
|
axis_alignment=axis_alignment,
|
|
494
493
|
local_accuracy_calibration=local_accuracy_calibration,
|
|
495
|
-
movement_kind=movement_kind
|
|
496
494
|
)
|
|
497
495
|
|
|
498
496
|
def move_tooltip(
|
|
@@ -502,7 +500,6 @@ class Movement:
|
|
|
502
500
|
reference_frame: str = 'base',
|
|
503
501
|
axis_alignment: str = 'base',
|
|
504
502
|
local_accuracy_calibration: str | None = None,
|
|
505
|
-
movement_kind: models.MovementKindEnum | None = models.MovementKindEnum.Joint
|
|
506
503
|
):
|
|
507
504
|
"""Move tooltip of robot to specified position
|
|
508
505
|
"""
|
|
File without changes
|
|
File without changes
|
{standardbots-2.20241003.44 → standardbots-2.20241003.45}/standardbots/auto_generated/__init__.py
RENAMED
|
File without changes
|
{standardbots-2.20241003.44 → standardbots-2.20241003.45}/standardbots/auto_generated/models.py
RENAMED
|
File without changes
|
|
File without changes
|
{standardbots-2.20241003.44 → standardbots-2.20241003.45}/standardbots.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{standardbots-2.20241003.44 → standardbots-2.20241003.45}/standardbots.egg-info/requires.txt
RENAMED
|
File without changes
|
{standardbots-2.20241003.44 → standardbots-2.20241003.45}/standardbots.egg-info/top_level.txt
RENAMED
|
File without changes
|