antioch-py 3.0.6__tar.gz → 3.0.13__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 antioch-py might be problematic. Click here for more details.
- {antioch_py-3.0.6/antioch_py.egg-info → antioch_py-3.0.13}/PKG-INFO +1 -1
- {antioch_py-3.0.6 → antioch_py-3.0.13/antioch_py.egg-info}/PKG-INFO +1 -1
- {antioch_py-3.0.6 → antioch_py-3.0.13}/common/core/telemetry.py +1 -1
- {antioch_py-3.0.6 → antioch_py-3.0.13}/pyproject.toml +1 -1
- {antioch_py-3.0.6 → antioch_py-3.0.13}/LICENSE +0 -0
- {antioch_py-3.0.6 → antioch_py-3.0.13}/MANIFEST.in +0 -0
- {antioch_py-3.0.6 → antioch_py-3.0.13}/README.md +0 -0
- {antioch_py-3.0.6 → antioch_py-3.0.13}/README.pypi.md +0 -0
- {antioch_py-3.0.6 → antioch_py-3.0.13}/antioch/__init__.py +0 -0
- {antioch_py-3.0.6 → antioch_py-3.0.13}/antioch/clock.py +0 -0
- {antioch_py-3.0.6 → antioch_py-3.0.13}/antioch/execution.py +0 -0
- {antioch_py-3.0.6 → antioch_py-3.0.13}/antioch/input.py +0 -0
- {antioch_py-3.0.6 → antioch_py-3.0.13}/antioch/module.py +0 -0
- {antioch_py-3.0.6 → antioch_py-3.0.13}/antioch/node.py +0 -0
- {antioch_py-3.0.6 → antioch_py-3.0.13}/antioch_py.egg-info/SOURCES.txt +0 -0
- {antioch_py-3.0.6 → antioch_py-3.0.13}/antioch_py.egg-info/dependency_links.txt +0 -0
- {antioch_py-3.0.6 → antioch_py-3.0.13}/antioch_py.egg-info/requires.txt +0 -0
- {antioch_py-3.0.6 → antioch_py-3.0.13}/antioch_py.egg-info/top_level.txt +0 -0
- {antioch_py-3.0.6 → antioch_py-3.0.13}/common/__init__.py +0 -0
- {antioch_py-3.0.6 → antioch_py-3.0.13}/common/ark/__init__.py +0 -0
- {antioch_py-3.0.6 → antioch_py-3.0.13}/common/ark/ark.py +0 -0
- {antioch_py-3.0.6 → antioch_py-3.0.13}/common/ark/hardware.py +0 -0
- {antioch_py-3.0.6 → antioch_py-3.0.13}/common/ark/kinematics.py +0 -0
- {antioch_py-3.0.6 → antioch_py-3.0.13}/common/ark/module.py +0 -0
- {antioch_py-3.0.6 → antioch_py-3.0.13}/common/ark/node.py +0 -0
- {antioch_py-3.0.6 → antioch_py-3.0.13}/common/ark/scheduler.py +0 -0
- {antioch_py-3.0.6 → antioch_py-3.0.13}/common/ark/sim.py +0 -0
- {antioch_py-3.0.6 → antioch_py-3.0.13}/common/ark/token.py +0 -0
- {antioch_py-3.0.6 → antioch_py-3.0.13}/common/assets/__init__.py +0 -0
- {antioch_py-3.0.6 → antioch_py-3.0.13}/common/assets/rigging.usd +0 -0
- {antioch_py-3.0.6 → antioch_py-3.0.13}/common/constants.py +0 -0
- {antioch_py-3.0.6 → antioch_py-3.0.13}/common/core/__init__.py +0 -0
- {antioch_py-3.0.6 → antioch_py-3.0.13}/common/core/auth.py +0 -0
- {antioch_py-3.0.6 → antioch_py-3.0.13}/common/core/container.py +0 -0
- {antioch_py-3.0.6 → antioch_py-3.0.13}/common/core/registry.py +0 -0
- {antioch_py-3.0.6 → antioch_py-3.0.13}/common/core/rome.py +0 -0
- {antioch_py-3.0.6 → antioch_py-3.0.13}/common/core/types.py +0 -0
- {antioch_py-3.0.6 → antioch_py-3.0.13}/common/message/__init__.py +0 -0
- {antioch_py-3.0.6 → antioch_py-3.0.13}/common/message/annotation.py +0 -0
- {antioch_py-3.0.6 → antioch_py-3.0.13}/common/message/array.py +0 -0
- {antioch_py-3.0.6 → antioch_py-3.0.13}/common/message/camera.py +0 -0
- {antioch_py-3.0.6 → antioch_py-3.0.13}/common/message/color.py +0 -0
- {antioch_py-3.0.6 → antioch_py-3.0.13}/common/message/detection.py +0 -0
- {antioch_py-3.0.6 → antioch_py-3.0.13}/common/message/foxglove.py +0 -0
- {antioch_py-3.0.6 → antioch_py-3.0.13}/common/message/frame.py +0 -0
- {antioch_py-3.0.6 → antioch_py-3.0.13}/common/message/image.py +0 -0
- {antioch_py-3.0.6 → antioch_py-3.0.13}/common/message/imu.py +0 -0
- {antioch_py-3.0.6 → antioch_py-3.0.13}/common/message/joint.py +0 -0
- {antioch_py-3.0.6 → antioch_py-3.0.13}/common/message/log.py +0 -0
- {antioch_py-3.0.6 → antioch_py-3.0.13}/common/message/message.py +0 -0
- {antioch_py-3.0.6 → antioch_py-3.0.13}/common/message/pir.py +0 -0
- {antioch_py-3.0.6 → antioch_py-3.0.13}/common/message/plot.py +0 -0
- {antioch_py-3.0.6 → antioch_py-3.0.13}/common/message/point.py +0 -0
- {antioch_py-3.0.6 → antioch_py-3.0.13}/common/message/point_cloud.py +0 -0
- {antioch_py-3.0.6 → antioch_py-3.0.13}/common/message/pose.py +0 -0
- {antioch_py-3.0.6 → antioch_py-3.0.13}/common/message/quaternion.py +0 -0
- {antioch_py-3.0.6 → antioch_py-3.0.13}/common/message/radar.py +0 -0
- {antioch_py-3.0.6 → antioch_py-3.0.13}/common/message/twist.py +0 -0
- {antioch_py-3.0.6 → antioch_py-3.0.13}/common/message/types.py +0 -0
- {antioch_py-3.0.6 → antioch_py-3.0.13}/common/message/vector.py +0 -0
- {antioch_py-3.0.6 → antioch_py-3.0.13}/common/sim/__init__.py +0 -0
- {antioch_py-3.0.6 → antioch_py-3.0.13}/common/sim/objects.py +0 -0
- {antioch_py-3.0.6 → antioch_py-3.0.13}/common/sim/state.py +0 -0
- {antioch_py-3.0.6 → antioch_py-3.0.13}/common/utils/__init__.py +0 -0
- {antioch_py-3.0.6 → antioch_py-3.0.13}/common/utils/comms.py +0 -0
- {antioch_py-3.0.6 → antioch_py-3.0.13}/common/utils/logger.py +0 -0
- {antioch_py-3.0.6 → antioch_py-3.0.13}/common/utils/time.py +0 -0
- {antioch_py-3.0.6 → antioch_py-3.0.13}/setup.cfg +0 -0
|
@@ -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.
|
|
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
|
|
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
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|