antioch-py 3.0.12__py3-none-any.whl → 3.0.14__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 antioch-py might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: antioch-py
3
- Version: 3.0.12
3
+ Version: 3.0.14
4
4
  Summary: Antioch Python Module SDK
5
5
  Author-email: Antioch Robotics <support@antioch.dev>
6
6
  License-Expression: MIT
@@ -4,7 +4,7 @@ antioch/execution.py,sha256=OtKfwpQLcomeB4ggJULnxPyPnI_saB0Q4x5RQ7ME8OE,7991
4
4
  antioch/input.py,sha256=KYI6nYRBhZ7hunGV-1LWCikzkLvPqr3KBFWiB555Naw,4291
5
5
  antioch/module.py,sha256=C3lW9vLjRdNIo3vJCEdd4Bwz1RYhN0nrREkz25NTBwI,7283
6
6
  antioch/node.py,sha256=wL78xzJF2w_bdF5r57QynaC1TsytxgcP2z1JFJyLNAg,14568
7
- antioch_py-3.0.12.dist-info/licenses/LICENSE,sha256=wR5vy6P03IcUnTO982QeoQxmIhvtE5NjTwza2BFQDmM,1069
7
+ antioch_py-3.0.14.dist-info/licenses/LICENSE,sha256=wR5vy6P03IcUnTO982QeoQxmIhvtE5NjTwza2BFQDmM,1069
8
8
  common/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
9
9
  common/constants.py,sha256=m2or1GjetS7w19UkFr_0GWYvK2BjxAA2X8mRVVE_xsA,4419
10
10
  common/ark/__init__.py,sha256=y0quQ-0Uia2b8-ASzLmMKttXlc6b1buo86xZ7Bbw56w,1353
@@ -23,7 +23,7 @@ common/core/auth.py,sha256=UBBBjm29YuIpbhwqYs-Osv-Pe1SHUz2jHvVRbePiT4M,8258
23
23
  common/core/container.py,sha256=35YZdqMkUqwjeZUvXE0qtHOh_JmU9Hsh2zPnXltmml4,9170
24
24
  common/core/registry.py,sha256=nkkyDVLPbzPVLorM0rKW6ZncM4YXPqFLwxncId5EFc0,11329
25
25
  common/core/rome.py,sha256=xdy67kx7DeFhvXpS3Bew4bnvIFekntvELNr9mmQwobM,8575
26
- common/core/telemetry.py,sha256=zRzWLlBlgVY-5LQkDUJsUe-AGco9q1a881eUMyQWsXM,5662
26
+ common/core/telemetry.py,sha256=Qf60EdOTE3DPPOJhUN_UnldP7KCCQ79YiB47S5VOMO0,5663
27
27
  common/core/types.py,sha256=vqZ1M57IlvzH06UcZ5Cn_kXyaFR0MEvdY2F_aZ4_XKs,5491
28
28
  common/message/__init__.py,sha256=FAGy2loUsjJfotQus3jMAUXtkHy-gxUAkBGhr8ebqgQ,2081
29
29
  common/message/annotation.py,sha256=U7UxXjP2jCw3LwCiJ74pHQKynRQhXqFpieXPYGHIIHg,8364
@@ -55,7 +55,7 @@ common/utils/__init__.py,sha256=9zRb7XayzCGRs4I94hWKJHyQ1MevlUiTzXsPNBLBX7Y,113
55
55
  common/utils/comms.py,sha256=plxwjVOIqT5D2jmT1KEnweiGTMAL_mMhYaB2ztSNPy0,18168
56
56
  common/utils/logger.py,sha256=m8DaKzTJJ4vp4VM9IpNtqCbhypF-w1Gwh0x5nsL_hv0,4041
57
57
  common/utils/time.py,sha256=kGDzObbaqWOep4vT1Y2W-BheunxdjYBI4V3Nfp4Ck3Q,790
58
- antioch_py-3.0.12.dist-info/METADATA,sha256=DlqdSqPvuaKnk7-Lu-mFHc-D3Cd0GtqzTa4NJnK82QQ,3397
59
- antioch_py-3.0.12.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
60
- antioch_py-3.0.12.dist-info/top_level.txt,sha256=GtzNccsep3YdBt9VXQ7-ZFsFJFffr4hyZvqg0YqRqtw,15
61
- antioch_py-3.0.12.dist-info/RECORD,,
58
+ antioch_py-3.0.14.dist-info/METADATA,sha256=intkXIa0WkzoRyOJzTd5q7IF_6ZTWGIQGbd9sp5T5bo,3397
59
+ antioch_py-3.0.14.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
60
+ antioch_py-3.0.14.dist-info/top_level.txt,sha256=GtzNccsep3YdBt9VXQ7-ZFsFJFffr4hyZvqg0YqRqtw,15
61
+ antioch_py-3.0.14.dist-info/RECORD,,
common/core/telemetry.py CHANGED
@@ -76,7 +76,7 @@ class TelemetryManager:
76
76
  if "Address already in use" in str(e):
77
77
  raise RuntimeError(
78
78
  f"Foxglove server port {FOXGLOVE_WEBSOCKET_PORT} is already in use. "
79
- f"Another simulation may be running. Stop it first with sim.stop(), "
79
+ f"Another simulation may be running. Stop it first with sim.close(), "
80
80
  f"or kill the process: lsof -ti :{FOXGLOVE_WEBSOCKET_PORT} | xargs -r kill"
81
81
  ) from None
82
82
  raise