isar 1.28.3__py3-none-any.whl → 1.28.4__py3-none-any.whl

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 isar might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: isar
3
- Version: 1.28.3
3
+ Version: 1.28.4
4
4
  Summary: Integration and Supervisory control of Autonomous Robots
5
5
  Author-email: Equinor ASA <fg_robots_dev@equinor.com>
6
6
  License: Eclipse Public License version 2.0
@@ -103,9 +103,9 @@ isar/storage/slimm_storage.py,sha256=4YsQ1RBztfx6n3pEblwb5G3ndoQN_IZm7bujRktpTx4
103
103
  isar/storage/storage_interface.py,sha256=DYDry4I7aZpDHJhsBF6s8zrgokFAc7fdKJKfA8AvL7o,828
104
104
  isar/storage/uploader.py,sha256=XoNnDS7_ILRZMGnQCBpRERmgSbFYPfgKRYk1tNHSFxQ,6868
105
105
  isar/storage/utilities.py,sha256=TcNYyF4nj7egEzBvYblr3IWFXLeqlXS6V7DQxgxNzj0,3340
106
- isar-1.28.3.dist-info/licenses/LICENSE,sha256=3fc2-ebLwHWwzfQbulGNRdcNob3SBQeCfEVUDYxsuqw,14058
106
+ isar-1.28.4.dist-info/licenses/LICENSE,sha256=3fc2-ebLwHWwzfQbulGNRdcNob3SBQeCfEVUDYxsuqw,14058
107
107
  robot_interface/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
108
- robot_interface/robot_interface.py,sha256=Bkk-joyIzRHxv8iZt7FLPFnlE8chlJad9vgjwc-fDkw,8786
108
+ robot_interface/robot_interface.py,sha256=9I6c_7Qi8lOwb8M96p12iX2KwrRhcAXz1Ug_tnBEKcU,7821
109
109
  robot_interface/test_robot_interface.py,sha256=FV1urn7SbsMyWBIcTKjsBwAG4IsXeZ6pLHE0mA9EGGs,692
110
110
  robot_interface/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
111
111
  robot_interface/models/exceptions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -127,8 +127,8 @@ robot_interface/telemetry/payloads.py,sha256=75hR-FYwmcbQVqorLzaStOrx_6DI3_CTxFp
127
127
  robot_interface/utilities/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
128
128
  robot_interface/utilities/json_service.py,sha256=qkzVkb60Gi_pto-b5n1vNzCrQze2yqgIJqSLNLYj1Fg,1034
129
129
  robot_interface/utilities/uuid_string_factory.py,sha256=_NQIbBQ56w0qqO0MUDP6aPpHbxW7ATRhK8HnQiBSLkc,76
130
- isar-1.28.3.dist-info/METADATA,sha256=1yekSYzhrRBGYhypYPbxvoK7WYv7pjPpCCenttU_Uao,30709
131
- isar-1.28.3.dist-info/WHEEL,sha256=zaaOINJESkSfm_4HQVc5ssNzHCPXhJm0kEUakpsEHaU,91
132
- isar-1.28.3.dist-info/entry_points.txt,sha256=TFam7uNNw7J0iiDYzsH2gfG0u1eV1wh3JTw_HkhgKLk,49
133
- isar-1.28.3.dist-info/top_level.txt,sha256=UwIML2RtuQKCyJJkatcSnyp6-ldDjboB9k9JgKipO-U,21
134
- isar-1.28.3.dist-info/RECORD,,
130
+ isar-1.28.4.dist-info/METADATA,sha256=o2dqDYzeonSya0kYVlQ0llx9ZZlRoWJ0CgkHtOo83Es,30709
131
+ isar-1.28.4.dist-info/WHEEL,sha256=zaaOINJESkSfm_4HQVc5ssNzHCPXhJm0kEUakpsEHaU,91
132
+ isar-1.28.4.dist-info/entry_points.txt,sha256=TFam7uNNw7J0iiDYzsH2gfG0u1eV1wh3JTw_HkhgKLk,49
133
+ isar-1.28.4.dist-info/top_level.txt,sha256=UwIML2RtuQKCyJJkatcSnyp6-ldDjboB9k9JgKipO-U,21
134
+ isar-1.28.4.dist-info/RECORD,,
@@ -6,7 +6,7 @@ from typing import Callable, List, Optional
6
6
  from robot_interface.models.inspection.inspection import Inspection
7
7
  from robot_interface.models.mission.mission import Mission
8
8
  from robot_interface.models.mission.status import RobotStatus, TaskStatus
9
- from robot_interface.models.mission.task import InspectionTask, Task
9
+ from robot_interface.models.mission.task import InspectionTask
10
10
  from robot_interface.models.robots.media import MediaConfig
11
11
 
12
12
 
@@ -37,34 +37,6 @@ class RobotInterface(metaclass=ABCMeta):
37
37
  """
38
38
  raise NotImplementedError
39
39
 
40
- @abstractmethod
41
- def initiate_task(self, task: Task) -> None:
42
- """Send a task to the robot and initiate the execution of the task
43
-
44
- Parameters
45
- ----------
46
- task : Task
47
- The task that should be initiated on the robot.
48
-
49
- Returns
50
- -------
51
- None
52
-
53
- Raises
54
- ------
55
- RobotInfeasibleTaskException
56
- If the task input is infeasible and the task fails to be scheduled in
57
- a way that means attempting to schedule again is not necessary
58
- RobotException
59
- Will catch all RobotExceptions not previously listed and retry scheduling
60
- of the task until the number of allowed retries is exceeded before the task
61
- will be marked as failed and the mission cancelled
62
- NotImplementedError
63
- If there is a mismatch between the implemented tasks and listed capabilities
64
-
65
- """
66
- raise NotImplementedError
67
-
68
40
  @abstractmethod
69
41
  def task_status(self, task_id: str) -> TaskStatus:
70
42
  """Gets the status of the currently active task on robot.
File without changes