NVIDIA Isaac Sim Kits
These kits leverage NVIDIA Isaac Sim to demonstrate advanced Paranet use cases, particularly in robotics and simulation. Each kit is a complete project example that you can clone from our access-only S3 buckets and run on your platform, featuring Paraflow configurations and Isaac Sim integrations tailored to specific scenarios.
Prerequisites
- Isaac Sim: Version 4.2 or higher installed (4.5 or higher recommended for maximum compatibility).
[Optional] Complete NVIDIA’s Hello World and Hello Robot tutorials to familiarize yourself with the environment.
-
Otonoma Setup: Complete the Paranet Install Guide and verify
para -Vworks. -
Paranet SDK for Isaac Sim: Install the Python SDK:
Installation Command:
- Linux:
cd ~/.local/share/ov/pkg/isaac-sim-<VERSION>/
./python.sh -m pip install paranet_agent - Windows:
cd C:\Users\<YourUser>\.local\share\ov\pkg\isaac-sim-<VERSION>\
python.bat -m pip install paranet_agent
- Linux:
-
Version Requirements:
- Python SDK:
v2.0.2or higher - Para CLI:
v0.21.0or higher
- Python SDK:
Available Kits
- Hello Robot: Builds on NVIDIA’s Hello Robot tutorial with Paranet actorization for a simple robotics workflow (Compatible with Isaac Sim 4.2, 4.5 or 5.0).
- Small Warehouse: A warehouse simulation showcasing heterogeneous robots and a simulated human (Isaac Sim 4.5 or higher).
- Spot Patrol: Features autonomous Boston Dynamics Spot robots patrolling an area with decentralized task allocation (Isaac Sim 4.5 or higher).
General Setup Steps
- Install Isaac Sim.
- Setup Otonoma's
paranet_agent - Follow the kit-specific instructions in each kit’s documentation to copy files, deploy Paranet services, and run the simulation.
Start with the kit that matches your interests and dive into Paranet’s robotics capabilities!