unisim.backend.isaacsim.dependencies¶
Runtime discovery for the external IsaacSim 5.1 / IsaacLab worker.
Functions
|
Build an environment that prefers the pinned Kit/venv libraries. |
|
Resolve the interpreter and package/source layout without importing Kit. |
Classes
Resolved on-disk locations for the Python 3.11 IsaacSim worker. |
Exceptions
Raised with an actionable setup hint when the worker runtime is absent. |
- exception unisim.backend.isaacsim.dependencies.IsaacSimDependencyError[source]¶
Bases:
OptionalDependencyErrorRaised with an actionable setup hint when the worker runtime is absent.
- class unisim.backend.isaacsim.dependencies.IsaacSimRuntime[source]¶
Bases:
WorkerRuntimeResolved on-disk locations for the Python 3.11 IsaacSim worker.
- Parameters:
- unisim.backend.isaacsim.dependencies.build_worker_env(runtime)[source]¶
Build an environment that prefers the pinned Kit/venv libraries.
- Parameters:
runtime (
IsaacSimRuntime)- Return type: