urkit 0.3.5__tar.gz → 0.3.6__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.
Files changed (39) hide show
  1. {urkit-0.3.5 → urkit-0.3.6}/PKG-INFO +2 -12
  2. {urkit-0.3.5 → urkit-0.3.6}/README.md +0 -10
  3. {urkit-0.3.5 → urkit-0.3.6}/pyproject.toml +3 -3
  4. {urkit-0.3.5 → urkit-0.3.6}/src/urkit/__init__.py +1 -1
  5. {urkit-0.3.5 → urkit-0.3.6}/src/urkit/robot.py +1 -1
  6. {urkit-0.3.5 → urkit-0.3.6}/src/urkit.egg-info/PKG-INFO +2 -12
  7. {urkit-0.3.5 → urkit-0.3.6}/setup.cfg +0 -0
  8. {urkit-0.3.5 → urkit-0.3.6}/src/urkit/__main__.py +0 -0
  9. {urkit-0.3.5 → urkit-0.3.6}/src/urkit/cli/__init__.py +0 -0
  10. {urkit-0.3.5 → urkit-0.3.6}/src/urkit/cli/colors.py +0 -0
  11. {urkit-0.3.5 → urkit-0.3.6}/src/urkit/cli/connection_monitor.py +0 -0
  12. {urkit-0.3.5 → urkit-0.3.6}/src/urkit/cli/points.py +0 -0
  13. {urkit-0.3.5 → urkit-0.3.6}/src/urkit/cli/teach.py +0 -0
  14. {urkit-0.3.5 → urkit-0.3.6}/src/urkit/config.py +0 -0
  15. {urkit-0.3.5 → urkit-0.3.6}/src/urkit/connection.py +0 -0
  16. {urkit-0.3.5 → urkit-0.3.6}/src/urkit/exceptions.py +0 -0
  17. {urkit-0.3.5 → urkit-0.3.6}/src/urkit/geometry.py +0 -0
  18. {urkit-0.3.5 → urkit-0.3.6}/src/urkit/gripper/__init__.py +0 -0
  19. {urkit-0.3.5 → urkit-0.3.6}/src/urkit/gripper/base.py +0 -0
  20. {urkit-0.3.5 → urkit-0.3.6}/src/urkit/gripper/digital.py +0 -0
  21. {urkit-0.3.5 → urkit-0.3.6}/src/urkit/gripper/presets.py +0 -0
  22. {urkit-0.3.5 → urkit-0.3.6}/src/urkit/gripper/robotiq.py +0 -0
  23. {urkit-0.3.5 → urkit-0.3.6}/src/urkit/gripper/robotiq_preamble.py +0 -0
  24. {urkit-0.3.5 → urkit-0.3.6}/src/urkit/io.py +0 -0
  25. {urkit-0.3.5 → urkit-0.3.6}/src/urkit/motion.py +0 -0
  26. {urkit-0.3.5 → urkit-0.3.6}/src/urkit/points.py +0 -0
  27. {urkit-0.3.5 → urkit-0.3.6}/src/urkit/telemetry.py +0 -0
  28. {urkit-0.3.5 → urkit-0.3.6}/src/urkit.egg-info/SOURCES.txt +0 -0
  29. {urkit-0.3.5 → urkit-0.3.6}/src/urkit.egg-info/dependency_links.txt +0 -0
  30. {urkit-0.3.5 → urkit-0.3.6}/src/urkit.egg-info/entry_points.txt +0 -0
  31. {urkit-0.3.5 → urkit-0.3.6}/src/urkit.egg-info/requires.txt +0 -0
  32. {urkit-0.3.5 → urkit-0.3.6}/src/urkit.egg-info/top_level.txt +0 -0
  33. {urkit-0.3.5 → urkit-0.3.6}/tests/test_exceptions.py +0 -0
  34. {urkit-0.3.5 → urkit-0.3.6}/tests/test_geometry.py +0 -0
  35. {urkit-0.3.5 → urkit-0.3.6}/tests/test_gripper.py +0 -0
  36. {urkit-0.3.5 → urkit-0.3.6}/tests/test_gripper_factory.py +0 -0
  37. {urkit-0.3.5 → urkit-0.3.6}/tests/test_gripper_presets.py +0 -0
  38. {urkit-0.3.5 → urkit-0.3.6}/tests/test_points.py +0 -0
  39. {urkit-0.3.5 → urkit-0.3.6}/tests/test_robot_integration.py +0 -0
@@ -1,11 +1,11 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: urkit
3
- Version: 0.3.5
3
+ Version: 0.3.6
4
4
  Summary: Universal Robots e-Series control toolkit built on ur_rtde
5
5
  Author: URKit Contributors
6
6
  License: MIT
7
7
  Project-URL: Repository, https://github.com/rodolfo-verde/urkit
