isar 1.16.16__py3-none-any.whl → 1.16.17__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.

isar/config/settings.py CHANGED
@@ -66,10 +66,10 @@ class Settings(BaseSettings):
66
66
  UPLOAD_FAILURE_MAX_WAIT: int = Field(default=60)
67
67
 
68
68
  # ISAR telemetry intervals
69
- ROBOT_STATUS_PUBLISH_INTERVAL: int = Field(default=1)
70
- ROBOT_HEARTBEAT_PUBLISH_INTERVAL: int = Field(default=1)
71
- ROBOT_INFO_PUBLISH_INTERVAL: int = Field(default=5)
72
- ROBOT_API_STATUS_POLL_INTERVAL: int = Field(default=5)
69
+ ROBOT_STATUS_PUBLISH_INTERVAL: float = Field(default=1)
70
+ ROBOT_HEARTBEAT_PUBLISH_INTERVAL: float = Field(default=1)
71
+ ROBOT_INFO_PUBLISH_INTERVAL: float = Field(default=5)
72
+ ROBOT_API_STATUS_POLL_INTERVAL: float = Field(default=5)
73
73
 
74
74
  # FastAPI host
75
75
  API_HOST_VIEWED_EXTERNALLY: str = Field(default="0.0.0.0")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: isar
3
- Version: 1.16.16
3
+ Version: 1.16.17
4
4
  Summary: Integration and Supervisory control of Autonomous Robots
5
5
  Home-page: https://github.com/equinor/isar
6
6
  Author: Equinor ASA
@@ -14,7 +14,7 @@ isar/config/configuration_error.py,sha256=rO6WOhafX6xvVib8WxV-eY483Z0PpN-9PxGsq5
14
14
  isar/config/log.py,sha256=39G_Cue0qvw0Uv-1NYXvQ83yivPIKcAv-bGNNREFw5o,2251
15
15
  isar/config/logging.conf,sha256=mYO1xf27gAopEMHhGzY7-mwyfN16rwRLkPNMvy3zn2g,1127
16
16
  isar/config/settings.env,sha256=-RCBJiVRWBLky7FKuQX1qYXy8rCzTNLM4LDuyp12EbY,535
17
- isar/config/settings.py,sha256=bWIhbs0xVSyQgNss7fbPXq1gXVN5QP2sXRF_C0hJd_4,13048
17
+ isar/config/settings.py,sha256=ZECul4dywwZb-hJeWi-4XfjrUjthqMs42bNfsyI7feA,13056
18
18
  isar/config/certs/ca-cert.pem,sha256=gSBTyY0tKSFnssyvrvbFvHpQwii0kEkBryklVmevdtc,2029
19
19
  isar/config/keyvault/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
20
20
  isar/config/keyvault/keyvault_error.py,sha256=zvPCsZLjboxsxthYkxpRERCTFxYV8R5WmACewAUQLwk,41
@@ -107,8 +107,8 @@ robot_interface/telemetry/payloads.py,sha256=9EshERifjD1u8CwjSiV3NGuj0KuXnwblQNB
107
107
  robot_interface/utilities/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
108
108
  robot_interface/utilities/json_service.py,sha256=nU2Q_3P9Fq9hs6F_wtUjWtHfl_g1Siy-yDhXXSKwHwg,1018
109
109
  robot_interface/utilities/uuid_string_factory.py,sha256=_NQIbBQ56w0qqO0MUDP6aPpHbxW7ATRhK8HnQiBSLkc,76
110
- isar-1.16.16.dist-info/LICENSE,sha256=3fc2-ebLwHWwzfQbulGNRdcNob3SBQeCfEVUDYxsuqw,14058
111
- isar-1.16.16.dist-info/METADATA,sha256=fLeCxrQbsKkMJql1a7UVagNLjQvbU0HpphQI0v7FiFI,14752
112
- isar-1.16.16.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
113
- isar-1.16.16.dist-info/top_level.txt,sha256=UwIML2RtuQKCyJJkatcSnyp6-ldDjboB9k9JgKipO-U,21
114
- isar-1.16.16.dist-info/RECORD,,
110
+ isar-1.16.17.dist-info/LICENSE,sha256=3fc2-ebLwHWwzfQbulGNRdcNob3SBQeCfEVUDYxsuqw,14058
111
+ isar-1.16.17.dist-info/METADATA,sha256=50txXV96ijDaWa6NcBmtj4tsfH3WohQJfoUPuv0F9PQ,14752
112
+ isar-1.16.17.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
113
+ isar-1.16.17.dist-info/top_level.txt,sha256=UwIML2RtuQKCyJJkatcSnyp6-ldDjboB9k9JgKipO-U,21
114
+ isar-1.16.17.dist-info/RECORD,,
File without changes