Discover and explore top open-source AI tools and projects—updated daily.
isaac-simCloud deployment and management for robotic development workstations
Top 99.3% on SourcePulse
Summary
Isaac Automator streamlines the deployment of NVIDIA's Isaac Sim, Isaac Lab, and Isaac Lab Arena onto major public clouds (AWS, GCP, Azure, Alibaba Cloud). It provisions fully configured, GPU-accelerated remote workstations, enabling developers and researchers to rapidly set up environments for robotic application development and testing. The tool offers cost-saving features like instance stop/start and workflow enhancements for data management, aiming to reduce setup time and cloud expenditure.
How It Works
This project utilizes Docker to encapsulate the deployment environment, ensuring consistency across different host systems. It automates the provisioning of cloud infrastructure, including GPU-enabled virtual machines, using declarative configurations managed by tools like Terraform and Ansible (implied by repair/import functionalities). Users specify desired Isaac Sim/Lab versions via Git references, and the system handles the installation and configuration, making complex robotics development platforms accessible remotely.
Quick Start & Requirements
./build (Linux/macOS) or docker build --platform linux/x86_64 -t isaac_automator . (Windows)../run./deploy-aws, ./deploy-gcp, ./deploy-azure, ./deploy-alicloudAmazonEC2FullAccess, gcloud auth login, az login).Highlighted Details
./image-aws, ./image-azure, ./image-gcp)../upload, ./download), managing deployments (./destroy, ./repair), and custom startup scripts (uploads/autorun.sh).Maintenance & Community
No specific details regarding maintainers, community channels (e.g., Discord, Slack), or roadmap were present in the provided documentation.
Licensing & Compatibility
The specific open-source license for this project was not detailed in the provided README excerpt. Compatibility for commercial use or closed-source linking would depend on the final license.
Limitations & Caveats
key.pem) cannot be recovered from the cloud; a backed-up copy is necessary for restored SSH access.2 days ago
Inactive
google
microsoft
skypilot-org