8
- Keywords: universal-robots,ur3e,ur5e,ur7e,ur10e,ur12e,ur16e,ur8,ur15,ur18,ur20,ur30,rtde,robotics,industrial-robot
8
+ Keywords: universal-robots,ur3e,ur5e,ur7e,ur8,ur10e,ur12e,ur15,ur16e,ur18,ur20,ur30,rtde,robotics,industrial-robot
9
9
  Classifier: Development Status :: 3 - Alpha
10
10
  Classifier: Intended Audience :: Developers
11
11
  Classifier: License :: OSI Approved :: MIT License
@@ -671,13 +671,3 @@ The `URRobot` constructor takes a few seconds on first call: it validates the co
671
671
 
672
672
  See [CHANGELOG.md](CHANGELOG.md) for the full version history.
673
673
 
674
- ### Recent Changes
675
-
676
- - **v0.3.2** — Gripper speed/force keys (6/7), force/speed display
677
- - **v0.3.1** — Async motion, Space cancel, progress bar, joint display
678
- - **v0.3.0** — Safe/expert mode, speed_stop on exit, safety features
679
- - **v0.2.1** — `get_pose()` method
680
- - **v0.2.0** — README restructure
681
- - **v0.1.1** — `--gripper none`, `--config` flag, save config on demand
682
- - **v0.1.0** — Initial release
683
-
@@ -645,13 +645,3 @@ The `URRobot` constructor takes a few seconds on first call: it validates the co
645
645
 
646
646
  See [CHANGELOG.md](CHANGELOG.md) for the full version history.
647
647
 
648
- ### Recent Changes
649
-
650
- - **v0.3.2** — Gripper speed/force keys (6/7), force/speed display
651
- - **v0.3.1** — Async motion, Space cancel, progress bar, joint display
652
- - **v0.3.0** — Safe/expert mode, speed_stop on exit, safety features
653
- - **v0.2.1** — `get_pose()` method
654
- - **v0.2.0** — README restructure
655
- - **v0.1.1** — `--gripper none`, `--config` flag, save config on demand
656
- - **v0.1.0** — Initial release
657
-
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "urkit"
7
- version = "0.3.5"
7
+ version = "0.3.6"
8
8
  description = "Universal Robots e-Series control toolkit built on ur_rtde"
9
9
  readme = "README.md"
10
10
  license = {text = "MIT"}
@@ -18,11 +18,11 @@ keywords = [
18
18
  "ur3e",
19
19
  "ur5e",
20
20
  "ur7e",
21
+ "ur8",
21
22
  "ur10e",
22
23
  "ur12e",
23
- "ur16e",
24
- "ur8",
25
24
  "ur15",
25
+ "ur16e",
26
26
  "ur18",
27
27
  "ur20",
28
28
  "ur30",
@@ -24,7 +24,7 @@ Quick start::
24
24
 
25
25
  from __future__ import annotations
26
26
 
27
- __version__ = "0.3.5"
27
+ __version__ = "0.3.6"
28
28
 
29
29
  from urkit.config import load_config, resolve_config
30
30
  from urkit.exceptions import (
@@ -254,7 +254,7 @@ class URRobot:
254
254
 
255
255
  logger.info("URRobot initialized at %s", ip)
256
256
 
257
- def activate_gripper(self, *, timeout: float = 5.0) -> bool:
257
+ def activate_gripper(self, *, timeout: float = 10.0) -> bool:
258
258
  """Activate the gripper with a timeout.
259
259
 
260
260
  Tries to activate the configured gripper. If activation fails
@@ -1,11 +1,11 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: urkit
3
- Version: 0.3.5
3
+ Version: 0.3.6
4
4
  Summary: Universal Robots e-Series control toolkit built on ur_rtde
5
5
  Author: URKit Contributors
6
6
  License: MIT
7
7
  Project-URL: Repository, https://github.com/rodolfo-verde/urkit
8
- Keywords: universal-robots,ur3e,ur5e,ur7e,ur10e,ur12e,ur16e,ur8,ur15,ur18,ur20,ur30,rtde,robotics,industrial-robot
8
+ Keywords: universal-robots,ur3e,ur5e,ur7e,ur8,ur10e,ur12e,ur15,ur16e,ur18,ur20,ur30,rtde,robotics,industrial-robot
9
9
  Classifier: Development Status :: 3 - Alpha
10
10
  Classifier: Intended Audience :: Developers
11
11
  Classifier: License :: OSI Approved :: MIT License
@@ -671,13 +671,3 @@ The `URRobot` constructor takes a few seconds on first call: it validates the co
671
671
 
672
672
  See [CHANGELOG.md](CHANGELOG.md) for the full version history.
673
673
 
674
- ### Recent Changes
675
-
676
- - **v0.3.2** — Gripper speed/force keys (6/7), force/speed display
677
- - **v0.3.1** — Async motion, Space cancel, progress bar, joint display
678
- - **v0.3.0** — Safe/expert mode, speed_stop on exit, safety features
679
- - **v0.2.1** — `get_pose()` method
680
- - **v0.2.0** — README restructure
681
- - **v0.1.1** — `--gripper none`, `--config` flag, save config on demand
682
- - **v0.1.0** — Initial release
683
-
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